- 17 Aug, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 16 Aug, 2018 4 commits
-
-
Simon Giesecke authored
Solution: migrate to unity
-
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
-
Wenbin Hou authored
Use ZeroMQ_SOURCE_DIR, ZeroMQ_BINARY_DIR instead of CMAKE_SOURCE_DIR, CMAKE_BINARY_DIR in tests/CMakeLists.txt Similar reason to change unittests/CMakeLists.txt
-
- 15 Aug, 2018 2 commits
-
-
Simon Giesecke authored
Solution: started migration to unity (run test cases separately)
-
Szekely Gyorgy authored
* Add ZMQ_ROUTER_NOTIFY draft socket option
-
- 13 Aug, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add receive call for routing id
-
- 10 Aug, 2018 2 commits
-
-
Simon Giesecke authored
Solution: add test case
-
Simon Giesecke authored
Solution: migrate to unity/testutil_unity
-
- 26 Jul, 2018 1 commit
-
-
Michael Vilim authored
Solution: Add an identifier parameter for local attach to zmq::socket_base_t::attach_pipe
-
- 23 Jun, 2018 1 commit
-
-
Luca Boccassi authored
Solution: add some msg helpers to parse commands, and check for subscribe or cancel commands and process them accordingly in the xpub and xsub classes.
-
- 01 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: guard CMake statement properly
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply naming style
-
- 25 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: added tests
-
- 24 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: specify not to use stdint.h for VS<=2008, fixes #3025
-
Simon Giesecke authored
Solution: fix indentation
-
- 23 May, 2018 8 commits
-
-
Simon Giesecke authored
Solution: use regular zmq_socket instead in thread functions
-
Simon Giesecke authored
Solution: increase timeout
-
Simon Giesecke authored
Solution: disable test cases
-
Simon Giesecke authored
Solution: use unity mechanism for ignoring with message
-
Simon Giesecke authored
Solution: increase timeout, remove timeout settings for unsupported poll poller
-
Simon Giesecke authored
Solution: add diagnostic output
-
Simon Giesecke authored
Solution: use TEST_ASSERT_FAILURE_ERRNO
-
Simon Giesecke authored
Solution: migrate to unity
-
- 22 May, 2018 4 commits
-
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: insert some sleeps to remedy timing dependencies
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
- 15 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: fix types
-
Simon Giesecke authored
Solution: migrate to Unity
-
- 14 May, 2018 9 commits
-
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: Use size_t instead of int
-
Simon Giesecke authored
Solution: Use unsigned char instead of size_t
-
Simon Giesecke authored
Solution: Use unsigned char instead of size_t
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: Use fd_t
-
Simon Giesecke authored
Solution: explicitly compare function pointer against NULL
-
Simon Giesecke authored
Solution: check and return an error on invalid arguments. Fixes #3088
-
Luca Boccassi authored
Solution: re-enable them
-