websockets
miscellaneous
Windows
Android
- Merged pull request allowing through CMake to use an external version of Websocket++. #294
- Fixed potential AV with the Windows Runtime websocket client, if the task returned from the close function wasn't waited to complete before running the destructor.
miscellaneous
- Fixed issue with utf16_to_utf8 utility function when encoding certain surrogate pairs. #392
- Merged a couple of pull requests (here, here, and here) fixing several issues with arm64. #312, #291
- Merged pull request fixing double include issues when building with CMake.
- Merged pull request fixing cast issue on FreeBSD.
Windows
- Removed some unnecessary _MSC_VER macro checks as Visual Studio 2012 is no longer supported.
- Fixed several incorrect assumptions of thread safe function local static initialization with Visual Studio 2013. #391
Android
- Removed unused files for building libiconv from Build_android folder.