summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.wrap
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow2016-01-251-0/+4
* Add missing license headersEric Fiselier2016-01-191-0/+9
* [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...Eric Fiselier2015-08-181-0/+247
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-177-369/+242
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-143-119/+206
* [libc++] Fix PR22922 - Allocator support for std::function does not know how ...Eric Fiselier2015-03-185-15/+18
* [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
* In early C++11 standard drafts, std::function derived from std::unary_functio...Marshall Clow2015-01-081-29/+88
* [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-2029-0/+2156
OpenPOWER on IntegriCloud