- 14 Dec, 2017 6 commits
-
-
evoskuil authored
-
BJovke authored
Problem: fn pointers are not bool (vc++ warning C4550).
-
evoskuil authored
-
Luca Boccassi authored
Problem: Build is broken on OpenBSD
-
Jasper Lievisse Adriaanse authored
Solution: re-instate block for OpenBSD erroneously removed in 9622a830
-
Constantin Rack authored
Problem: 4.2.3 is out, version(s) are out of date
-
- 13 Dec, 2017 8 commits
-
-
Luca Boccassi authored
add ZeroMQConfig.cmake.in in EXTRA_DIST
-
gouarin authored
-
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 1 commit
-
-
Jim Klimov authored
Problems: CMake rebuilds everything twice, warnings with Tweetnacl, no autoconf option to disable Werror
-