IXWebSocket/third_party
2019-07-25 11:54:50 -07:00
..
cli11
cpp-linenoise add better line editing capability to ws connect, thanks to linenoise-cpp 2019-07-25 11:54:50 -07:00
jsoncpp Feature/ws windows (#86) 2019-06-02 20:46:20 -07:00
mbedtls Feature/ws windows (#86) 2019-06-02 20:46:20 -07:00
msgpack11 fix overflow warning in msgpack11.cpp 2019-05-10 21:17:05 -07:00
nlohmann
sanitizers-cmake
spdlog enum class HttpErrorCode derives from int 2019-05-15 16:50:00 -07:00
statsd-client-cpp fix warning in statsd_client about %m gnu only printf special char 2019-05-11 09:22:29 -07:00
zlib Link zlib statically for windows (#35) 2019-04-19 09:14:03 -07:00
README.md add notes about mbedtls CMake 2019-06-01 18:00:25 -07:00
remote_trailing_whitespaces.sh

Note

Except zlib and mbedtls on Windows, all dependencies here are for the ws command line tools, not for the IXWebSockets library which is standalone.

MbedTLS

A small CMakeLists.txt fix had to be done so that the library can be included with "include_directory" in the top level CMakeLists.txt file. See https://github.com/ARMmbed/mbedtls/issues/2609