Age | Commit message (Expand) | Author |
2016-05-02 | thread/Mutex: add method ScopeLock::Unlock() | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-19 | Emit a warning if the OutputThread fails to get realtime scheduling | Christian Halaszovich |
2015-12-31 | thread/Mutex: add class ScopeUnlock() | Max Kellermann |
2015-08-25 | thread/{Mutex,Cond}: remove obsolete comments | Max Kellermann |
2015-08-25 | thread/Posix{Mutex,Cond}: use "constexpr" only with glibc | Max Kellermann |
2015-01-26 | Merge branch 'v0.19.x' | Max Kellermann |
2015-01-21 | thread/Name: include stdio.h if HAVE_PRCTL | Max Kellermann |
2015-01-06 | Merge branch 'v0.19.x' | Max Kellermann |
2015-01-06 | thread/Name: disable pthread_setname_np() on NetBSD | Max Kellermann |
2015-01-06 | thread/Name: enable FormatThreadName() with prctl() | Max Kellermann |
2015-01-06 | thread/Name: indent preprocessor commands | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-08 | Merge tag 'v0.18.20' into v0.19.x | Max Kellermann |
2014-12-08 | thread/Id: drop "::" prefix before pthread function names | Max Kellermann |
2014-09-24 | Merge branch 'v0.18.x' | Max Kellermann |
2014-09-13 | thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSD | Max Kellermann |
2014-07-02 | thread/{Mutex,Cond}: relicense to BSD-2 | Max Kellermann |
2014-07-02 | thread/GLib{Mutex,Cond}: remove obsolete classes | Max Kellermann |
2014-05-31 | thread/Util: relicense to BSD-2 | Max Kellermann |
2014-03-16 | thread/Thread: make the destructor non-virtual | Max Kellermann |
2014-03-01 | thread/Name: fall back to prctl() | Max Kellermann |
2014-03-01 | java: new helper library for the Android port | Max Kellermann |
2014-02-18 | Thread/Util: use __NR_ioprio_set instead of SYS_ioprio_set | Max Kellermann |
2014-02-18 | Thread/Util: make SCHED_RESET_ON_FORK optional | Max Kellermann |
2014-02-18 | thread/Posix{Mutex,Cond}: disable "constexpr" on Android | Max Kellermann |
2014-01-30 | Main, OutputThread: increase kernel timer slack (Linux) | Max Kellermann |
2014-01-28 | thread/Name: implementation for Mac OS X | Max Kellermann |
2014-01-23 | thread/Name: set thread names | Max Kellermann |
2014-01-23 | thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime() | Max Kellermann |
2014-01-14 | OutputThread: use real-time priority | Max Kellermann |
2014-01-14 | UpdateGlue: let the update thread run at "idle" priority | Max Kellermann |
2014-01-13 | copyright year 2014 | Max Kellermann |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann |
2013-10-17 | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann |
2013-08-10 | thread/Id: new class replacing GThread pointers | Max Kellermann |
2013-04-17 | thread/Cond: add method timed_wait() | Max Kellermann |
2013-01-11 | thread/{Mutex,Cond}: new backend for WIN32 | Max Kellermann |
2013-01-10 | thread/Cond: new wrapper for pthread_cond_t or GCond | Max Kellermann |
2013-01-10 | thread/GLibMutex: new Mutex implementation | Max Kellermann |
2013-01-10 | thread/PosixMutex: fix indent | Max Kellermann |
2013-01-07 | thread/Mutex: don't use std::mutex | Max Kellermann |
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann |