summaryrefslogtreecommitdiffstats
path: root/include/__mutex_base
Commit message (Expand)AuthorAgeFilesLines
* Merge to upstream r222492.Dan Albert2014-11-201-0/+6
* Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow2014-03-261-2/+2
* Make cv_status a class enum. Fixes PR18314. Thanks to Andersca for the report...Marshall Clow2013-12-231-11/+5
* N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant2013-09-211-31/+0
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-2/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-8/+8
* 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