- 05 Mar, 2018 1 commit
-
-
Stefan Kaes authored
The zero copy decoding strategy implemented for 4.2.0 can lead to a large increase of main memory usage in some cases (I have seen one program go up to 40G from 10G after upgrading from 4.1.4). This commit adds a new option to contexts, called ZMQ_ZERO_COPY_RECV, which allows one to switch to the old decoding strategy.
-
- 02 Mar, 2018 20 commits
-
-
Luca Boccassi authored
Problem: unittest_mtrie fails on 32bit *nix
-
Luca Boccassi authored
Solution: correctly dereference pointer in test.
-
Luca Boccassi authored
Problem: no unit tests for mtrie
-
Simon Giesecke authored
Solution: Return an enum from rm instead of a bool, and adapt existing uses
-
Simon Giesecke authored
Solution: generalized terms to entries/values
-
Simon Giesecke authored
Solution: added test case
-
Luca Boccassi authored
Solultion: clarify that notifications for unique subs/unsubs are always passed, and these option only affect the behaviour for duplicated ones.
-
Luca Boccassi authored
Solution: add test_xpub_verbose to cover those APIs
-
Simon Giesecke authored
Solution: introduce a type template argument
-
Simon Giesecke authored
Solution: added further test cases
-
Simon Giesecke authored
Solution: added some TODO comments, improved existing documentation
-
Simon Giesecke authored
Solution: added test case, reduced code duplication in tests
-
Simon Giesecke authored
Solution: added unit test and assertions
-
Simon Giesecke authored
Solution: add test case
-
Simon Giesecke authored
Solution: added some test cases for rm
-
Simon Giesecke authored
Solution: added test case
-
Simon Giesecke authored
Solution: add CODE_COVERAGE_*FLAGS to unit tests build Fixes #2949
-
Simon Giesecke authored
Solution: add some more test cases
-
Simon Giesecke authored
Solution: made mtrie generic (to remove complex dependency on pipe_t), and added some unit tests
-
Simon Giesecke authored
Solution: add const, introduce typedef
-
- 27 Feb, 2018 2 commits
-
-
Luca Boccassi authored
Fix gcc 8 build warning/error with -O3.
-
Romain Geissler authored
-
- 19 Feb, 2018 2 commits
-
-
Luca Boccassi authored
Problem: No support for addressing using TIPC Port Identity
-
Pontus Sköldström authored
ZeroMQ currently supports location independent addressing using TIPC Port Names with tipc://{type,instance}. This commits adds support for connecting and binding using TIPC Port Identity addresses. To connect using Port Identities the expected format is tipc://<Z.C.N:Ref>, e.g. "tipc://<1.2.3:123123>". To bind using TIPC Port Identities the expected format is "tipc://<*>".
-
- 14 Feb, 2018 6 commits
-
-
Luca Boccassi authored
Problem: race condition in unittest_poller
-
Luca Boccassi authored
Minor fixes for windows cmake build
-
Francis Hart authored
This fixes an error with the cmake install configuration, which attempted an invalid copy of a .pdb file on windows, when the BUILD_SHARED option is disabled.
-
Francis Hart authored
This adds a new cmake build option called BUILD_TESTS, that can be used to enable/disable building of the tests. This is enabled by default.
-
Francis Hart authored
This updates the cmake set_target_properperties usage, so that the suffix is specified for the MinSizeRel build type.
-
Simon Giesecke authored
Solution: fix order of statements in test_events_t
-
- 13 Feb, 2018 9 commits
-
-
Luca Boccassi authored
Fix build break when SIO_LOOPBACK_FAST_PATH is not defined (i.e. in VS2010)
-
Kachanovskiy authored
-
Luca Boccassi authored
Problem: insufficient unit tests for poller concept and ypipe
-
Simon Giesecke authored
Solution: apply clang-format
-
Simon Giesecke authored
Solution: fix shutdown of kqueue_t
-
Simon Giesecke authored
Solution: use std::atomic only from VS 2015
-
Simon Giesecke authored
Solution: use shallow_clone option instead of clone_depth
-
Simon Giesecke authored
Solution: change order of appveyor build jobs to enable faster feedback on more diverse builds
-
Simon Giesecke authored
Solution: Increase test timeouts for poll poller under Windows
-