Commit Graph

  • 3807107f56 Problem: coveralls does not install on OSX Pawel Kurdybacha 2018-05-13 16:21:48 +01:00
  • 4311d1d933 Problem: enabled sudo for travis build Pawel Kurdybacha 2018-05-13 16:08:36 +01:00
  • 0fd3e165f3 Problem: OSX build does not start first. Pawel Kurdybacha 2018-05-13 16:05:13 +01:00
  • 1fc0675a83 Problme: OSX build does not use clang Pawel Kurdybacha 2018-05-13 15:55:10 +01:00
  • 738d44dc88 Problem: OSX build not enabled Pawel Kurdybacha 2018-05-13 15:44:46 +01:00
  • 21350a3fd3 Problem: Only one version of libzmq tested Pawel Kurdybacha 2018-05-13 15:21:06 +01:00
  • a5578a6f25 Problem: libzmq 4.2.0 cmake build broken Pawel Kurdybacha 2018-05-12 22:02:04 +01:00
  • 3dc20bb05a Problem: libzmq builds with tests Pawel Kurdybacha 2018-05-12 18:36:38 +01:00
  • f35cbe2930 Problem: libzmq installed during build Pawel Kurdybacha 2018-05-12 18:27:42 +01:00
  • f81accd6b1 Merge pull request #228 from kurdybacha/clang-format Luca Boccassi 2018-05-12 17:37:56 +01:00
  • ff3c221516 Problem: whitespace style too restrictive. Pawel Kurdybacha 2018-05-12 17:28:28 +01:00
  • 590cf711e5 Merge pull request #227 from sigiesec/poller-wait-all-return-sizet Luca Boccassi 2018-05-12 11:31:15 +01:00
  • 65ae6b33fd Problem: poller_t::wait_all and active_poller_t::wait declare int return type but actually return an element count Giesecke 2018-05-12 09:18:46 +02:00
  • bc82352c95 Merge pull request #226 from kurdybacha/clang-format Simon Giesecke 2018-05-11 23:21:45 +02:00
  • cd72eef3fd Problem: zmq_addon.hpp not follow clang-format Pawel Kurdybacha 2018-05-11 20:32:23 +01:00
  • 5031278f18 Problem: project files do not follow clang-format Pawel Kurdybacha 2018-05-11 20:29:15 +01:00
  • 7732903177 Problem: trailing whitespaces in clang-format file Pawel Kurdybacha 2018-05-11 20:08:26 +01:00
  • 85f759a170 Problem: inconsistent code style Pawel Kurdybacha 2018-05-11 20:03:15 +01:00
  • 0f840ce3f8 Merge pull request #225 from sigiesec/split-poller-layer Luca Boccassi 2018-05-11 13:56:16 +01:00
  • fffd7bfd47 Merge pull request #224 from sigiesec/add-design-goals Luca Boccassi 2018-05-11 13:26:47 +01:00
  • 2c2915a3ea Problem: design goals and supported platforms are not explicitly stated Simon Giesecke 2018-05-11 14:04:14 +02:00
  • 421d66c97e Problem: redundant assertion Simon Giesecke 2018-05-11 12:30:34 +02:00
  • 762b0131e8 Problem: no tests for poller_t Simon Giesecke 2018-05-11 11:43:41 +02:00
  • 3251d05636 Problem: creation of poller_events is unnecessarily complex Simon Giesecke 2018-05-11 11:27:05 +02:00
  • f700e5d6b0 Problem: deprecation warning in multipart_t Simon Giesecke 2018-05-11 11:18:21 +02:00
  • ee1cc9a791 Problem: unnecessary heap allocations for test subject Simon Giesecke 2018-05-11 11:09:09 +02:00
  • 882f5e844c Problem: extra abstraction layer type poller_t is in zmq.hpp Simon Giesecke 2018-05-11 10:56:41 +02:00
  • dc996cd2ec Problem: zmq_addon header contains tests (with a syntax error) Simon Giesecke 2018-05-11 11:01:04 +02:00
  • 89d9db7366 Problem: move poller tests are unspecific Simon Giesecke 2018-05-11 10:32:02 +02:00
  • bf47be0a0c Problem: poller_t adds an abstraction layer on zmq_poller_* Simon Giesecke 2018-05-11 09:41:36 +02:00
  • cdef8bc069 Merge pull request #222 from kurdybacha/poller-init Simon Giesecke 2018-05-11 08:12:52 +02:00
  • e972f39c93 Merge pull request #223 from kurdybacha/server-client Simon Giesecke 2018-05-11 08:11:30 +02:00
  • 33025bf0e6 Problem: client/server socket types not defined. Pawel Kurdybacha 2018-05-11 06:41:53 +01:00
  • c03fb35173 Problem: poller's constructor is not default Pawel Kurdybacha 2018-05-11 05:56:07 +01:00
  • 2aba0bb3ac Merge pull request #221 from kurdybacha/poller-size Simon Giesecke 2018-05-09 09:05:48 +02:00
  • 625a0ebb41 Unit tests for poller's move operations Pawel Kurdybacha 2018-05-09 05:57:44 +01:00
  • 559d373da3 Add back size method, add empty for completeness Pawel Kurdybacha 2018-05-09 05:44:11 +01:00
  • 4dde37e7b2 Make poller default movable Pawel Kurdybacha 2018-05-08 21:56:15 +01:00
  • 3281509eda Merge pull request #220 from zguangyu/patch-1 Luca Boccassi 2018-05-08 19:50:23 +01:00
  • cfe3bafc1f Fix message using empty version variable Guangyu Zhang 2018-05-08 09:34:35 -04:00
  • faf6671d38 Problem: poller can segfault when modified from registered handler. (#219) Pawel Kurdybacha 2018-05-03 21:10:05 +01:00
  • ac64eba5c6 Merge pull request #218 from kleisauke/patch-3 Luca Boccassi 2018-05-02 14:43:54 +01:00
  • 7d8e3ab473 Problem: Missing QUIET option causes a CMake warning Kleis Auke Wolthuizen 2018-05-02 15:24:30 +02:00
  • 13bf7fdb2c Merge pull request #217 from kurdybacha/cmake_install Constantin Rack 2018-04-29 14:09:13 +02:00
  • 131d2ec487 Problem: googletest is also installed into install destination Pawel Kurdybacha 2018-04-29 12:57:32 +01:00
  • 99b9967970 Merge pull request #216 from kurdybacha/deprecated_draft Luca Boccassi 2018-04-26 20:05:02 +01:00
  • 94e0fb0bc3 Problem: deprecated poller's method in draft API Pawel Kurdybacha 2018-04-26 19:50:14 +01:00
  • 17e1d97044 Merge pull request #215 from kurdybacha/poller_modify Luca Boccassi 2018-04-24 21:46:30 +01:00
  • 3fcd58d3f0 Problem: poller_t simple modify test case missing Pawel Kurdybacha 2018-04-24 21:21:55 +01:00
  • 85e05b0c88 Problem: poller_t does not support modify Pawel Kurdybacha 2018-04-24 21:16:01 +01:00
  • dcdf828230 Merge pull request #214 from kurdybacha/appveyor_cache Simon Giesecke 2018-04-22 20:44:38 +02:00
  • c3d11f32fe Problem: Missing -D flag causes build failure. Pawel Kurdybacha 2018-04-22 18:09:10 +01:00
  • 85d5667d73 Problem: Appveyor caches way too much. Pawel Kurdybacha 2018-04-22 17:57:55 +01:00
  • a87cc96f76 Merge pull request #213 from kurdybacha/appveyor_cache Simon Giesecke 2018-04-22 10:09:15 +02:00
  • 1baec268e6 Problem: Appveyor Windows build does not cache googletest Pawel Kurdybacha 2018-04-21 21:58:47 +01:00
  • 82a7f76594 Problem: Appveyor build is slow. (#212) Pawel Kurdybacha 2018-04-20 11:44:21 +01:00
  • d103401ec3 Merge pull request #211 from kurdybacha/add_throws Simon Giesecke 2018-04-20 08:50:34 +02:00
  • c55379d6e2 Problem: poller_t's deprecated add might throw std::bad_function_call Pawel Kurdybacha 2018-04-20 06:16:04 +01:00
  • 85a9805f16 Merge pull request #208 from kurdybacha/poller-fix Simon Giesecke 2018-04-19 17:53:00 +02:00
  • e317fc873a Merge pull request #210 from kleisauke/patch-2 Luca Boccassi 2018-04-19 11:57:50 +01:00
  • 0611afecb9 Problem: tests are always building Kleis Auke Wolthuizen 2018-04-19 12:45:29 +02:00
  • f5b9fcc4ef Problem: throw error_t should follow only zmq call. Pawel Kurdybacha 2018-04-18 19:23:26 +01:00
  • 810b87c021 Problem: poller_t invalid behaviour on invalid sockets Pawel Kurdybacha 2018-04-18 07:00:41 +01:00
  • 60f7753133 Merge pull request #207 from kleisauke/patch-1 Constantin Rack 2018-04-17 20:56:07 +02:00
  • 21aad1a92a Remove unnecessary curly bracket Kleis Auke Wolthuizen 2018-04-17 20:34:29 +02:00
  • fdc145a09e Problem: Windows build broken because of multiple issues (#204) Pawel Kurdybacha 2018-04-17 09:29:47 +01:00
  • 19da7a4cf6 Merge pull request #205 from sigiesec/split-testcases Luca Boccassi 2018-04-16 14:52:51 +01:00
  • 2aac1dffa3 Problem: bad code style in operator== Simon Giesecke 2018-04-13 11:38:16 -04:00
  • 4d0418750e Problem: no tests for move-assignment Simon Giesecke 2018-04-13 11:35:00 -04:00
  • c92afb675e Problem: message_t::operator== is absurdly inefficient and constructs temporary copies of both operands Simon Giesecke 2018-04-13 11:28:40 -04:00
  • 438bad28e6 Problem: insufficient test cases for operator== Simon Giesecke 2018-04-13 11:24:36 -04:00
  • 4367bd6128 Problem: code duplication in equals/operator== Simon Giesecke 2018-04-13 11:21:05 -04:00
  • 799c89cb09 Problem: several test cases mixed in message.constructors Simon Giesecke 2018-04-13 11:20:07 -04:00
  • a186ed6ada Merge pull request #203 from kurdybacha/master Luca Boccassi 2018-04-14 15:54:56 +01:00
  • f518a648ef Problem: extended initializer lists only available in C++11 Pawel Kurdybacha 2018-04-14 14:06:32 +01:00
  • 6caa5d19d3 Problem: message_t should be easier to construct Pawel Kurdybacha 2018-04-14 12:03:44 +01:00
  • 3185dd1051 Merge pull request #202 from kurdybacha/master Luca Boccassi 2018-04-13 17:58:43 +01:00
  • 40c55018b2 Problem: create_destroy test not assigned properly Pawel Kurdybacha 2018-04-13 17:38:51 +01:00
  • 8353e8460f Problem: non consistent whitespace formatting Pawel Kurdybacha 2018-04-13 17:35:41 +01:00
  • 25196e5bb8 Merge pull request #201 from sigiesec/add-poller-tests Luca Boccassi 2018-04-13 15:43:20 +01:00
  • 5b1ab44264 Problem: insufficient tests for poller_t, bad usability since caller of add must store function object Simon Giesecke 2018-04-10 18:35:58 +02:00
  • 1975818171 Problem: poller's handler not aware of event type. (#200) Pawel Kurdybacha 2018-04-09 08:22:31 +01:00
  • 65475cb603 Merge pull request #198 from michael-hart/master Luca Boccassi 2018-04-08 13:06:59 +01:00
  • 9c7b9e88af Added include directory to CMake instructions Michael Hart 2018-04-08 11:58:55 +01:00
  • bf39928c93 Merge pull request #196 from kurdybacha/master Luca Boccassi 2018-04-08 00:51:44 +01:00
  • 18f8035ba8 Problem: poller_t does not have great test coverage Pawel Kurdybacha 2018-04-07 22:56:53 +01:00
  • 9c1b785edb Merge pull request #195 from kurdybacha/master Luca Boccassi 2018-04-07 15:30:11 +01:00
  • 34e5b98917 Problem: Draft build not enabled for git cloned cppzmq. Pawel Kurdybacha 2018-04-07 15:08:24 +01:00
  • 5ebc7fe32f Merge pull request #194 from sigiesec/add-initial-tests Luca Boccassi 2018-04-03 17:51:54 +01:00
  • cc5f4050dc Problem: no build/tests with DRAFT Simon Giesecke 2018-04-03 16:30:58 +02:00
  • 68cbb9e57c Problem: snowballing Simon Giesecke 2018-04-03 12:35:39 +02:00
  • 83f854869a Problem: no tests for socket_t ctor accepting enum socket_type Simon Giesecke 2018-04-03 12:04:23 +02:00
  • 1616c0fad2 Problem: test file not correctly named Simon Giesecke 2018-04-03 12:02:08 +02:00
  • 80dc604ed0 Problem: No tests for libzmq 4.2.0 Simon Giesecke 2018-04-03 09:13:57 +02:00
  • 63f81e40d6 Problem: code coverage not working Simon Giesecke 2018-04-02 13:21:11 +02:00
  • b737b9f1de Problem: no test cases Simon Giesecke 2018-04-02 13:15:34 +02:00
  • 7db13d356a Merge pull request #192 from sigiesec/add-travis-ci Luca Boccassi 2018-03-29 17:59:48 +01:00
  • 07b583a99a Problem: test not using cppzmq Simon Giesecke 2018-03-29 18:14:34 +02:00
  • e5ca9a0a95 Problem: coverage is not enabled Giesecke 2018-03-29 16:57:59 +01:00
  • 968473cdba Problem: no test infrastructure Simon Giesecke 2018-03-29 17:34:21 +02:00