summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
...
* [libcxx] Rewrite C++03 __invoke.Eric Fiselier2015-08-262-0/+4
* Move test/std/utilities/date.time to proper stable name utilities/time/date.timeEric Fiselier2015-08-245-72/+0
* Misc drive-by cleanups. NFCJonathan Roelofs2015-08-241-0/+2
* Cleanup unique_ptr failure tests and convert them to Clang verifyEric Fiselier2015-08-208-217/+98
* Add files that got missed in r245512.Eric Fiselier2015-08-194-179/+89
* More unique_ptr test cleanup. Fixes in <memory> to come later.Eric Fiselier2015-08-195-132/+114
* [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...Eric Fiselier2015-08-181-0/+247
* Fix failing unique_ptr tests.Eric Fiselier2015-07-312-38/+7
* Start cleanup of unique_ptr tests.Eric Fiselier2015-07-3128-1575/+894
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-283-22/+20
* Checking more __invoke tests.Eric Fiselier2015-07-284-0/+1126
* Cleanup <__functional_03>Eric Fiselier2015-07-229-0/+55
* [libcxx] Get is_*_destructible tests passing in C++03.Eric Fiselier2015-07-183-38/+73
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-177-369/+242
* Include what we use, instead of letting them get pulled in implictly. This ma...Marshall Clow2015-07-163-0/+5
* Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow2015-07-161-0/+16
* Remove non-ascii charactersEric Fiselier2015-07-141-5/+5
* Implement n4169 - Add invoke function templateEric Fiselier2015-07-141-0/+268
* [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-101-3/+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
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-244-0/+72
* Fix PR#18843. Thanks to Howard for the fixMarshall Clow2015-06-191-0/+4
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-143-119/+206
* Cleanup result_of tests and fix issues with the C++03 result_of.Eric Fiselier2015-06-132-61/+306
* Refactor is_member_function_pointer to use is_function and not __member_funct...Eric Fiselier2015-06-131-13/+47
* Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow2015-06-031-0/+75
* 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
* Cleanup move/forward tests and remove references to __rv.Eric Fiselier2015-05-273-30/+15
* Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded opera...Marshall Clow2015-05-194-0/+94
* Add support for N4389 - std::bool_constantMarshall Clow2015-05-181-0/+32
* 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
* A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow2015-04-161-1/+1
* Qualify an internal call in is_assignable to prevent ADL lookup, which would ...Marshall Clow2015-04-141-0/+6
* [libcxx] Fix PR22771 - Support access control SFINAE in the library version o...Eric Fiselier2015-03-301-0/+6
* Add tests for library version of is_convertibleEric Fiselier2015-03-261-0/+18
* [libc++] Fix PR22922 - Allocator support for std::function does not know how ...Eric Fiselier2015-03-185-15/+18
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-7/+44
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-105-5/+5
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-211-0/+17
* Mark more tuple tests as unsupported in C++98 && C++03Eric Fiselier2015-02-192-0/+4
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-1952-12/+103
* [libc++] Fix PR20084 - std::is_function<void() const> failed.Eric Fiselier2015-02-181-13/+49
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-104-0/+81
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-102-1/+3
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-0523-16/+57
OpenPOWER on IntegriCloud