1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 8165249 Qualify calls to addressof to avoid getting ADL. Fixes PR#27254. by Marshall Clow · 8 years ago
  3. e22d9e5 Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof by Marshall Clow · 8 years ago
  4. abadb45 Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 by Marshall Clow · 9 years ago
  5. 1d55ecf [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang. by Eric Fiselier · 9 years ago
  6. 8d86b2e Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 10 years ago
  7. 861f1e9 Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to build the dylib with MSVC, which doesn't support noexcept (sheesh\!). Thanks to K-ballo for the report. by Marshall Clow · 10 years ago
  8. f9f95be Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex by David Majnemer · 10 years ago
  9. ba898e4 N3659: Shared locking in C++ Revision 2, c++1y only by Howard Hinnant · 11 years ago