summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.promise/alloc_ctor.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-84/+0
| | | | llvm-svn: 224658
* Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier2014-10-231-0/+33
| | | | | | | | | | | | | | | | | | | | | 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-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
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* [futures.promise]. Depends on rvalue-ref support to work 100%.Howard Hinnant2010-08-281-0/+49
llvm-svn: 112388
OpenPOWER on IntegriCloud