- 07 Dec, 2017 3 commits
-
-
Jim Klimov authored
-
Jim Klimov authored
-
Jim Klimov authored
-
- 06 Dec, 2017 2 commits
-
-
Luca Boccassi authored
Problem: WIN32 CMAKECONFIG_INSTALL_DIR is broken
-
Steven Peters authored
Solution: set it to CMake instead of a subfolder of share. See cmake find_package documentation for further info.
-
- 02 Dec, 2017 1 commit
-
-
Constantin Rack authored
Problem: Debian packages are missing zmq.hpp
-
- 01 Dec, 2017 3 commits
-
-
Luca Boccassi authored
Problem: No Jenkinsfile
-
Luca Boccassi authored
Solution: install it if available. Download it from its repo as part of the OBS source run. Debian and Ubuntu always ship zmq.hpp in libzmq-dev, so do the same. In the RPM world it is in its own separate package, so don't do the same for RPM.
-
Jim Klimov authored
-
- 26 Nov, 2017 2 commits
-
-
Constantin Rack authored
Problem: DRAFT API change not in NEWS
-
Luca Boccassi authored
Solution: add it
-
- 24 Nov, 2017 2 commits
-
-
Jim Klimov authored
Problem: no coverage for VS2013 and VS2017
-
Constantin Rack authored
Problem: ZMQ_LINGER doc change not in NEWS
-
- 23 Nov, 2017 3 commits
-
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Wrong ZMQ_LINGER default value
-
fnaime authored
Problem: Wrong linger default value Solution: correct documentation
-
- 22 Nov, 2017 2 commits
-
-
Luca Boccassi authored
Solution: use if statements to avoid building it when it's disabled
-
Luca Boccassi authored
Solution: add them to Appveyor
-
- 20 Nov, 2017 4 commits
-
-
Jim Klimov authored
Problems: CMake rebuilds everything twice, warnings with Tweetnacl, no autoconf option to disable Werror
-
Luca Boccassi authored
Solution: add workaround until Travis really fixes the issue: https://github.com/travis-ci/travis-ci/issues/8552
-
Luca Boccassi authored
Solution: add --disable-Werror flag like the existing --disable-pedantic or CMake's -DLIBZMQ_WERROR=OFF Fixes #2818
-
Luca Boccassi authored
Solution: build all the objects separately before the link step, to avoid rebuilding when doing both static and shared builds
-
- 19 Nov, 2017 1 commit
-
-
Luca Boccassi authored
Solution: don't redefine preprocessor macro if it's already defined in platform.hpp
-
- 18 Nov, 2017 3 commits
-
-
Constantin Rack authored
Problem: accept4 not available on all platforms
-
Luca Boccassi authored
Solution: check for availability in CMake and autoconf before using it
-
Constantin Rack authored
Problems: no NEWS for 4.2.3, missing some events docs, whitespace in header
-
- 17 Nov, 2017 1 commit
-
-
Luca Boccassi authored
Solution: add main features and bug fixes
-
- 16 Nov, 2017 7 commits
-
-
Luca Boccassi authored
Solution: add them
-
Luca Boccassi authored
Solution: remove it
-
Luca Boccassi authored
Problem: Build fails in Visual Studio 2008 without `stdint.h`
-
Simon Giesecke authored
Problems: test_security_{zap|curve} often hangs, debian builds ignore test failures hiding issues
-
ccpaging authored
-
Luca Boccassi authored
Solution: make test failures fail the build
-
Luca Boccassi authored
Solution: set 0 linger on the sockets immediately after creating them rather than immediately before closing them. Running through helgrind/drd highlights a few race conditions, one of which is the setting of linger vs checking it when closing the socket. Work around it by setting it immediately to fix the test hangs.
-
- 13 Nov, 2017 1 commit
-
-
Jim Klimov authored
Problem: test_stream_exceeds_buffer cannot be ran in parallel
-
- 10 Nov, 2017 3 commits
-
-
Luca Boccassi authored
Change zmq_recv to zmg_msg_recv since zmq_msg_t used there.
-
ebyrob authored
-
Luca Boccassi authored
Solution: bind to wildcard and let the OS pick a free port instead of using an hard-coded 12345 TCP port
-
- 09 Nov, 2017 2 commits
-
-
Luca Boccassi authored
add Haiku support
-
Jerome Duval authored
* link against libnetwork.so for network functions.
-