summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.shared_future
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-886/+0
| | | | llvm-svn: 224658
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-0511-0/+22
| | | | | | | | | | 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
* 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
* license changeHoward Hinnant2010-11-1611-22/+22
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-042-4/+4
| | | | | | 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.shared_future]Howard Hinnant2010-09-0311-0/+864
llvm-svn: 112990
OpenPOWER on IntegriCloud