summaryrefslogtreecommitdiff
path: root/test/std/utilities/template.bitset
AgeCommit message (Expand)Author
2017-05-12Fix or move tests with non-standard assumptionsEric Fiselier
2017-05-05[libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...Stephan T. Lavavej
2017-05-04[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-03-23Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2017-01-18[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej
2016-12-06[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej
2016-12-06[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-10Protect bitset tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-15Improve portability of hash tests. Patch from STL@microsoft.comEric Fiselier
2016-06-02Mark LWG issue 2250 as completeEric Fiselier
2016-04-28Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-07-16Include what we use, instead of letting them get pulled in implictly. This ma...Marshall Clow
2015-01-07libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier