summaryrefslogtreecommitdiffstats
path: root/libcxx/include/future
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [futures.shared_future]Howard Hinnant2010-09-031-2/+196
* [futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant2010-08-301-16/+692
* [futures.promise]. Depends on rvalue-ref support to work 100%.Howard Hinnant2010-08-281-2/+109
* future continues ...Howard Hinnant2010-08-271-2/+746
* Getting started on <future>Howard Hinnant2010-08-251-0/+28
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-2/+2
* libcxx initial importHoward Hinnant2010-05-111-0/+500
OpenPOWER on IntegriCloud