index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
Mutex.hxx
Age
Commit message (
Expand
)
Author
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-11-26
thread/*: add "noexcept"
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
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-05-02
thread/Mutex: add method ScopeLock::Unlock()
Max Kellermann
2015-12-31
thread/Mutex: add class ScopeUnlock()
Max Kellermann
2015-08-25
thread/{Mutex,Cond}: remove obsolete comments
Max Kellermann
2014-07-02
thread/{Mutex,Cond}: relicense to BSD-2
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-17
thread/{Cond,Mutex}: use "class" instead of "typedef"
Max Kellermann
2013-01-11
thread/{Mutex,Cond}: new backend for WIN32
Max Kellermann
2013-01-10
thread/GLibMutex: new Mutex implementation
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