- 26 Jul, 2018 1 commit
-
-
Michael Vilim authored
Solution: Add an identifier parameter for local attach to zmq::socket_base_t::attach_pipe
-
- 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
- 07 Jun, 2018 1 commit
-
-
Luca Boccassi authored
Problem: epoll_t employs an unnecessary mutex
-
- 06 Jun, 2018 3 commits
-
-
Simon Giesecke authored
Solution: remove the mutex
-
Luca Boccassi authored
use cmake compile the unittest
-
kermit authored
-
- 04 Jun, 2018 7 commits
-
-
Luca Boccassi authored
Add cygwin64 CI on Appveyor
-
Luca Boccassi authored
wepoll integration fixes
-
KIU Shueng Chuan authored
Solution: rename it
-
KIU Shueng Chuan authored
Solution: add them so that they get included in "make dist"
-
Simon Giesecke authored
Solution: allow failure of cygwin64 build
-
Simon Giesecke authored
Solution: do not check for windows.h on cygwin
-
Simon Giesecke authored
Solution: add cygwin build
-
- 03 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Problem: not able to use wepoll in configure script
-
KIU Shueng Chuan authored
Solution: add wepoll as a polling system
-
- 02 Jun, 2018 1 commit
-
-
pijyoi authored
* fix computation of winsock fd_set size
-
- 01 Jun, 2018 4 commits
-
-
Luca Boccassi authored
Resolve huge stack size requirements problem with select on Windows
-
Simon Giesecke authored
Solution: removed obsolete information
-
Simon Giesecke authored
Solution: use resizable_optimized_fd_set_t
-
Simon Giesecke authored
Solution: remove duplicated code
-