summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne2018-09-234-24/+8
* [libcxx] Fix buildbots on DebianLouis Dionne2018-09-234-0/+4
* [libc++] Add deprecated attributes to many deprecated componentsLouis Dionne2018-09-234-0/+148
* [libcxx] func.wrap.func.con: Unset function before destroying anythingVolodymyr Sapsai2018-04-252-0/+92
* [libcxx][test] Silence -Wself-assign diagnosticsRoman Lebedev2018-04-071-4/+4
* Un-XFAIL a test under new GCC version; the GCC bug has been fixedEric Fiselier2018-03-221-1/+1
* Fix most GCC test failures.Eric Fiselier2018-01-181-0/+48
* [libcxx] [test] Improve MSVC portability.Stephan T. Lavavej2018-01-101-4/+8
* Apparently 'C++14' is different than 'c++14'Marshall Clow2018-01-081-1/+1
* Add the C++17 extensions to std::search. Include the default searcher, but no...Marshall Clow2018-01-0811-0/+1264
* [libcxx] P0604, invoke_result and is_invocableZhihao Yuan2017-12-122-10/+10
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* Revert "Fix PR34298 - Allow std::function with an incomplete return type."Eric Fiselier2017-09-101-36/+1
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* [libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej2017-08-248-11/+27
* [libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej2017-08-114-16/+16
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-114-8/+8
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-052-2/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-4/+4
* func.wrap.func.con: Fix test commentDuncan P. N. Exon Smith2017-06-181-1/+1
* Cleanup test issues reported by STL @ Microsoft.Eric Fiselier2017-05-122-158/+0
* Mark LWG#2850 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-1/+2
* Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier2017-05-101-1/+1
* Implement LWG 2591 - Patch from K-BalloEric Fiselier2017-05-101-0/+4
* Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until ...Marshall Clow2017-03-231-0/+3
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-234-25/+43
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-176-6/+6
* test: squelch -Wreturn-type errorSaleem Abdulrasool2017-02-121-1/+8
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-246-6/+6
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-0/+23
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-182-2/+4
* Fix PR31489 - std::function self-swap segfaultsEric Fiselier2016-12-292-94/+195
* fix newly failing c++03 testsEric Fiselier2016-12-241-0/+2
* Fix unused parameters and variablesEric Fiselier2016-12-233-6/+29
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-4/+4
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-2/+2
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-085-10/+10
* [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::...Stephan T. Lavavej2016-11-181-2/+2
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-0412-12/+36
* Update LWG 2767 and add test caseEric Fiselier2016-10-161-0/+14
* Add void_t and invoke feature test macrosEric Fiselier2016-10-141-0/+39
* Implement http://wg21.link/p0302r1: Removing Allocator Support in std::functi...Marshall Clow2016-10-1312-0/+210
* Remove use of _VSTD::__invoke in the not_fn testsEric Fiselier2016-10-121-1/+4
* Add tests to check that swap(std::function, std::function) is noexcept. This ...Marshall Clow2016-10-101-1/+14
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-012-4/+7
* Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow2016-09-222-0/+8
OpenPOWER on IntegriCloud