summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
...
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-2811-60/+10
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-282-14/+14
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-181-3/+1
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-1413-26/+26
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-0956-0/+56
* In early C++11 standard drafts, std::function derived from std::unary_functio...Marshall Clow2015-01-081-29/+88
* Add checks to make sure the hash functor has the right typedefsMarshall Clow2015-01-081-0/+4
* Missed a typenameMarshall Clow2015-01-071-2/+2
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-076-16/+24
* In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...Marshall Clow2015-01-074-4/+8
* Add tests to check the typedefs from the result of std::owner_lessMarshall Clow2015-01-071-0/+8
* Missed one comparison test in r225375Marshall Clow2015-01-071-1/+3
* In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...Marshall Clow2015-01-0716-16/+48
* Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...Eric Fiselier2014-12-231-0/+49
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-2212-314/+133
* Move test into test/std subdirectory.Eric Fiselier2014-12-20832-0/+43425
OpenPOWER on IntegriCloud