- 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 3 commits
- 15 Dec, 2017 1 commit
-
-
evoskuil authored
-
- 18 Nov, 2017 1 commit
-
-
Luca Boccassi authored
Solution: check for availability in CMake and autoconf before using it
-
- 16 Oct, 2017 1 commit
-
-
f18m authored
* Background thread scheduling - add ZMQ_THREAD_AFFINITY ctx option; set all thread scheduling options from the context of the secondary thread instead of using the main process thread context! - change ZMQ_THREAD_PRIORITY to support setting NICE of the background thread when using SCHED_OTHER
-
- 05 Oct, 2017 2 commits
-
-
Ilya Kulakov authored
Solution: Don't unlink file on close File may not belong to the socket at that point.
-
Alexander Dubovik authored
-
- 01 Sep, 2017 2 commits
-
-
Luca Boccassi authored
Solution: add it to CMake's platform.hpp.in
-
Robin Stacey authored
Solution: Escape quotes in cmake test.
-
- 23 Aug, 2017 1 commit
-
-
sigiesec authored
Solution: exclude tweetnacl from coverage
-
- 19 Aug, 2017 1 commit
-
-
Luca Boccassi authored
Solution: add it to CMake's platform.hpp.in
-
- 18 Aug, 2017 2 commits
-
-
Luca Boccassi authored
Solution: generate list of sources and headers with: ls -1 src/*cpp | sort | sed 's|src/\(.*\)| <File RelativePath="..\\..\\..\\..\\src\\\1" />|g' ls -1 src/*hpp | sort | sed 's|src/\(.*\)| <File RelativePath="..\\..\\..\\..\\src\\\1" />|g' and add them.
-
sigiesec authored
Solution: extracted common base class curve_mechanism_base_t
-
- 17 Aug, 2017 2 commits
-
-
Luca Boccassi authored
Solution: run make check with VERBOSE=1
-
sigiesec authored
Solution: Move ZAP tests to own file test_security_zap.cpp, move common code to testutil_security.hpp
-
- 16 Aug, 2017 1 commit
-
-
sigiesec authored
Solution: created a zap_client_t class, extracted first function send_zap_request from curve_server_t
-