Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 3 | -0/+6 |
| | | | | | | | | | | If you're crazy enough to want this sort of thing, then add -D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and --param=additiona_features=libcpp-has-no-threads to your lit commnad line. http://reviews.llvm.org/D3969 llvm-svn: 217271 | ||||
* | Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex | David Majnemer | 2014-03-17 | 3 | -9/+9 |
| | | | | | | | | | | This is as straightforward as it sounds, a renamed from shared_mutex to shared_timed_mutex. Note that libcxx .dylib and .so files built with c++14 support need to be rebuilt. llvm-svn: 204078 | ||||
* | N3659: Shared locking in C++ Revision 2, c++1y only | Howard Hinnant | 2013-09-21 | 3 | -0/+108 |
llvm-svn: 191127 |