summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/function.objects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-102-5/+40
* Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...Eric Fiselier2016-07-241-3/+5
* Implement LWG 2393. Check for LValue-callability.Eric Fiselier2016-07-243-0/+65
* Fix inheriting constructor test for std::function.Eric Fiselier2016-07-201-4/+7
* Add missed test in r276090.Eric Fiselier2016-07-201-0/+23
* Implement P0358r1. Fixes for not_fn.Eric Fiselier2016-06-271-28/+69
* Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier2016-06-261-0/+28
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-222-34/+34
* Suppress unused warnings in std::invoke tests.Eric Fiselier2016-06-221-4/+4
* Guard libc++ assumption about identity hashing in test. Patch from STL@micros...Eric Fiselier2016-06-221-3/+7
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-2/+6
* Prevent truncation warning. Patch from STL@microsoft.comEric Fiselier2016-06-141-1/+1
* Add not_fn test for throwing operator!Eric Fiselier2016-06-021-0/+8
* Mark LWG issue 2545 as complete. Add extra testsEric Fiselier2016-06-022-0/+132
* Mark LWG issue 2450 as complete.Eric Fiselier2016-06-027-6/+80
* Add C++17 std::not_fn negator.Eric Fiselier2016-06-022-0/+578
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-017-8/+8
* Mark LWG issue 2565 as complete. Update the tests to check it.Eric Fiselier2016-05-312-28/+100
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-285-25/+15
* Move INVOKE tests into test/libcxx sub-tree.Eric Fiselier2016-04-296-1419/+16
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-282-3/+3
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-204-55/+200
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-185-35/+201
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-181-3/+8
* Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow2016-01-251-0/+4
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-201-0/+3
* Add missing license headersEric Fiselier2016-01-192-0/+18
* One more missing std:: qualification from JonathanMarshall Clow2016-01-121-1/+2
* Add tests for the extended integer types - as required by LWG#2119Marshall Clow2015-11-171-0/+40
* Fix typo I just introduced.Marshall Clow2015-11-101-1/+1