summaryrefslogtreecommitdiffstats
path: root/libcxx/src/thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-1/+1
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Belt and suspenders when calling sysconfMarshall Clow2013-02-071-1/+3
* Another libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-1/+1
* Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.Howard Hinnant2012-12-271-2/+4
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-301-3/+15
* Andrew Morrow: The attached patch is an attempt to implementHoward Hinnant2012-08-021-2/+11
* noexcept applied to <thread>.Howard Hinnant2012-07-211-1/+1
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-0/+2
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-3/+18
* license changeHoward Hinnant2010-11-161-2/+2
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-141-1/+6
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-031-0/+22
* future continues ...Howard Hinnant2010-08-271-0/+55
* Fixing whitespace problemsHoward Hinnant2010-08-221-4/+4
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+4
* For compiling on FreeBSDHoward Hinnant2010-05-251-0/+1
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-2/+8
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+73
OpenPOWER on IntegriCloud