summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.unique_future
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-884/+0
| | | | llvm-svn: 224658
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-059-0/+18
| | | | | | | | | | 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
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-111-3/+3
| | | | llvm-svn: 174902
* A bunch of future tests got invalidated with the latest updates to thread. ↵Howard Hinnant2011-05-174-15/+15
| | | | | | Fixed the tests. llvm-svn: 131509
* Implemented N3194Howard Hinnant2010-11-301-0/+66
| | | | llvm-svn: 120458
* license changeHoward Hinnant2010-11-1610-20/+20
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-043-6/+6
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* [futures.unique_future]Howard Hinnant2010-08-2910-0/+800
llvm-svn: 112423
OpenPOWER on IntegriCloud