| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Qualify calls to addressof to avoid getting ADL. Fixes PR#27254. | Marshall Clow | 2016-04-13 | 1 | -6/+6 |
| * | Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof | Marshall Clow | 2016-03-14 | 1 | -6/+6 |
| * | Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 | Marshall Clow | 2015-06-30 | 1 | -19/+94 |
| * | [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang. | Eric Fiselier | 2015-04-02 | 1 | -0/+1 |
| * | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -0/+6 |
| * | Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to buil... | Marshall Clow | 2014-08-25 | 1 | -10/+10 |
| * | Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex | David Majnemer | 2014-03-17 | 1 | -12/+12 |
| * | N3659: Shared locking in C++ Revision 2, c++1y only | Howard Hinnant | 2013-09-21 | 1 | -0/+419 |

