- 21 Dec, 2015 10 commits
-
-
Constantin Rack authored
Problem: includes timer.cpp/hpp instead of timers.cpp/hpp
-
Pieter Hintjens authored
Solution: fix it.
-
Constantin Rack authored
Problem: performance tests don't link on Windows/MSVC
-
Pieter Hintjens authored
Solution: add Iphlpapi.lib to libraries to link against
-
Constantin Rack authored
Problem: MSVC projects don't include timers.cpp/hpp
-
Constantin Rack authored
Fixes for Windows, and poller API
-
Pieter Hintjens authored
Solution: add these
-
Pieter Hintjens authored
Solution: change zmq_poller_close(p) to zmq_poller_destroy(&p)
-
Pieter Hintjens authored
If we're going to add CLASS-like APIs we should use the proper syntax; specifically 'destroy' instead of 'close', which is a hangover from the 'ZeroMQ is like sockets' model we're slowly moving away from. Solution: change zmq_timers_close(p) to zmq_timers_destroy(&p)
-
Pieter Hintjens authored
Solution: add to project dependencies
-
- 20 Dec, 2015 3 commits
-
-
Pieter Hintjens authored
Problem: build scripts don't need full git history
-
Constantin Rack authored
Problem: Windows build gives warning on v2_decoder.cpp:130
-
Pieter Hintjens authored
Solution: add explicit cast
-
- 19 Dec, 2015 1 commit
-
-
Constantin Rack authored
Solution: add `--depth 1` parameter to `git clone` commands
-
- 18 Dec, 2015 9 commits
-
-
Pieter Hintjens authored
CMAKE_VS_PLATFORM_TOOLSET may not be set.
-
Ilya Kulakov authored
E.g. for nmake.
-
Constantin Rack authored
Problem: no way to schedule timers with zmq_poll or zmq_poller
-
somdoron authored
-
Pieter Hintjens authored
Add missing header for the if_nametoindex on Windows.
-
Ilya Kulakov authored
-
Constantin Rack authored
Fix redirecting location of pdb via CMAKE_PDB_OUTPUT_DIRECTORY.
-
Ilya Kulakov authored
-
Constantin Rack authored
CI was broken by #54799c (reverted)
-
- 17 Dec, 2015 5 commits
-
-
Pieter Hintjens authored
Fix alignment of initial chunk in yqueue
-
Brian Silverman authored
Clang's UndefinedBehaviorSanitizer catches this in the tests.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
This reverts commit 54799c8c. This change broke the tests/test_shutdown_stress testcase.
-
KAPP Arnaud authored
Build success message + Build zmq for android with a Dockerfile
-
- 16 Dec, 2015 3 commits
-
-
Benjamin Henrion authored
-
Pieter Hintjens authored
Problem: travis CI tries to build "qt-android"
-
Luca Boccassi authored
Solution: change .travis.yml to build "android" instead of "qt-android"
-
- 14 Dec, 2015 4 commits
-
-
Constantin Rack authored
Problem: builds/qt-android name is inaccurate
-
Pieter Hintjens authored
Solution: rename to simple builds/android.
-
Constantin Rack authored
Add special interface to represent local VMCI context.
-
Ilya Kulakov authored
-
- 11 Dec, 2015 3 commits
-
-
Constantin Rack authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 10 Dec, 2015 2 commits
-
-
Pieter Hintjens authored
Add mailmap file
-
Martin Hurton authored
-