summaryrefslogtreecommitdiffstats
path: root/libcxx/include/thread
Commit message (Expand)AuthorAgeFilesLines
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-8/+7
* Fix stupid but harmless type-o. Fixes http://llvm.org/bugs/show_bug.cgi?id=1...Howard Hinnant2013-04-031-2/+2
* Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.Howard Hinnant2013-03-281-0/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-9/+9
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-3/+3
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-301-4/+14
* Patch contributed by Dev Dude for mingw64 port.Howard Hinnant2012-08-191-1/+1
* noexcept applied to <thread>.Howard Hinnant2012-07-211-37/+37
* Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant2011-12-051-4/+5
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-20/+20
* de-tabbifyHoward Hinnant2011-10-171-11/+11
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-4/+4
* I had a giant misunderstanding of what 'synchronizes with' meant in [futures....Howard Hinnant2011-05-191-1/+1
* Brought thread variadic constructor up to current spec, which allows move-onl...Howard Hinnant2011-05-161-6/+28
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-1/+1
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-201-2/+2
* license changeHoward Hinnant2010-11-161-2/+2
* I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant2010-11-161-5/+0
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-141-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-15/+34
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-4/+4
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-031-0/+1
* future continues ...Howard Hinnant2010-08-271-0/+82
* Fixing whitespace problemsHoward Hinnant2010-08-221-8/+7
* DE 23Howard Hinnant2010-08-211-2/+2
* patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant2010-08-101-5/+6
* [string.conversions]Howard Hinnant2010-06-021-2/+2
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-1/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+322
OpenPOWER on IntegriCloud