openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
libthread++
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 14 hours
ago.
Aug 18, 2025 — Aug 18, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Pull MacOS pthread initializer fix from ckruse.
Caoimhe Chaos
More...
about 13 years ago
clang++/OSX comatibility
Christian Kruse
More...
about 13 years ago
Merge pull request #1 from ckruse/master
Caoimhe Chaos
More...
about 13 years ago
on OS X libtoolize is called glibtoolize
Christian Kruse
More...
about 13 years ago
Mark version as 0.13.
Caoimhe Chaos
More...
over 13 years ago
Add a mutex and read-write mutex implementation with minimal testing of the locker classes.
Caoimhe Chaos
More...
over 13 years ago
The library is called libthread++, not libtoolbox…
Caoimhe Chaos
More...
over 13 years ago
Mark version 0.12.
Caoimhe Chaos
More...
over 13 years ago
Cancel threads more thoroughly.
Caoimhe Chaos
More...
over 13 years ago
Add a (failing) test for the threadpool as a whole.
Caoimhe Chaos
More...
over 13 years ago
Use the built-in functionality of wait conditions to determine whether the queue is empty.
Caoimhe Chaos
More...
over 13 years ago
Reduce the complexity of the Makefile.am by just defining LDADD for all the tests.
Caoimhe Chaos
More...
over 13 years ago
Mark version 0.11.
Caoimhe Chaos
More...
over 13 years ago
Actually start the worker threads in the pool.
Caoimhe Chaos
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.
Caoimhe Chaos
More...
over 13 years ago
Actually test with multiple closures.
Caoimhe Chaos
More...
over 13 years ago
Mark version 0.10.0.
Caoimhe Chaos
More...
over 13 years ago
Remove all QT dependencies in favor of C++11 mutexes.
Caoimhe Chaos
More...
over 13 years ago
Check for the -std=c++11/c++0x flag correctly and make it version 0.9.1.
Caoimhe Chaos
More...
over 13 years ago
Keep -lgtest in LIBS when testing for gmock and gtest_main. This may help under some circumstances.
Caoimhe Chaos
More...
over 13 years ago
Check for pthread_yields existence before trying to use it.
Caoimhe Chaos
More...
over 13 years ago
Link against pthread as well.
Caoimhe Chaos
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.
Caoimhe Chaos
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.
Caoimhe Chaos
More...
over 13 years ago
Check that we actually have a queue set for the workerthread, and exit otherwise.
Caoimhe Chaos
More...
over 13 years ago
Another case of constructor delegation ordering.
Caoimhe Chaos
More...
over 13 years ago
Constructor delegation reordering.
Caoimhe Chaos
More...
over 13 years ago
Mark the ClosureThread constructor as explicit.
Caoimhe Chaos
More...
over 13 years ago
Add a (failing) unit test for WorkerThread.
Caoimhe Chaos
More...
over 13 years ago
Explicitly initialize has_run to false.
Caoimhe Chaos
More...
over 13 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree