- 07 Aug, 2018 8 commits
-
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
- 29 Jul, 2018 1 commit
-
-
chymanfx authored
* Problem: No CI for mingw64 Adding CI support for mingw64 to appveyor.yml Reason: To help address the issue: Several checks fail under 64-bit MinGW on Windows when running make check #3185 * Problem: Docs do not build with mingw64, dll already in right place Turning off WITH_DOC for mingw64 Removing copy command for mingw64 and cygwin64 (it now seems to be directly built in "bin" directoy)
-
- 28 Jul, 2018 1 commit
-
-
Doron Somech authored
Problems: no docs for zmq_timers_*, zmq_timers_* have been DRAFT for a long time
-
- 27 Jul, 2018 4 commits
-
-
Luca Boccassi authored
Solution: move them from DRAFT state to STABLE
-
Luca Boccassi authored
Solution: add it to the makefile
-
Luca Boccassi authored
Solution: add a manpage Fixes #3005
-
Luca Boccassi authored
Race condition with received message causes ZMQ_CONNECT_ROUTING_ID to be assigned to wrong socket
-
- 26 Jul, 2018 5 commits
-
-
Michael Vilim authored
Solution: Add an identifier parameter for local attach to zmq::socket_base_t::attach_pipe
-
Luca Boccassi authored
Problem: build system does not play nicely as a cmake subproject
-
Justus Ranvier authored
Solution: avoid exporting targets and installing files if neither BUILD_SHARED nor BUILD_STATIC is set
-
Luca Boccassi authored
cmake: Install pkgconfig in correct lib directory.
-
Elliott Sales de Andrade authored
Solution: Use cmake's libdir variable to ensure that the pkgconfig file ends up in the correct lib/lib64 directory. This matches the autotools behaviour.
-
- 24 Jul, 2018 3 commits
-
-
Luca Boccassi authored
cmake: Streamline integration allowing config of CMAKE_*_OUTPUT_DIRECTORY
-
Andras Lasso authored
This commit ensures that the variable CMAKE_*_OUTPUT_DIRECTORY are considered when creating the library.
-
Jean-Christophe Fillion-Robin authored
Setting EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH variables is deprecated
-
- 18 Jul, 2018 2 commits
-
-
Luca Boccassi authored
Switched android platform check to official form
-
- 28 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Problem: stack overflow on win64 #2876
-
Alessio M authored
Problem: stack overflow on win64 #2876. Basically zmq::signaler_t::wait suffers from stack bloating the same way socket_poller was found to be bloated due to the large size of fd_set Solution: replace the fd_set in the routine with an instance of optimized_fd_set_t
-
- 26 Jun, 2018 2 commits
-
-
jamesdillonharvey authored
* More info on conflate queue
-
Luca Boccassi authored
Fix for issue #3162
-
- 25 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Problem: can't process ZMTP 3.1 cancel/subscribe commands
-
- 23 Jun, 2018 2 commits
-
-
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.
-
Luca Boccassi authored
Solution: use the --version-script map on those systems as well, as it is supported
-
- 22 Jun, 2018 3 commits
-
-
Luca Boccassi authored
Solution: do it to silence static analysis warnings
-
Luca Boccassi authored
Solution: fix path in Makefile.am
-
Luca Boccassi authored
Solution: list them
-
- 21 Jun, 2018 1 commit
-
-
jamesdillonharvey authored
* update pair doc
-
- 15 Jun, 2018 3 commits
-
-
Luca Boccassi authored
Fix clang-tidy configuration
-
Simon Giesecke authored
Solution: add missing quotation marks
-
Simon Giesecke authored
Solution: use correct double quotes
-
- 12 Jun, 2018 2 commits