summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/template.bitset
Commit message (Expand)AuthorAgeFilesLines
* 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