summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.overview
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-124/+0
| | | | llvm-svn: 224658
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-054-0/+8
| | | | | | | | | | If you're crazy enough to want this sort of thing, then add -D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and --param=additiona_features=libcpp-has-no-threads to your lit commnad line. http://reviews.llvm.org/D3969 llvm-svn: 217271
* Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 ↵Howard Hinnant2013-09-141-3/+3
| | | | | | (invalid value for broken_promise). llvm-svn: 190756
* Constrain launch ~ operator to defined bits.Howard Hinnant2013-07-021-1/+1
| | | | llvm-svn: 185452
* Add operators to make launch a bitmask type. Searched all of the standard, ↵Howard Hinnant2013-06-291-0/+16
| | | | | | and libc++ to see if this error occurred elsewhere and didn't see any other place. This fixes http://llvm.org/bugs/show_bug.cgi?id=16207 llvm-svn: 185265
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto ↵Howard Hinnant2011-12-023-10/+11
| | | | | | Ganesh Barbati llvm-svn: 145698
* Clean up a bunch of warnings in the tests, 3 of which actually turned out to ↵Howard Hinnant2011-05-171-1/+1
| | | | | | be test bugs. llvm-svn: 131479
* N3188 - Revision to N3113: Async Launch Policies (CH 36)Howard Hinnant2010-11-231-5/+5
| | | | llvm-svn: 120027
* license changeHoward Hinnant2010-11-164-8/+8
| | | | llvm-svn: 119395
* Getting started on <future>Howard Hinnant2010-08-251-0/+19
| | | | llvm-svn: 112061
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-113-3/+3
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-113-0/+80
llvm-svn: 103490
OpenPOWER on IntegriCloud