summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/unord.hash/integral.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-25/+26
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-181-1/+2
* 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
* Guard libc++ assumption about identity hashing in test. Patch from STL@micros...Eric Fiselier2016-06-221-3/+7
* 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
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-3/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+58
OpenPOWER on IntegriCloud