summaryrefslogtreecommitdiffstats
path: root/libcxx/include/future
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-9/+18
* [libcxx] Attempt to fix __throw_future_error in C++03 Eric Fiselier2015-10-021-31/+30
* Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCP...Marshall Clow2015-09-031-72/+43
* K-ballo pointed out that I missed one of the specializations of packaged_task...Marshall Clow2015-06-301-1/+1
* Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow2015-06-301-2/+2
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-121-4/+0
* Remove use of _[A-Z] identifiers and poison them to detect usageEric Fiselier2015-02-051-9/+9
* Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier2014-10-231-30/+38
* Address some post-commit review comments on r217261Jonathan Roelofs2014-09-051-1/+1
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+6
* Fix PR19819Marshall Clow2014-04-071-2/+2
* Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...Marshall Clow2013-11-031-1/+1
* Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catchMarshall Clow2013-11-031-1/+1
* Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow2013-11-031-6/+18
* Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow2013-10-131-2/+2
* LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow2013-10-121-4/+36
* Apply LWG 2021. This is only a documentation change. Also bringing c++1y st...Howard Hinnant2013-09-211-2/+2
* Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant2013-09-141-6/+6
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-16/+16
* My previous reorganization of addressof broke -std=c++03. Thanks much to Arn...Howard Hinnant2013-08-081-3/+3
* Constrain launch ~ operator to defined bits.Howard Hinnant2013-07-021-1/+1
* Add operators to make launch a bitmask type. Searched all of the standard, a...Howard Hinnant2013-06-291-0/+66
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-19/+19
* Donated anonymously: This enables GCC 4.8.0 to build libc++.Howard Hinnant2013-01-211-1/+1
* Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant2013-01-141-1/+5
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-1/+1
* Don't neglect to "return *this".Argyrios Kyrtzidis2012-10-131-0/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-3/+3
* Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...Howard Hinnant2012-07-211-6/+6
* noexcept applied to <future>.Howard Hinnant2012-07-211-124/+124
* Fix memory corruption bug found and fixed by Andrew C. Morrow.Howard Hinnant2012-05-251-1/+0
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-021-29/+13
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-375/+375
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant2011-07-131-0/+36
* Fixing up some ABI issuesHoward Hinnant2011-07-071-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-57/+57
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-8/+4
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-15/+15
* I had a giant misunderstanding of what 'synchronizes with' meant in [futures....Howard Hinnant2011-05-191-18/+186
* Supply missing std::qualifier to call.Howard Hinnant2011-05-161-2/+2
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-0/+4
* Implemented N3194Howard Hinnant2010-11-301-288/+22
* N3188 - Revision to N3113: Async Launch Policies (CH 36)Howard Hinnant2010-11-231-10/+10
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-201-1/+1
* license changeHoward Hinnant2010-11-161-2/+2
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-141-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-27/+157
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-66/+66
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-031-1/+197
OpenPOWER on IntegriCloud