0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disable Wine testing in Travis CI. More... over 11 years ago
Have thrd_sleep accept an interval instead of an absolute time. More... over 11 years ago
Update README to include WIP data for 1.2 release. More... over 11 years ago
Switch unit tests to C89 mode and fix errors it caused. More... over 11 years ago
Fix use-after-free in TSS cleanup on Windows. More... over 11 years ago
Add documentation for thrd_detach. More... over 11 years ago
Add unit test for thrd_exit. More... almost 12 years ago
Switch from _beginthreadex to CreateThread on Windows. More... almost 12 years ago
Call CloseHandle in thrd_join on Windows. More... almost 12 years ago
Implement thrd_detach. More... almost 12 years ago
Add mtx_timed Windows support. More... almost 12 years ago
Remove mtx_try. More... almost 12 years ago
Add unit test for mtx_timedlock. More... almost 12 years ago
Switch from (POSIX) clock_gettime to C11 timespec_get. More... almost 12 years ago
Implement mtx_timedwait on non-Windows platforms. More... almost 12 years ago
Fix TSS when targeting Windows from compilers other than MSVC. More... almost 12 years ago
tests: clean up unused parameter warnings More... almost 12 years ago
Make it compatible with -std=C89 More... almost 12 years ago
Clean up some agressive GCC warnings in the unit tests. More... about 12 years ago
Fix mtx_trylock on Windows when lock already acquired with mtx_trylock More... about 12 years ago
Support thread-specific storage destructors on Windows More... about 12 years ago
test: make unit tests work on Windows More... about 12 years ago
Fix typo in struct name. More... about 12 years ago
Add unit test for mtx_trylock More... about 12 years ago
Add noreturn attribute to thrd_exit on GCC. More... about 12 years ago
Make tests more unit test like, abort when one fails. More... over 12 years ago
Document TCC as not supporting thread local storage. More... over 12 years ago
Add support for Travis CI. More... over 12 years ago
Add once (once_flag, ONCE_FLAG_INIT, call_once) support. More... over 12 years ago
Added the mandatory ifdef __cplusplus extern "C" bla-bla...
m
More... over 13 years ago