- 24 Apr, 2017 1 commit
-
-
Yann Diorcet authored
-
- 12 Apr, 2017 1 commit
-
-
Yann Diorcet authored
-
- 05 Apr, 2017 1 commit
-
-
Stefan Herbrechtsmeier authored
Remove the `build/msvc` include path from the test project to fix a problem with the order of the include paths. Additionally remove the unnecessary `include_directories` from the master project. Signed-off-by:
Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
-
- 26 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add it to the list
-
- 01 Nov, 2016 1 commit
-
-
Harald authored
Solution: add optional lookup for openpgm via pkg-config
-
- 24 Sep, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add one to increase coverage
-
- 12 Jul, 2016 1 commit
-
-
Giuseppe Corbelli authored
only if the library is found at a specific path Solution: Search for libzmq.lib in ../bin/Win32/Debug/v120/dynamic, don't know how to automatically search in correct path based on current build configuration
-
- 19 May, 2016 1 commit
-
-
evoskuil authored
-
- 15 May, 2016 1 commit
-
-
Bitiquinho authored
-
- 08 May, 2016 1 commit
-
-
hitstergtd authored
Solution: - Add file for testing ancillary API methods and any misc internal machinery - Add tests for zmq_version(3) and zmq_strerror(3) - Add test file into gitignore, Autotools and CMake build files - Increase test coverage Note: MSVC solution files have not been updated.
-
- 02 May, 2016 6 commits
-
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: add support for --enable-drafts/ENABLE_DRAFTS=ON in Autools and CMake.
-
- 21 Apr, 2016 4 commits
-
-
hitstergtd authored
Solution: PR #1906 did not solve this problem properly; subsequent Travis CI indicated that the issue happens with Clang/LLVM, so make sure to fix the issue by detecting if Cmake CMake is using Clang for building the tests.
-
Luca Boccassi authored
Solution: move it to the unix-only section of Makefile.am and tests/CMakeLists.txt since it uses Unix IPC sockets.
-
somdoron authored
-
Luca Boccassi authored
Solution: add macro in ZMQSourceRunChecks.cmake and optionally include the TIPC sources if the support is available. More importantly, only run the TIPC tests if the support is there.
-
- 19 Apr, 2016 1 commit
-
-
hitstergtd authored
Problem: A per-test Linker search path was added in commit a911fa41 to CMakeLists.txt as part of fixing Windows builds. Whilst this is silently ignored by ld(1) on Linux, it doesn't settle well with OS X. Spurious warnings are generated about missing directories leading to convoluted build logs. Solution: Make per-Test LINK_DIRECTORIES() conditional for non-Apple platforms.
-
- 18 Apr, 2016 1 commit
-
-
hitstergtd authored
Solution: fix comment
-
- 14 Apr, 2016 1 commit
-
-
hitstergtd authored
Move tests specific to Linux under a platform conditional thereby eliminating unnecessary builds and fixing "make test" on Mac OS X and possibly other non-Linux systems. Tests specific to Linux: - abstract namespace support for AF_UNIX sockets - TIPC support (AF_TIPC) Test success rate jumps from 90% to 100% on Mac OS X after this change.
-
- 16 Mar, 2016 1 commit
-
-
Luca Boccassi authored
Solution: remove temporarily until proper message limits have been implemented, then a more granular test case can be added without such high requirements which are problematic in embedded environment, build systems, VMs and CI systems
-
- 06 Mar, 2016 1 commit
-
-
Osiris authored
Solution: Add precompiled flags to CMakeList.txt for faster compiles + bonus - removed compilation warning on Windows by adding add_definitions (-D_WINSOCK_DEPRECATED_NO_WARNINGS)
-
- 05 Mar, 2016 2 commits
- 09 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: rename socket option (and variables and files) from usefd to use_fd.
-
- 08 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: rename socket option (and variables and files) from pre_allocated_fd to usefd.
-
- 04 Feb, 2016 2 commits
-
-
Luca Boccassi authored
Solution: parse the value set by the ZMQ_PRE_ALLOCATED_FD sockopt when creating a new TCP socket and use it if valid. Add new tests/test_pre_allocated_fd_tcp.cpp unit test.
-
Luca Boccassi authored
Solution: parse the value set by the ZMQ_PRE_ALLOCATED_FD sockopt when creating a new IPC socket and use it if valid. Add new tests/test_pre_allocated_fd_ipc.cpp unit test.
-
- 30 Jan, 2016 1 commit
-
-
Jean-Christophe Fillion-Robin authored
This commit fixes the author warnings reported below. These tests have originally been introduced in zeromq/libzmq@5ebfd17 and zeromq/libzmq@5fe75f0. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- CMake Warning (dev) at tests/CMakeLists.txt:133 (message): Test 'test_udp' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:133 (message): Test 'test_large_msg' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
-
- 27 Jan, 2016 1 commit
-
-
somdoron authored
-
- 14 Jan, 2016 1 commit
-
-
Anonymous Maarten authored
found. Solution: Include the source directory Problem: _sleep is a library function of Windows. Solution: use sleep_
-
- 18 Dec, 2015 1 commit
-
-
somdoron authored
-
- 08 Dec, 2015 1 commit
-
-
Ilya Kulakov authored
VMCI transport allows fast communication between the Host and a virtual machine, between virtual machines on the same host, and within a virtual machine (like IPC). It requires VMware to be installed on the host and Guest Additions to be installed on a guest.
-
- 13 Nov, 2015 1 commit
-
-
Constantin Rack authored
Solution: add test case
-
- 23 Oct, 2015 2 commits
-
-
Anonymous Maarten authored
-
Anonymous Maarten authored
-
- 22 Oct, 2015 1 commit
-
-
somdoron authored
-