Age | Commit message (Expand) | Author |
2017-11-26 | thread/*: add "noexcept" | Max Kellermann |
2017-06-04 | Merge tag 'v0.20.9' | Max Kellermann |
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann |
2017-05-15 | Merge tag 'v0.20.7' | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-02-10 | thread/Thread: use BoundMethod | Max Kellermann |
2017-02-10 | thread/Thread: move code to Run() | Max Kellermann |
2017-02-10 | thread/Thread: Start() returns void | Max Kellermann |
2017-01-17 | AUTHORS, ...: update my email address | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2017-01-03 | thread/Mutex: remove ScopeLock, use std::lock_guard directly | Max Kellermann |
2017-01-03 | thread/Cond: make the integer-based timed_wait() overload private | Max Kellermann |
2017-01-03 | thread/Mutex: use std::lock_guard instead of std::unique_lock | Max Kellermann |
2016-12-29 | thread/Mutex: make ScopeLock an alias for std::unique_lock | Max Kellermann |
2016-12-29 | thread/Mutex: use std::unique_lock to implement ScopeLock | Max Kellermann |
2016-12-28 | thread/Cond: add timed_wait() overload with std::chrono support | Max Kellermann |
2016-09-19 | thread/PosixCond: fix timed_wait | Christian Körner |
2016-09-04 | thread/Util: throw exception on error | Max Kellermann |
2016-09-04 | thread/Util: un-inline the functions | Max Kellermann |
2016-06-17 | thread/Thread: throw std::system_error on error | Max Kellermann |
2016-06-17 | thread/Thread: use C++11 initialisers | Max Kellermann |
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 |