summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/template.bitset
Commit message (Expand)AuthorAgeFilesLines
* Fix or move tests with non-standard assumptionsEric Fiselier2017-05-121-15/+20
* [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...Stephan T. Lavavej2017-05-0525-19/+119
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+2
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-0/+29
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-188-10/+26
* [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-061-1/+1
* [libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej2016-12-063-3/+3
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-1/+2
* Protect bitset tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-104-44/+84
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Improve portability of hash tests. Patch from STL@microsoft.comEric Fiselier2016-06-151-3/+5
* Mark LWG issue 2250 as completeEric Fiselier2016-06-027-90/+74
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-2826-0/+52
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-106-0/+6
* Include what we use, instead of letting them get pulled in implictly. This ma...Marshall Clow2015-07-163-0/+5
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2038-0/+1913
OpenPOWER on IntegriCloud