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

zeromq / cppzmq / 150

Builds Branch Commit Type Ran Committer Via Coverage
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
141 master add test for front and back Pull #269 17 Oct 2018 06:50AM UTC web-flow travis-ci pending completion   set done
140 master Merge branch 'master' into master Pull #269 16 Oct 2018 10:40AM UTC web-flow travis-ci pending completion   set done
139 master 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::queue have some method 'front' and ... Pull #269 16 Oct 2018 09:11AM UTC web-flow travis-ci pending completion   set done
138 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 23 Sep 2018 04:54PM UTC web-flow travis-ci pending completion   set done
137 master Merge pull request #267 from ffontaine/master fix install without static libzmq push 20 Sep 2018 11:05PM UTC web-flow travis-ci pending completion   set done
136 master fix install without static libzmq If libzmq is only available as a shared library and not a static one then cmake fails with: -- CMake libzmq package not found, trying again with pkg-config (normal install of zeromq) -- Found PkgConfig: /home/fa... Pull #267 20 Sep 2018 09:37PM UTC web-flow travis-ci pending completion   set done
135 master Merge pull request #265 from sigiesec/fix-breaking-ambiguity Problem: addition of new single-argument message_t introduces ambigui… push 22 Aug 2018 12:59PM UTC web-flow travis-ci pending completion   set done
134 fix-breaking-ambiguity Set version to 4.3.1 to prepare bugfix release Pull #265 21 Aug 2018 11:54AM UTC web-flow 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