summaryrefslogtreecommitdiffstats
path: root/src/future.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove race condition in std::asyncLouis Dionne2018-08-241-4/+1
* Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow2018-07-301-33/+11
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+2
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-121-5/+0
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+6
* Fix GCC unknown pragma warning in libc++.Logan Chien2013-12-141-0/+9
* Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant2013-09-141-0/+6
* Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant2013-01-141-1/+1
* noexcept applied to <future>.Howard Hinnant2012-07-211-1/+1
* Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...Howard Hinnant2012-02-021-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-2/+2
* http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant2011-07-131-0/+22
* provide ~future_error() definitionHoward Hinnant2011-07-081-0/+4
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-1/+1
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-261-2/+2
* Implemented N3194Howard Hinnant2010-11-301-35/+0
* license changeHoward Hinnant2010-11-161-2/+2
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-141-2/+2
* Fix whitespaceHoward Hinnant2010-09-041-1/+0
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-031-0/+35
* [futures.shared_future]Howard Hinnant2010-09-031-0/+17
* [futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant2010-08-301-6/+29
* future continues ...Howard Hinnant2010-08-271-0/+157
* Getting started on <future>Howard Hinnant2010-08-251-0/+63