summaryrefslogtreecommitdiff
path: root/include/future
AgeCommit message (Expand)Author
2017-11-27Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow
2017-11-27Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow
2017-11-23Add [[nodiscard]] to std::async as part of P0600.Marshall Clow
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-03-02[libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai
2017-01-25Fixed a typo in the synopsis (noecept -> noexcept). Thanks to Kim for the catchMarshall Clow
2017-01-24Implement LWG2556: Wide contract for future::share()Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-24Avoid unused warning in __throw_future_error w/o exceptions enabledEric Fiselier
2016-11-14Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...Marshall Clow
2016-11-14Implement P0510 'Make future_error Constructible' adopted in IssaquahMarshall Clow
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-06-01Cleanup non-standard tests as reported by STL@microsoft.com. NFC.Eric Fiselier
2016-05-31Mark LWG issue 2276 as complete. Add _LIBCPP_ASSERTS for itEric Fiselier
2016-05-16Add a couple of _LIBCPP_ASSERT calls. No functional change.Marshall Clow
2015-11-07Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-10-02[libcxx] Attempt to fix __throw_future_error in C++03 Eric Fiselier
2015-09-03Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCP...Marshall Clow
2015-06-30K-ballo pointed out that I missed one of the specializations of packaged_task...Marshall Clow
2015-06-30Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow
2015-06-12Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier
2015-02-05Remove use of _[A-Z] identifiers and poison them to detect usageEric Fiselier
2014-10-23Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier
2014-09-05Address some post-commit review comments on r217261Jonathan Roelofs
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-04-07Fix PR19819Marshall Clow
2013-11-03Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...Marshall Clow
2013-11-03Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catchMarshall Clow
2013-11-03Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-10-12LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow
2013-09-21Apply LWG 2021. This is only a documentation change. Also bringing c++1y st...Howard Hinnant
2013-09-14Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-08My previous reorganization of addressof broke -std=c++03. Thanks much to Arn...Howard Hinnant
2013-07-02Constrain launch ~ operator to defined bits.Howard Hinnant
2013-06-29Add operators to make launch a bitmask type. Searched all of the standard, a...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2013-01-21Donated anonymously: This enables GCC 4.8.0 to build libc++.Howard Hinnant
2013-01-14Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-10-13Don't neglect to "return *this".Argyrios Kyrtzidis
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-21Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...Howard Hinnant
2012-07-21noexcept applied to <future>.Howard Hinnant
2012-05-25Fix memory corruption bug found and fixed by Andrew C. Morrow.Howard Hinnant
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-07-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant