- 21 Aug, 2015 3 commits
-
-
Richard Newton authored
-
Constantin Rack authored
Set signaler_port to 0 which allows the OS to find a free port
-
Matt Bolger authored
-Set signaler_port to 0 which allows the OS to find a free port, rather than crashing if 5905 is in use (https://github.com/zeromq/libzmq/issues/1542) -Added config.hpp to the source list so it shows up in generated projects -Remove CMAKE_BUILD_TYPE setting for generators that don't use it
-
- 20 Aug, 2015 6 commits
-
-
Constantin Rack authored
Problem: Source files contain mixed tabs and spaces.
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
Richard Newton authored
Fixes failing tests regarding XPUB sockets.
-
David Jelenc authored
Fixes tests that were introduced in a previous pull request. See https://github.com/zeromq/libzmq/pull/1539#issuecomment-132968987
-
Constantin Rack authored
Addresses zeromq/libzmq#1116.
-
David Jelenc authored
This patch adds a new member of type deque to the xpub class that contains pointers to metadata_t. This deque is then used (alongside pending_data and pending_flags) to preserve metadata when copying messages.
-
- 17 Aug, 2015 9 commits
-
-
Constantin Rack authored
CI run on OSX needs binutils
-
Constantin Rack authored
problem: trying to support polling on thread safe sockets with zmq_poll failed
-
Luca Boccassi authored
OSX does not ship with binutils, need to install it before the script run via brew in order to be able to use greadelf, needed by the qt-android CI script.
-
somdoron authored
-
Constantin Rack authored
problem: new poller field in zmq_pollitem_t is changing the api
-
somdoron authored
-
Pieter Hintjens authored
Problem: tests fail after PR #1531
-
Constantin Rack authored
-
somdoron authored
-
- 16 Aug, 2015 18 commits
-
-
Constantin Rack authored
apply a change to LIBZMQ_DELETE macro (related to issue #1524)
-
reza.ebrahimi authored
-
Constantin Rack authored
define a macro for heap object deletion in a unified manner (related …
-
reza.ebrahimi authored
-
Constantin Rack authored
Container-based CI build
-
Luca Boccassi authored
-
Luca Boccassi authored
-
Luca Boccassi authored
-
Constantin Rack authored
CI build does not fail when tests fail. Fix #1527
-
Luca Boccassi authored
-
taotetek authored
problem: new field is breaking existing code
-
somdoron authored
-
Constantin Rack authored
problem: user cannot poll on thread safe sockets
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
- 14 Aug, 2015 4 commits
-
-
Constantin Rack authored
fixed issue with ticket #1517 (wrong lib output name in MSVC CMake bu…
-
reza.ebrahimi authored
fixed issue with ticket #1517 (wrong lib output name in MSVC CMake build) and apply some improvements in CMake build system
-
Constantin Rack authored
changing some camelCase variable names to snake_case in previous commit
-
reza.ebrahimi authored
-