| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 224658
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The XFAILs in r208840 were too general. They were meant to only apply
to testing when use_system_lib was set.
llvm-svn: 209972
|
|
|
|
|
|
|
|
|
| |
When testing against the system library, there is a relatively minor
ABI breakage that the std::future_errc values have been changed to
avoid using zero. Update the tests that rely on the values being
consistent.
llvm-svn: 208840
|
|
|
|
| |
llvm-svn: 205709
|
|
|
|
|
|
| |
from deferred functions. This is LWG issue #2186. No change to the library needed.
llvm-svn: 204678
|
|
|
|
|
|
| |
functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
llvm-svn: 199400
|
|
|
|
| |
llvm-svn: 192544
|
|
|
|
|
|
| |
(invalid value for broken_promise).
llvm-svn: 190756
|
|
|
|
| |
llvm-svn: 185452
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
-fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
llvm-svn: 177824
|
|
|
|
| |
llvm-svn: 174902
|
|
|
|
|
|
| |
Ganesh Barbati
llvm-svn: 145698
|
|
|
|
| |
llvm-svn: 131514
|
|
|
|
|
|
| |
Fixed the tests.
llvm-svn: 131509
|
|
|
|
|
|
| |
be test bugs.
llvm-svn: 131479
|
|
|
|
| |
llvm-svn: 120458
|
|
|
|
| |
llvm-svn: 120027
|
|
|
|
| |
llvm-svn: 119395
|
|
|
|
| |
llvm-svn: 114967
|
|
|
|
| |
llvm-svn: 113089
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
header <future> and all of Chapter 30 (for C++0x enabled compilers).
llvm-svn: 113017
|
|
|
|
| |
llvm-svn: 112990
|
|
|
|
| |
llvm-svn: 112500
|
|
|
|
| |
llvm-svn: 112423
|
|
|
|
| |
llvm-svn: 112388
|
|
|
|
| |
llvm-svn: 112061
|
|
|
|
| |
llvm-svn: 103516
|
|
llvm-svn: 103490
|