summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__mutex_base
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide names for template and function parameters in forward declarations. ↵Howard Hinnant2011-06-141-2/+2
| | | | | | The purpose is to aid automated documentation tools. llvm-svn: 133008
* Minor fixup in <ratio> and add optional support for shared_mutex and ↵Howard Hinnant2010-11-281-0/+32
| | | | | | upgrade_mutex which must be opted into with #define _LIBCPP_SHARED_LOCK llvm-svn: 120258
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-201-5/+5
| | | | llvm-svn: 119909
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* visibility-decoration.Howard Hinnant2010-09-211-15/+35
| | | | llvm-svn: 114470
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-2/+2
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
| | | | llvm-svn: 111750
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+385
llvm-svn: 103490
OpenPOWER on IntegriCloud