0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 14 hours ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pull MacOS pthread initializer fix from ckruse. More... about 13 years ago
clang++/OSX comatibility More... about 13 years ago
Merge pull request #1 from ckruse/master More... about 13 years ago
on OS X libtoolize is called glibtoolize More... about 13 years ago
Mark version as 0.13. More... over 13 years ago
Add a mutex and read-write mutex implementation with minimal testing of the locker classes. More... over 13 years ago
The library is called libthread++, not libtoolbox… More... over 13 years ago
Mark version 0.12. More... over 13 years ago
Cancel threads more thoroughly. More... over 13 years ago
Add a (failing) test for the threadpool as a whole. More... over 13 years ago
Use the built-in functionality of wait conditions to determine whether the queue is empty. More... over 13 years ago
Reduce the complexity of the Makefile.am by just defining LDADD for all the tests. More... over 13 years ago
Mark version 0.11. More... over 13 years ago
Actually start the worker threads in the pool. More... over 13 years ago
Add another test for the worker thread to ensure the worker threads work fine if we have multiple entries in the queue. More... over 13 years ago
Actually test with multiple closures. More... over 13 years ago
Mark version 0.10.0. More... over 13 years ago
Remove all QT dependencies in favor of C++11 mutexes. More... over 13 years ago
Check for the -std=c++11/c++0x flag correctly and make it version 0.9.1. More... over 13 years ago
Keep -lgtest in LIBS when testing for gmock and gtest_main. This may help under some circumstances. More... over 13 years ago
Check for pthread_yields existence before trying to use it. More... over 13 years ago
Link against pthread as well. More... over 13 years ago
In the destructor, wait for the thread to finish before continuing with the destruction. This avoids accidentally calling Thread::Run because the outer object is already decomposed. More... over 13 years ago
Put the pthread_create() code into a start method to give people more choice on when their thread code actually starts running. More... over 13 years ago
Check that we actually have a queue set for the workerthread, and exit otherwise. More... over 13 years ago
Another case of constructor delegation ordering. More... over 13 years ago
Constructor delegation reordering. More... over 13 years ago
Mark the ClosureThread constructor as explicit. More... over 13 years ago
Add a (failing) unit test for WorkerThread. More... over 13 years ago
Explicitly initialize has_run to false. More... over 13 years ago