summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects
Commit message (Expand)AuthorAgeFilesLines
* In early C++11 standard drafts, std::function derived from std::unary_functio...Marshall Clow2015-01-081-29/+88
* Missed a typenameMarshall Clow2015-01-071-2/+2
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-074-12/+19
* In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...Marshall Clow2015-01-074-4/+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-229-235/+95
* Move test into test/std subdirectory.Eric Fiselier2014-12-20102-0/+6174
OpenPOWER on IntegriCloud