- 23 Aug, 2018 10 commits
-
-
Constantin Rack authored
Migrate tests to unity, reduce duplication
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: merge into a single test_use_fd and reduce code duplication by extracting common functions
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Luca Boccassi authored
Fix build failure on ARM due to bad variable name
-
Aalhad Saraf authored
The variable decrement was changed to decrement_ in c581f43c In -one- place, it remained as decrement and gives: In file included from src/ctx.hpp:44:0, from src/address.cpp:33: src/atomic_counter.hpp: In member function 'bool zmq::atomic_counter_t::sub(zmq::atomic_counter_t::integer_t)': src/atomic_counter.hpp:191:28: error: 'decrement' was not declared in this scope Changing it to decrement_ fixes the problem.
-
- 22 Aug, 2018 12 commits
-
-
Luca Boccassi authored
Migrate further tests to unity
-
Simon Giesecke authored
Solution: use utilities from testutil_unity, reduce duplication
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: extracted into common method
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
- 20 Aug, 2018 3 commits
-
-
Luca Boccassi authored
Solution: fix it to comply with clang-format rules
-
answeroo authored
* Relicensing grant by Ming Ji <jiming@yafco.com> Permission to relicense under any OSI approved license chosen by the current ZeroMQ BDFL.
-
Simon Giesecke authored
Solution: migrate to unity
-
- 19 Aug, 2018 2 commits
-
-
Luca Boccassi authored
Solution: fix them
-
answeroo authored
Problem: PGM receiver can crash due to race Solution: do not run in_event until restart_input finishes correctly. Signed-off-by: answeroo <jiming@yafco.com>
-
- 17 Aug, 2018 7 commits
-
-
Luca Boccassi authored
Problem: inconsistent _out_pipes when using the same routing id witho…
-
Simon Giesecke authored
Solution: added test case, do not erase existing without ZMQ_ROUTER_HANDOVER
-
Luca Boccassi authored
Migrate further tests to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
- 16 Aug, 2018 6 commits
-
-
Simon Giesecke authored
Solution: migrate to unity
-
Luca Boccassi authored
Various refactorings
-
Luca Boccassi authored
Problem: /Z7 debug info is used only for Debug build, but not for Rel…
-
Simon Giesecke authored
Problem: test program test_unbind_inproc is redundant, the same is already tested in test_inproc_connect Solution: remove test_unbind_inproc
-
Simon Giesecke authored
Solution: Migrate to unity assertions and test utils
-
Simon Giesecke authored
Solution: apply the same commadn for RelWithDebInfo build
-