aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/future.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-194/+125
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne1-6/+0
2023-10-05[libc++] Make future_error constructor standard-compliantMarek Kurdej1-3/+1
2023-09-05[libc++] Avoid destructor call for error_category singletonsChris Bowler1-2/+7
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-2/+2
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-3/+3
2022-02-15[libc++] Guard warning pragmasNikolas Klauser1-12/+4
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne1-5/+5
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