1. 24 Apr, 2017 1 commit
  2. 12 Apr, 2017 1 commit
  3. 05 Apr, 2017 1 commit
  4. 26 Dec, 2016 1 commit
  5. 01 Nov, 2016 1 commit
  6. 24 Sep, 2016 1 commit
  7. 12 Jul, 2016 1 commit
  8. 19 May, 2016 1 commit
  9. 15 May, 2016 1 commit
  10. 08 May, 2016 1 commit
    • hitstergtd's avatar
      Problem: Not all ancillary API methods tested · 206771af
      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.
      206771af
  11. 02 May, 2016 6 commits
  12. 21 Apr, 2016 4 commits
  13. 19 Apr, 2016 1 commit
    • hitstergtd's avatar
      Problem: Linker search path warnings on OS X · 846b2ba1
      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.
      846b2ba1
  14. 18 Apr, 2016 1 commit
  15. 14 Apr, 2016 1 commit
    • hitstergtd's avatar
      Make all Linux-specific tests conditional · 307bd952
      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.
      307bd952
  16. 16 Mar, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: test_large_msg requires 2GB of free RAM · 15fd419f
      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
      15fd419f
  17. 06 Mar, 2016 1 commit
  18. 05 Mar, 2016 2 commits
  19. 09 Feb, 2016 1 commit
  20. 08 Feb, 2016 1 commit
  21. 04 Feb, 2016 2 commits
  22. 30 Jan, 2016 1 commit
    • Jean-Christophe Fillion-Robin's avatar
      ctest: Add missing test_udp and test_large_msg · 05e48cc6
      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<---
      05e48cc6
  23. 27 Jan, 2016 1 commit
  24. 14 Jan, 2016 1 commit
  25. 18 Dec, 2015 1 commit
  26. 08 Dec, 2015 1 commit
    • Ilya Kulakov's avatar
      Add the VMCI transport. · 68b13fbd
      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.
      68b13fbd
  27. 13 Nov, 2015 1 commit
  28. 23 Oct, 2015 2 commits
  29. 22 Oct, 2015 1 commit