summaryrefslogtreecommitdiff
path: root/libcxx/test/thread/futures
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-10-23Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-05-31Fix XFAIL condition from r208840Justin Bogner
2014-05-15Work around ABI differences due to LWG 2056 in testsJustin Bogner
2014-04-07Fix PR19819Marshall Clow
2014-03-24Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2013-10-12LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow
2013-09-14Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...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-23This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant
2013-02-11[tests] Another batch of timeout increases.Daniel Dunbar
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant
2011-05-18This commit was accidental. Reverting.Howard Hinnant
2011-05-17A bunch of future tests got invalidated with the latest updates to thread. F...Howard Hinnant
2011-05-17Clean up a bunch of warnings in the tests, 3 of which actually turned out to ...Howard Hinnant
2010-11-30Implemented N3194Howard Hinnant
2010-11-23N3188 - Revision to N3113: Async Launch Policies (CH 36)Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-28fixing whitespaceHoward Hinnant
2010-09-04Fix whitespaceHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-09-03[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant
2010-09-03[futures.shared_future]Howard Hinnant
2010-08-30[futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant
2010-08-29[futures.unique_future]Howard Hinnant
2010-08-28[futures.promise]. Depends on rvalue-ref support to work 100%.Howard Hinnant
2010-08-25Getting started on <future>Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant