summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory
Commit message (Expand)AuthorAgeFilesLines
* Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow2015-07-161-0/+16
* Automatically detect and use clang verify in failure tests.Eric Fiselier2015-07-061-1/+0
* Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow2015-07-012-0/+9
* Fix PR#18843. Thanks to Howard for the fixMarshall Clow2015-06-191-0/+4
* Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow2015-06-021-0/+48
* Fix PR#23647 - make_shared<volatile bool> - second tryMarshall Clow2015-05-271-3/+3
* Revert 238354 while I figure out what broke in weak_ptrMarshall Clow2015-05-271-3/+3
* Fix PR#23647 - make_shared<volatile bool>Marshall Clow2015-05-271-0/+61
* Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded opera...Marshall Clow2015-05-194-0/+94
* Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptrMarshall Clow2015-05-102-2/+14
* Fix for LWG2454: Add raw_storage_iterator::base() memberMarshall Clow2015-05-101-0/+48
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-105-5/+5
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-055-1/+7
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-1410-20/+20
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-0949-0/+49
* Add tests to check the typedefs from the result of std::owner_lessMarshall Clow2015-01-071-0/+8
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-223-79/+38
* Move test into test/std subdirectory.Eric Fiselier2014-12-20310-0/+17003
OpenPOWER on IntegriCloud