Commit Graph

  • 83b91c8b7e Problem: Missing swap functions Gudmundur Adalsteinsson 2019-04-02 14:01:10 +0000
  • e1fe5e5209
    Merge pull request #301 from gummif/gfa/proxy Simon Giesecke 2019-04-01 08:28:54 +0200
  • a89e0d7b81
    Merge pull request #302 from gummif/gfa/inline-mem-fn Simon Giesecke 2019-04-01 08:27:22 +0200
  • 3fecadfb86 Problem: Redundant inline specifiers for member functions Gudmundur Adalsteinsson 2019-03-31 22:39:58 +0000
  • 1eedfaf9a5 Problem: proxy is not typesafe Gudmundur Adalsteinsson 2019-03-30 11:04:24 +0000
  • 9e03629dae
    Merge pull request #298 from gummif/gfa/poll-const Simon Giesecke 2019-03-28 09:25:19 +0100
  • 0e55254bd6 Problem: poll is mutating by definition Gudmundur Adalsteinsson 2019-03-26 21:25:40 +0000
  • 47df7b0cb9
    Merge pull request #299 from gummif/gfa/remove-friend Simon Giesecke 2019-03-27 11:58:31 +0100
  • ff23b4ce95 Problem: Friendship between socket_t and context_t Gudmundur Adalsteinsson 2019-03-26 21:58:38 +0000
  • 91fd0b5e0e
    Merge pull request #297 from trya/master Simon Giesecke 2019-03-14 20:50:39 +0100
  • a91522f65e Unit tests for message_t::get() trya 2019-03-14 14:25:50 +0100
  • 7d59f129c8 Removed warnings when compiling with C++11 enabled (#296) Ivan Čukić 2019-03-13 19:18:27 +0100
  • 321f2a9211 ZMQ_NOTHROW now means throw() for pre-C++11 Ivan Čukić 2019-03-13 19:01:21 +0100
  • 0fd9bea760
    Merge pull request #295 from trya/master Simon Giesecke 2019-03-13 11:38:49 +0100
  • acd8ce407c Removed warnings when compiling with C++11 enabled Ivan Čukić 2019-03-13 11:31:47 +0100
  • 16fa983281 Add message_t::get() trya 2019-03-08 16:40:21 +0100
  • bfdc7885b8
    Merge pull request #292 from sigiesec/build-zeromq-4-3-1 Luca Boccassi 2019-02-04 17:08:20 +0000
  • 4043617afe Problem: test cases for error behaviour of (active_)poller_t failing with libzmq 4.3.x Simon Giesecke 2019-02-04 14:53:03 +0100
  • c5fe9d1c27 Problem: current libzmq is not tested Simon Giesecke 2019-02-04 10:32:46 +0100
  • 882a200700 Revert " Ensure ptr is set again to NULL once the socket is disconnected" artur 2019-01-30 22:23:51 +0100
  • e67b9fc027 Ensure ptr is set again to NULL once the socket is disconnected tur 2019-01-30 17:26:00 +0100
  • 663944180f
    Merge pull request #286 from kurdybacha/ctest_integration Simon Giesecke 2019-01-28 09:53:14 +0100
  • 83d80f76b9 Add testing against external Catch. Elliott Sales de Andrade 2019-01-24 02:52:05 -0500
  • 4a0780f7ec Allow using external Catch2 or Catch. Elliott Sales de Andrade 2019-01-24 02:21:59 -0500
  • 6982fb7017 Problem #268: CTest output without tests details Pawel Kurdybacha 2019-01-22 22:58:49 +0000
  • 6a4fe1fdb2
    Merge pull request #285 from kurdybacha/pthread_link_issue Simon Giesecke 2019-01-23 08:32:06 +0100
  • 6a6aebb845 Problem #284: test pthread link error with with gcc Pawel Kurdybacha 2019-01-22 20:55:06 +0000
  • d641d1de4c
    Merge pull request #275 from egpbos/retry_ctx_destroy Simon Giesecke 2018-11-08 11:20:33 +0100
  • fbe82b07cd
    Add retry of zmq_ctx_destroy in context_t::close() E. G. Patrick Bos 2018-11-05 20:09:28 +0100
  • c444c5d5e2
    Merge pull request #268 from kurdybacha/header_only_test_framework Simon Giesecke 2018-10-17 18:14:13 +0200
  • ae15964907 Problem: Dependency on googletest framework Pawel Kurdybacha 2018-09-23 17:14:25 +0100
  • 5af24314c3 add front and back (#269) tangfu 2018-10-17 15:41:21 +0800
  • 6879a837e7
    add test for front and back tangfu 2018-10-17 14:47:16 +0800
  • c3b79d6b29
    Merge branch 'master' into master tangfu 2018-10-16 18:37:50 +0800
  • 0c4e470690
    add front and back tangfu 2018-10-16 17:04:39 +0800
  • 1547b6ec22
    Merge pull request #267 from ffontaine/master Luca Boccassi 2018-09-21 00:03:03 +0100
  • bffb0eda34 fix install without static libzmq Fabrice Fontaine 2018-09-20 19:37:26 +0200
  • bcb59608c8
    Merge pull request #265 from sigiesec/fix-breaking-ambiguity Luca Boccassi 2018-08-22 13:57:35 +0100
  • 7d53a04e81 Set version to 4.3.1 to prepare bugfix release Simon Giesecke 2018-08-21 13:51:17 +0200
  • 120c7ae3f2 Problem: no test case for previously existing send functionality Simon Giesecke 2018-08-21 13:36:01 +0200
  • ab09f5da98 Problem: addition of new single-argument message_t introduces ambiguity when calling e.g. socket_t::send Simon Giesecke 2018-08-21 13:03:29 +0200
  • 8ff83257ac
    Merge pull request #264 from sigiesec/start-4-4-0 Luca Boccassi 2018-08-15 17:17:20 +0100
  • f5963ceade Update version to 4.4.0 for next development iteration Simon Giesecke 2018-08-15 17:55:43 +0200
  • 213da0b04a
    Merge pull request #256 from Tulon/radio_dish_support v4.3.0 Luca Boccassi 2018-07-15 12:06:19 +0100
  • 751f27d635 Add support for RADIO/DISH sockets if draft API is enabled Joseph Artsimovich 2018-07-13 16:01:15 +0300
  • 73f171abb2
    Merge pull request #255 from kurdybacha/issue_fix Luca Boccassi 2018-07-05 09:05:57 +0100
  • 57454dff4b Problem: monitor_t tests not event driven Pawel Kurdybacha 2018-07-04 23:46:47 +0100
  • 4a066be66a Problem: #209 cppzmq fails with cmake 3.6.3 and above Pawel Kurdybacha 2018-07-04 22:30:22 +0100
  • 837c0c9a97
    Merge pull request #250 from esromneb/master Simon Giesecke 2018-06-15 08:55:50 +0200
  • a604af95d7 editing "typename I" to "typename T" due to error: expected nested-name-specifier before ‘(’ token Ben 2018-06-10 23:54:20 -0700
  • 97d2cb2498
    Merge pull request #249 from sigiesec/add-monitor-tests Luca Boccassi 2018-06-05 16:39:58 +0100
  • 58ffef7190 Problem: no tests for monitor_t::abort Simon Giesecke 2018-06-05 10:18:05 +0200
  • ec63fb3485 Problem: no test case for zmq::monitor_t::init Simon Giesecke 2018-06-04 10:41:17 +0200
  • e0b5629a28
    Merge pull request #248 from kurdybacha/readme_update Simon Giesecke 2018-06-04 17:49:17 +0200
  • 29d3990770 Problem: README build steps can be simpler. Pawel Kurdybacha 2018-06-04 16:46:41 +0100
  • bfb3a5d6f7 Problem: README build badges too generic Pawel Kurdybacha 2018-06-04 15:53:53 +0100
  • edc14b64fd
    Merge pull request #247 from kurdybacha/coveralls Constantin Rack 2018-06-04 07:27:29 +0200
  • 9a7a85703c Problem: Coverage with coveralls not working Pawel Kurdybacha 2018-06-02 17:25:37 +0100
  • da46b440d7
    Merge 41caf5ae9d into 3c14d37d8b Pawel Kurdybacha 2018-06-02 15:27:55 +0000
  • 41caf5ae9d Problem: coverate not supported Pawel Kurdybacha 2018-06-02 16:18:49 +0100
  • 81135d6dab Problem: code coverage not supported Pawel Kurdybacha 2018-06-02 15:36:22 +0100
  • 3c14d37d8b
    Merge pull request #243 from sigiesec/fail-if-libzmq-not-found Luca Boccassi 2018-05-25 10:25:45 +0100
  • c69c1f903f Problem: cmake build succeeds even if libzmq not found Simon Giesecke 2018-05-25 11:13:02 +0200
  • b2c86fe7d7
    Merge 179e11e13a into 1f14f9a34e Naveen 2018-05-24 09:06:40 +0000
  • 179e11e13a cppzmq bazel port nbansal 2018-05-24 17:00:44 +0800
  • 1f14f9a34e
    Merge pull request #240 from kurdybacha/draft-git Luca Boccassi 2018-05-23 22:14:17 +0100
  • 115bfffc50 Problem: Travis requires sudo Pawel Kurdybacha 2018-05-23 19:31:07 +0100
  • 8f09eeb17f
    Merge 6d76124c92 into 7023764834 Pawel Kurdybacha 2018-05-23 18:31:33 +0000
  • 6d76124c92 Problem: Travis requires sudo Pawel Kurdybacha 2018-05-23 19:31:07 +0100
  • 9d058b3a5e Problem: draft not explicitly enabled on Windows CI Pawel Kurdybacha 2018-05-23 19:15:43 +0100
  • 380e39856b Problem: draft build not enabled for git repo Pawel Kurdybacha 2018-05-23 18:34:44 +0100
  • 96129022df
    Merge 9be8826b8e into 7023764834 Carlos Gomes Martinho 2018-05-21 19:43:46 +0000
  • 9be8826b8e
    feat: disable tests by default if not main project Carlos Gomes Martinho 2018-05-21 21:39:14 +0200
  • 7023764834
    Merge pull request #235 from Tulon/master Simon Giesecke 2018-05-20 09:25:20 +0200
  • 3e56f561cc
    Merge pull request #236 from kurdybacha/cmake-tweaks Simon Giesecke 2018-05-20 09:05:33 +0200
  • 099bcfc4a4 Problem: cppzmq build broken with C++11 compiler and git cloned repo. Pawel Kurdybacha 2018-05-20 07:00:08 +0100
  • d487e67249
    Merge pull request #234 from kurdybacha/cmake-tweaks Simon Giesecke 2018-05-19 11:30:42 +0200
  • d4374cbebe Add message_t::routing_id() and set_routing_id() Joseph Artsimovich 2018-05-19 08:44:41 +0300
  • 869ebe111a Problem: wrong version of libzmq in README. Pawel Kurdybacha 2018-05-18 22:42:13 +0100
  • ecbcf10ddf Problem: cppzmq needs to be installed for pkg-config libzmq Pawel Kurdybacha 2018-05-18 22:20:45 +0100
  • b11e44550a
    Merge pull request #232 from kurdybacha/pkgconfig-build Simon Giesecke 2018-05-17 12:30:37 +0200
  • 265a1071e2 Problem: Default Travis build variables not defined. Pawel Kurdybacha 2018-05-16 20:52:27 +0100
  • 88bb8b1980 Problem: demo does not build for libzmq pkg-config case. Pawel Kurdybacha 2018-05-16 20:30:35 +0100
  • 9b0dd89cd9 Problem: Travis container with sudo long start Pawel Kurdybacha 2018-05-15 21:36:04 +0100
  • 8dfec111f7 Problem: libzmq pkg-config build not tested Pawel Kurdybacha 2018-05-15 20:57:19 +0100
  • 6fe3d54359
    Merge pull request #230 from kurdybacha/osx-build Luca Boccassi 2018-05-13 17:29:42 +0100
  • 4b6c4b6289 Problem: OSX not present in supported OS section. Pawel Kurdybacha 2018-05-13 17:08:03 +0100
  • fe56665b06 Problem: redundant addson and os section in Travis config Pawel Kurdybacha 2018-05-13 16:44:30 +0100
  • 8d84f9a1af Problem: cmake already pre-installed on OSX Pawel Kurdybacha 2018-05-13 16:38:31 +0100
  • 6cd57fad17 Problem: not all cores used on Travis Pawel Kurdybacha 2018-05-13 16:32:01 +0100
  • 3807107f56 Problem: coveralls does not install on OSX Pawel Kurdybacha 2018-05-13 16:21:48 +0100
  • 4311d1d933 Problem: enabled sudo for travis build Pawel Kurdybacha 2018-05-13 16:08:36 +0100
  • 0fd3e165f3 Problem: OSX build does not start first. Pawel Kurdybacha 2018-05-13 16:05:13 +0100
  • 1fc0675a83 Problme: OSX build does not use clang Pawel Kurdybacha 2018-05-13 15:55:10 +0100
  • 738d44dc88 Problem: OSX build not enabled Pawel Kurdybacha 2018-05-13 15:44:46 +0100
  • 21350a3fd3 Problem: Only one version of libzmq tested Pawel Kurdybacha 2018-05-13 15:21:06 +0100
  • a5578a6f25 Problem: libzmq 4.2.0 cmake build broken Pawel Kurdybacha 2018-05-12 22:02:04 +0100
  • 3dc20bb05a Problem: libzmq builds with tests Pawel Kurdybacha 2018-05-12 18:36:38 +0100
  • f35cbe2930 Problem: libzmq installed during build Pawel Kurdybacha 2018-05-12 18:27:42 +0100
  • f81accd6b1
    Merge pull request #228 from kurdybacha/clang-format Luca Boccassi 2018-05-12 17:37:56 +0100