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

nmcclatchey / ThreadPool / 36

Builds Branch Commit Type Ran Committer Via Coverage
36 master Add example of latch use and continuations Note: Continuations are an approach permitting a task to be executed after N other tasks, without tying up one of the pool's threads in a wait routine. push 09 Jun 2021 05:35AM UTC nmcclatchey travis-ci pending completion
35 master Restore coverage testing push 05 Jun 2021 08:57PM UTC nmcclatchey travis-ci pending completion
34 master Fix missing link in latch unit test In some systems, a threading library must be explicilty linked. push 05 Jun 2021 08:48PM UTC nmcclatchey travis-ci pending completion
32 master Reduce reads of thread_local variables in debug mode and during halt. Values of thread_local variables are known to be re-loaded unnecessarily in several compilers. Adjust the few instances where such values were re-queried, rather than cached. push 29 May 2021 06:13AM UTC nmcclatchey travis-ci pending completion
31 master Fix a case of "hurry up and wait" When adding tasks to an idling pool, the newly-activated worker thread could be blocked by the thread that added a new task. This commit addresses the issue by releasing the lock prior to reactivating the pool. push 10 Oct 2020 11:13PM UTC nmcclatchey travis-ci pending completion
30 master Fix CMake file CMake file should have been compiling the library with position independent code, to ensure that linking it into a shared library does not cause trouble. push 19 Jul 2020 07:30PM UTC nmcclatchey travis-ci pending completion
29 master Fix formatting Fixes formatting for one link. push 29 Mar 2020 11:20PM UTC web-flow travis-ci pending completion
28 master More changes for Travis-friendliness With the std::literals namespace being missing from Travis' flavor of C++, find a workaround. push 29 Mar 2020 10:25PM UTC nmcclatchey travis-ci pending completion
25 master Resolve several Clang warnings Clang warned about type conversion in two locations where this the conversion is the intended behavior. This commit addresses those warnings directly. Likewise, Clang warnings about global variables in the C++ test... push 02 Mar 2020 02:29AM UTC nmcclatchey travis-ci pending completion
24 master Reduce synchronization Revise frequency with which a "last-resort" anti-starvation mechanism would fire. push 09 Feb 2020 05:50AM UTC nmcclatchey travis-ci pending completion
23 master Improve test coverage. And add Coveralls to README. push 09 Jan 2020 05:12AM UTC nmcclatchey travis-ci pending completion
22 travis Set up CMake, Travis, and Coveralls Use Travis for CI, Coveralls for coverage, etc. push 05 Jan 2020 05:07AM UTC nmcclatchey travis-ci pending completion
21 travis More Coveralls push 05 Jan 2020 04:32AM UTC nmcclatchey travis-ci pending completion
20 travis Coveralls: Back again... push 05 Jan 2020 04:27AM UTC nmcclatchey travis-ci pending completion
19 travis More coveralls, again. push 05 Jan 2020 03:57AM UTC nmcclatchey travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 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

© 2026 Coveralls, Inc