mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
718ad8ab96
* Allow CMAKE to generate ws and wss transports I guess there is little use of just ws transport, so by default GnuTLS (and libsodium) are enabled * cmake libzmq including wss transport (ubuntu 19.10 and ubuntu 19.10 + wsl 1.0) test_security_fails (libsodium assert !?) * updated relicense * make external libs gnutls nss sodium optional * #ifdef WSS classes and functions, build test*ws* only if correct libs are included, warning if libs not present * make libsodium optional * cmake fix tests TIPC transport * clang-format pointed out a wrongly placed #ifdef * GnuTLS before 3.6.7 is not safe * msvc doesn't agree with strlen in array declaration, test_socks now at least compiles on windows * windows: libsodium build fails, missing include dirs set by env var * ws transport test only works when GnuTLS is found * Fixed condition to use NSS / built in SHA1, so that test_ws_transport should now pass, also when GnuTLS is not found |
||
---|---|---|
.. | ||
abi-compliance-checker | ||
android | ||
cmake | ||
coverage | ||
cygwin | ||
deprecated-msvc | ||
gyp | ||
mingw32 | ||
nuget | ||
openwrt | ||
qnx | ||
valgrind | ||
vxworks | ||
zos | ||
Makefile.am | ||
README |
This directory holds build tools, i.e. tools we use to build the current code tree. Packaging tools (which take released tarballs or github code repos) should go into /packaging. Note: 'deprecated-msvc' contains deprecated prepared Visual Studio Solution files for various Visual Studio versions. These are no longer maintained, and may or may not work. Please use cmake instead to build with Visual Studio. Rationale: The solution and project files are hard to maintain, since there are different variants for each Visual Studio version. The tests have never been included there for this reason, so they were never usable for actual development of libzmq. If you encounter that something that worked before does not work with CMake, please open as issue at https://github.com/zeromq/libzmq/issues.