summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__mutex_base
Commit message (Expand)AuthorAgeFilesLines
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-3/+3
* Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...Howard Hinnant2012-09-111-2/+2
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-301-22/+10
* noexcept applied to <condition_variable>.Howard Hinnant2012-07-211-2/+2
* noexcept and constexpr applied to <mutex>.Howard Hinnant2012-07-211-23/+26
* Apply constexpr to the mutex constructor. As a conforming extension, apply c...Howard Hinnant2012-07-071-0/+8
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-1/+1
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-3/+3
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-2/+2
* Minor fixup in <ratio> and add optional support for shared_mutex and upgrade_...Howard Hinnant2010-11-281-0/+32
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-201-5/+5
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-15/+35
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+385
OpenPOWER on IntegriCloud