1. 06 Feb, 2016 9 commits
  2. 04 Feb, 2016 3 commits
  3. 01 Feb, 2016 4 commits
  4. 30 Jan, 2016 4 commits
    • somdoron's avatar
      Fix compilation errors on windows · 389e853c
      somdoron authored
      389e853c
    • Jean-Christophe Fillion-Robin's avatar
      Style: Fix -Wunused-but-set-variable in test_stream_exceeds_buffer.cpp · 46b02338
      Jean-Christophe Fillion-Robin authored
      This commit addresses the following warnings reported on gcc 5.2.1. In
      the future, this will help reduce the "noise" and help catch warnings
      revealing a serious problem.
      
      8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
      /path/to/libzmq/tests/test_stream_exceeds_buffer.cpp: In function ‘int main()’:
      /path/to/libzmq/tests/test_stream_exceeds_buffer.cpp:19:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]
           int rc = setsockopt(server_sock, SOL_SOCKET, SO_REUSEADDR, &enable, sizeof(enable));
               ^
      8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
      46b02338
    • Jean-Christophe Fillion-Robin's avatar
      Style: Fix unused parameter compilation warnings · f329252d
      Jean-Christophe Fillion-Robin authored
      This commit addresses the following warnings reported on gcc 5.2.1. In
      the future, this will help reduce the "noise" and help catch warnings
      revealing a serious problem.
      
      8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
      /path/to/libzmq/src/options.cpp:1048:36: warning: unused parameter ‘option_’ [-Wunused-parameter]
       bool zmq::options_t::is_valid (int option_) const
                                          ^
      
      /path/to/libzmq/src/plain_client.cpp:146:30: warning: unused parameter ‘cmd_data’ [-Wunused-parameter]
               const unsigned char *cmd_data, size_t data_size)
                                    ^
      
      /path/to/libzmq/src/plain_client.cpp:146:30: warning: unused parameter ‘cmd_data’ [-Wunused-parameter]
               const unsigned char *cmd_data, size_t data_size)
                                    ^
      
      /path/to/libzmq/src/socket_base.cpp:1445:44: warning: unused parameter ‘group_’ [-Wunused-parameter]
       int zmq::socket_base_t::xjoin (const char *group_)
                                                  ^
      /path/to/libzmq/src/socket_base.cpp:1451:45: warning: unused parameter ‘group_’ [-Wunused-parameter]
       int zmq::socket_base_t::xleave (const char *group_)
                                                   ^
      
      /path/to/libzmq/src/radio.cpp:145:33: warning: unused parameter ‘msg_’ [-Wunused-parameter]
       int zmq::radio_t::xrecv (msg_t *msg_)
                                       ^
      /path/to/libzmq/src/dish.cpp:164:32: warning: unused parameter ‘msg_’ [-Wunused-parameter]
       int zmq::dish_t::xsend (msg_t *msg_)
                                      ^
      
      /path/to/libzmq/tests/test_msg_ffn.cpp:32:16: warning: unused parameter ‘data’ [-Wunused-parameter]
       void ffn(void *data, void *hint) {
                      ^
      
      /path/to/libzmq/tests/test_timers.cpp:50:19: warning: unused parameter ‘timer_id’ [-Wunused-parameter]
       void handler (int timer_id, void* arg)
                         ^
      8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
      f329252d
    • 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
  5. 29 Jan, 2016 4 commits
  6. 28 Jan, 2016 2 commits
  7. 27 Jan, 2016 1 commit
  8. 20 Jan, 2016 3 commits
  9. 19 Jan, 2016 1 commit
  10. 14 Jan, 2016 1 commit
  11. 03 Jan, 2016 1 commit
  12. 29 Dec, 2015 1 commit
  13. 21 Dec, 2015 2 commits
  14. 18 Dec, 2015 1 commit
  15. 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
  16. 24 Nov, 2015 1 commit
  17. 13 Nov, 2015 1 commit