summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.overview/launch.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-45/+0
| | | | llvm-svn: 224658
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+2
| | | | | | | | | | 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
* 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-021-3/+4
| | | | | | 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-161-2/+2
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+26
llvm-svn: 103490
OpenPOWER on IntegriCloud