0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... almost 2 years ago
Add Ubuntu instructions More... about 7 years ago
Reset changelog for release into new PPA More... about 7 years ago
- Simplify compiler flag handling - Change order of source ignore paths More... about 7 years ago
Fix libdir in pkg-config file to allow for multi-arch packages. More... about 7 years ago
Add debian build scripts More... about 7 years ago
Add packaging script More... about 7 years ago
Ignore packaging directory More... about 7 years ago
Use GNU install dirs for use in debian packaging More... about 7 years ago
Bump version to 1.0 More... about 7 years ago
I don't know where pthread_getthreadid_np is from, but on FreeBSD we use thr_self() More... about 7 years ago
Make testing for time periods elapsed a bit more robust More... about 7 years ago
Add thread ID support for OS X. Note that we prefer it over the syscall, because the syscall appears to always return -1 More... about 7 years ago
What is pthread_getthreadid_np() on FreeBSD is pthread_threadid_np() on OS X. More... about 7 years ago
Allow failures of emulated builds More... about 7 years ago
Fix includes for OS X builds More... about 7 years ago
Require sudo More... about 7 years ago
Update README More... about 7 years ago
dos2unix conversion More... about 7 years ago
- Use compiler flags vor MSVC - Use cppunit debug library for debug builds, and release for release More... about 7 years ago
Improve condition variable's chances of waking up multiple waiters fairly by yielding each woken thread. More... about 7 years ago
Improve tasklet test; it fails a fair few times by expecting a fixed count, but the condition implementation on windows doesn't guarantee that with multiple waiters, each will only be woken once per event signal. More... about 7 years ago
Inline keyword on the ostream operator seems to confuse visual studio, but it's a template, it's likely to be inlined anyway. Remove keyword. More... about 7 years ago
Avoid avoidable warnings by explicit casts. More... about 7 years ago
Remove suggestion that windows port isn't there More... about 7 years ago
Make change from unwrap_handle -> unwrap_internals also in the POSIX code. More... about 7 years ago
Fix syntax error that VS ignores. More... about 7 years ago
Increase timeouts for condition tests. More... about 7 years ago
Add win32 implementation for condition variable More... about 7 years ago
Add condition header to condition implementation More... about 7 years ago