- 02 Oct, 2019 1 commit
-
-
somdoron authored
Solution: support websocket with tls (wss)
-
- 11 Sep, 2019 1 commit
-
-
somdoron authored
Solution: allow to use external library (nss) for sha1 to avoid the conflict
-
- 06 Aug, 2019 1 commit
-
-
Christopher Hall authored
solution: on DragonFly also define ZMQ_HAVE_FREEBSD in addition to ZMQ_HAVe_DRAGONFLY Signed-off-by:
Christopher Hall <hsw@ms2.hinet.net>
-
- 10 Jul, 2019 1 commit
-
-
Luca Boccassi authored
Solution: set -e in ci_build.sh like in other scripts
-
- 09 Jul, 2019 1 commit
-
-
myd7349 authored
-
- 08 May, 2019 1 commit
-
-
Simon Giesecke authored
Solution: check for availability of shared/static libzmq targets
-
- 07 May, 2019 1 commit
-
-
Simon Giesecke authored
Solution: fix spelling
-
- 18 Apr, 2019 1 commit
-
-
Iwan Paolucci authored
Solution: Use a toolchain file for QNX x86
-
- 18 Mar, 2019 1 commit
-
-
Jacques Germishuys authored
Solution: Provide an implementation
-
- 01 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: remove them
-
- 12 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: move configuration to build definition
-
- 20 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: automate it on Travis
-
- 19 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: detect cacheline size for aligment purposes at build time instead of hard-coding it, so that PPC and S390 can align to a value greater than the 64 bytes default. Uses libc getconf program, and falls back to the previous value of 64 if not found.
-
- 17 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Solution: set the appropriate options, environment variables and paths so that the host pkg-config files are ignored, and the target ones are used instead (if any)
-
- 15 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Solution: use requires.private, which pkg-config expands recursively so that dependencies of dependencies can be linked against when using pkg-config --static
-
- 24 Jul, 2018 1 commit
-
-
Jean-Christophe Fillion-Robin authored
Setting EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH variables is deprecated
-
- 18 Jul, 2018 1 commit
-
- 15 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add missing quotation marks
-
- 31 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: use a Debug build for analysis
-
- 30 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add compile check
-
- 24 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: prefix project key with repo name
-
Simon Giesecke authored
Solution: activate clang-tidy, scan-build and sonar-scanner
-
- 23 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: declare them as deprecated
-
- 22 May, 2018 1 commit
-
-
Simon Giesecke authored
Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows Solution: change platform definitions to separate API poller from I/O thread poller, disallow configuring poll I/O thread poller on Windows
-
- 09 May, 2018 1 commit
-
-
Luca Boccassi authored
Solution: check return value in autoconf and CMake. On some platforms the function is available but not implemented (eg: GNU/Hurd).
-
- 08 May, 2018 1 commit
-
-
Jorik Caljouw authored
-
- 29 Apr, 2018 3 commits
-
-
Axel Nennker authored
Minimum platform for arm is android-14
-
Axel Nennker authored
added missing = to export VARIABLE=VALUE
-
Axel Nennker authored
Changed the download URL to use HTTPS. Provided the hashes for version r10e Replaces /home/zmq by $HOME
-
- 27 Mar, 2018 2 commits
-
-
Luca Boccassi authored
Solution: don't run configure
-
Min RK authored
* always run tests from tarball of `make dist` ensures that tests will not pass if critical files are omitted from releases * add explicit make dist only for non-default builds distcheck should already cover this for default builds * don’t verify that valgrind/coverage tests can be run from dists * add various files missing from dists - missing template from cmake - add missing android build files - add some missing ci_build.sh scripts
-
- 10 Mar, 2018 1 commit
-
-
Manuel Segura authored
* Problem: Still need to port over more files to VxWorks 6.x Solution: Port more files to VxWorks 6.x * Problem: Need to port over remaining files to VxWorks 6.x. Also remove POSIX thread dependency for VxWorks (because of priority inversion problem in POSIX mutexes with VxWorks 6.x processes) Solution: Port over remaining files to VxWorks 6.x. Also removed POSIX thread dependency for VxWorks * Problem: Needed to modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x. Solution: Modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x
-
- 09 Mar, 2018 1 commit
-
-
Luca Boccassi authored
* Problem: TIPC availability check is too strict Solution: at build time only check if the API is available. In the tests do a first check and a skip if the functionality is not available. TIPC needs an in-tree but not loaded by default kernel module, tipc.ko to be loaded, which requires root, so it is unlikely to be available on any build system by default. This will allow most distributions to ship with TIPC support built in, and to avoid tests failure if the module is not there. * Problem: no Travis tests for TIPC Solution: mark one job with sudo: required and load the kernel module * Problem: CMake fails when test returns 77 (skip) Solution: set property to let it mark the test as skipped as intended
-
- 12 Feb, 2018 1 commit
-
-
Simon Giesecke authored
Solution: set CTEST_OUTPUT_ON_FAILURE option
-
- 02 Feb, 2018 4 commits
- 13 Jan, 2018 2 commits