- 10 May, 2019 1 commit
-
-
Simon Giesecke authored
Solution: change to HELLO
-
- 09 May, 2019 4 commits
-
-
Doron Somech authored
Problem: signature of zmq_poller_fd does is incompatible with regular…
-
Simon Giesecke authored
Solution: change return type to int (again) and return fd via an output parameter
-
Doron Somech authored
Problem: syntax error on Windows related to socket descriptor type
-
Simon Giesecke authored
Solution: use proper fd_t type, and also define and use a zmq_fd_t in the API
-
- 08 May, 2019 2 commits
-
-
Luca Boccassi authored
Problem: generated ZeroMQConfig.cmake does not work when only static …
-
Simon Giesecke authored
Solution: check for availability of shared/static libzmq targets
-
- 07 May, 2019 6 commits
-
-
Luca Boccassi authored
Some cleanup in CMakeLists.txt
-
Simon Giesecke authored
Solution: use check_cxx_symbol_exists resp. check_type_size instead
-
Simon Giesecke authored
Solution: Group include directives together at the beginning of the CMakeLists.txt file
-
Simon Giesecke authored
Solution: remove it
-
Simon Giesecke authored
Solution: fix spelling
-
Simon Giesecke authored
Solution: remove redundant debug output
-
- 06 May, 2019 3 commits
-
-
Luca Boccassi authored
Fix a typo in root CMakeLists.txt
-
Romain Moret authored
-
Romain Moret authored
-
- 04 May, 2019 2 commits
-
-
Doron Somech authored
Problem: build broken on Fedora 30
-
Luca Boccassi authored
Solution: use AC_COMPILE_IFELSE instead of AC_CHECK_FUNCS to check for strnlen, as the latter does not work anymore.
-
- 02 May, 2019 7 commits
-
-
Luca Boccassi authored
Problem: Missing doc & unit tests for zmq_poller_fd
-
jean-airoldie authored
Solution: Add some and document it.
-
jean-airoldie authored
Solution: Add doc & unit tests
-
Luca Boccassi authored
Problem: zmq_socket_monitor example did not include HANDSHAKE_SUCCEEDED event causing assert failure
-
normano authored
-
normano authored
-
normano authored
-
- 28 Apr, 2019 3 commits
-
-
Luca Boccassi authored
Problem: Cannot get thread safe socket fd
-
jean-airoldie authored
Solution: add one
-
jean-airoldie authored
Solution: Add a method to get the zmq_poller's signaler fd. Then we can associate a poller instance with every thread safe socket and use its fd.
-
- 24 Apr, 2019 2 commits
-
-
Luca Boccassi authored
Problem: unused Windows-specific code in sleep_ms
-
Shubham Lagwankar authored
Solution: remove it since sleep_ms isn't used on Windows
-
- 19 Apr, 2019 3 commits
-
-
Luca Boccassi authored
Add <ios> include to fix uClibc++ compilation
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Under uClibc++, streamoff is defined in <ios>. This header is needed to fix compilation.
-
- 18 Apr, 2019 5 commits
-
-
Luca Boccassi authored
Zeromq 3479: fixed build for QNX 6.6 with CMake
-
Iwan Paolucci authored
-
Iwan Paolucci authored
Solution: Use a toolchain file for QNX x86
-
Iwan Paolucci authored
Solution: added relicense agreement
-
Iwan Paolucci authored
Solution: libm and libsocket have to be linked explicitely
-
- 14 Apr, 2019 2 commits
-
-
Luca Boccassi authored
Fix Radix Tree benchmark includes when used as submodule
-
Omegastick authored
Solution: Add a relicense statement for Omegastick
-