• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zeromq / cppzmq / 163

Builds Branch Commit Type Ran Committer Via Coverage
163 master Removed warnings when compiling with C++11 enabled Pull #296 13 Mar 2019 10:41AM UTC web-flow travis-ci pending completion   set done
162 master Add message_t::get() Uses zmq_msg_get() to get some integer properties on the message. Pull #295 08 Mar 2019 03:47PM UTC web-flow travis-ci pending completion   set done
161 master Merge pull request #292 from sigiesec/build-zeromq-4-3-1 Update default libzmq version to 4.3.1 push 04 Feb 2019 05:10PM UTC web-flow travis-ci pending completion   set done
160 build-zeromq-4-3-1 Problem: test cases for error behaviour of (active_)poller_t failing with libzmq 4.3.x Solution: adapt test cases to changed behaviour Pull #292 04 Feb 2019 02:44PM UTC web-flow travis-ci pending completion   set done
159 master Revert " Ensure ptr is set again to NULL once the socket is disconnected" This reverts commit e67b9fc02. Pull #289 30 Jan 2019 09:28PM UTC web-flow travis-ci pending completion   set done
158 master Ensure ptr is set again to NULL once the socket is disconnected Pull #289 30 Jan 2019 04:34PM UTC web-flow travis-ci pending completion   set done
157 master Merge pull request #286 from kurdybacha/ctest_integration Problem #268: CTest output without tests details push 28 Jan 2019 09:12AM UTC web-flow travis-ci pending completion   set done
156 external-catch Add testing against external Catch. Pull #288 27 Jan 2019 05:52AM UTC web-flow travis-ci pending completion   set done
150 ctest_integration Problem #268: CTest output without tests details Solution: Added integration with CTest to existing unit test framework based on Catch. ctest -v returns list of run tests now. Changes: * downloading and using Catch cmake modules that `unit_test... Pull #286 23 Jan 2019 08:54AM UTC web-flow travis-ci pending completion   set done
149 master Merge pull request #285 from kurdybacha/pthread_link_issue Problem #284: tests and pthread link error with with gcc push 23 Jan 2019 07:36AM UTC web-flow travis-ci pending completion   set done
148 pthread_link_issue Problem #284: test pthread link error with with gcc Solution: Use Threads cmake module as suggested in this thread: https://cmake.org/pipermail/cmake/2016-February/062729.html I was able to reproduce with gcc 8.2.1 and cmake 3.13.2. Pull #285 22 Jan 2019 09:03PM UTC web-flow travis-ci pending completion   set done
147 master Merge pull request #275 from egpbos/retry_ctx_destroy Add retry of zmq_ctx_destroy in context_t::close() push 08 Nov 2018 10:23AM UTC web-flow travis-ci pending completion   set done
146 retry_ctx_destroy Add retry of zmq_ctx_destroy in context_t::close() Fixes #171 Pull #275 05 Nov 2018 07:13PM UTC web-flow travis-ci pending completion   set done
143 header_only_test_framework Problem: Dependency on googletest framework Currently cppzmq as relatively simple and header only library depends on rather complex unit test framework googletest. Current issues: - Googletest requires downloading and building it every time on tr... Pull #268 17 Oct 2018 02:34PM UTC web-flow travis-ci pending completion   set done
142 master add front and back (#269) * add front and back i'll get the last message in some situations,but have to do like this : ``` multimsg msgs; auto msg = msgs[msgs.size() - 1]; func(msg.size()); auto *msg = msgs.end() - 1; ``` but, std::queu... push 17 Oct 2018 07:44AM UTC bluca travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • …
  • 29
  • 30
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc