summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/unord.hash
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Support tests in freestandingJF Bastien2019-02-047-7/+21
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* [libcxx] P0604, invoke_result and is_invocableZhihao Yuan2017-12-121-2/+2
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* 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
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-0/+23
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-182-2/+4
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-1/+1
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-102-5/+40
* 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-141-1/+3
* Prevent truncation warning. Patch from STL@microsoft.comEric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-181-3/+8
* 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
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-181-3/+1
* 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
* Move test into test/std subdirectory.Eric Fiselier2014-12-205-0/+255
OpenPOWER on IntegriCloud