summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.tas
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2018-1036/+0
| | | | llvm-svn: 224658
* Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier2014-10-231-0/+27
| | | | | | | | | | | | | | | | | | | | | Summary: This patch is very closely related to D4859. Please see http://reviews.llvm.org/D4859 for more information. This patch adds support for "fancy" pointers and allocators to promise and packaged_task. The changes made to support this are exactly the same as in D4859. Test Plan: "fancy" pointer tests were added to each constructor affected by the change. Reviewers: danalbert, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D4862 llvm-svn: 220471
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-0514-0/+28
| | | | | | | | | | 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
* Fix PR19819Marshall Clow2014-04-072-1/+43
| | | | llvm-svn: 205709
* LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow2013-10-122-0/+59
| | | | llvm-svn: 192544
* A bunch of future tests got invalidated with the latest updates to thread. ↵Howard Hinnant2011-05-173-10/+10
| | | | | | Fixed the tests. llvm-svn: 131509
* Clean up a bunch of warnings in the tests, 3 of which actually turned out to ↵Howard Hinnant2011-05-172-2/+2
| | | | | | be test bugs. llvm-svn: 131479
* Implemented N3194Howard Hinnant2010-11-309-29/+29
| | | | llvm-svn: 120458
* license changeHoward Hinnant2010-11-1616-32/+32
| | | | llvm-svn: 119395
* [futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant2010-08-3016-0/+880
llvm-svn: 112500
OpenPOWER on IntegriCloud