0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo More... over 9 years ago
mtx_timedlock -- Fix documentation in the source/tinycthread.h More... over 9 years ago
cmake: use CMAKE_THREAD_LIBS_INIT instead of Threads::Threads More... over 9 years ago
Define _XPG6 (for Solaris) More... over 9 years ago
cmake: focus on in-tree use, but still allow installing a stacic library More... over 9 years ago
Add small CMakeLists.txt More... over 9 years ago
Use DWORD instead of int where appropriate on Windows. More... almost 10 years ago
Improve error handling in thrd_sleep More... almost 10 years ago
thrd_equal fix More... almost 10 years ago
Fix warning from MSVC More... about 10 years ago
Use _ftime_s instead of _ftime64_s More... about 10 years ago
Use struct _timeb64 instead of _timeb More... about 10 years ago
Clean up some warnings from mingw-w64 More... about 10 years ago
travis: build on OS X More... over 10 years ago
Silence a false-positive from Coverity Scan More... over 10 years ago
_cnd_timedwait_win32 should lock the mutex before function returns, even if an error occurred More... over 10 years ago
Fix memory leak in thrd_create/thrd_exit/thrd_join on POSIX More... over 10 years ago
cnd_timedwait(Windows) may blocked very long time when ts is earlier than now More... over 10 years ago
Fix cnd_timedwait on Windows. More... over 10 years ago
Fix an unused variable warning for older platforms. More... over 10 years ago
Fix some warnings from the Visual Studio static analyzer. More... over 10 years ago
Fix potential warning for compilers which don't define __STDC_VERSION__ More... about 11 years ago
Fix warning on VC2013 when using 64-bit time_t values. More... about 11 years ago
Removed some remaining doc references to mtx_try More... about 11 years ago
test: add missing free() in TSS test More... about 11 years ago
cnd_broadcast() should use pthread_cond_broadcast(), not pthread_cond_signal() More... over 11 years ago
Don't believe GCC < 4.9 when it says it supports C11. More... over 11 years ago
Fix mtx_timedlock for systems without pthread_mutex_timedlock. More... over 11 years ago
Use _Noreturn if __STDC_VERSION__ indicates C11 support. More... over 11 years ago
Windows: call CloseHandle unconditionally in thrd_join More... over 11 years ago