aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/future.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-24[libc++] Remove race condition in std::asyncLouis Dionne1-4/+1
2018-07-30Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow1-33/+11
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake1-0/+2
2015-06-12Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier1-5/+0
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs1-0/+6
2013-12-14Fix GCC unknown pragma warning in libc++.Logan Chien1-0/+9
2013-09-14Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant1-0/+6
2013-01-14Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant1-1/+1
2012-07-21noexcept applied to <future>.Howard Hinnant1-1/+1
2012-02-02Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...Howard Hinnant1-1/+1
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-2/+2
2011-07-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant1-0/+22
2011-07-08provide ~future_error() definitionHoward Hinnant1-0/+4
2011-05-28noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant1-1/+1
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant1-2/+2
2010-11-30Implemented N3194Howard Hinnant1-35/+0
2010-11-16license changeHoward Hinnant1-2/+2
2010-10-14Convert __thread_local_data to the singleton patternHoward Hinnant1-2/+2
2010-09-04Fix whitespaceHoward Hinnant1-1/+0
2010-09-03[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant1-0/+35
2010-09-03[futures.shared_future]Howard Hinnant1-0/+17
2010-08-30[futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant1-6/+29
2010-08-27future continues ...Howard Hinnant1-0/+157
2010-08-25Getting started on <future>Howard Hinnant1-0/+63