- 13 Dec, 2017 6 commits
-
-
Luca Boccassi authored
Solution: bump changelog, ABI revision, library and packaging version
-
Luca Boccassi authored
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Problem: nuget packaging refers to imatix gsl
-
Jim Klimov authored
Solution: re-point to the maintained zeromq fork Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
-
Luca Boccassi authored
Problem: Jenkinsfile uses "any" agent
-
- 12 Dec, 2017 3 commits
-
-
Jim Klimov authored
Solution: avoid using infrastructure and default agents by requiring a reasonable label (like in GSL and zproject) Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
-
Luca Boccassi authored
export ZMQ_STATIC compile flag to depending projects (MSVC)
-
Gunther Laure authored
Signed-off-by: Gunther Laure <glaure@dewetron.com>
-
- 11 Dec, 2017 1 commit
-
-
Constantin Rack authored
Problem: static build broken on Win + CMake
-
- 10 Dec, 2017 1 commit
-
-
Luca Boccassi authored
Solution: revert the objects optimisation, and go back to building everything twice on Windows, as the static builds needs different preprocessor definitions from the shared one, so the objects have to be rebuilt. Keep the optimisation for all the other platforms. Fixes #2858
-
- 07 Dec, 2017 5 commits
-
-
Luca Boccassi authored
Problem: Jenkinsfile does not pass distcheck etc.
-
Jim Klimov authored
-
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
-