summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/template.bitset
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* [libc++] Implement LWG 3199Louis Dionne2019-08-201-0/+12
* Ensure bitset's string constructor doesn't poison the overload set.Eric Fiselier2019-07-011-0/+13
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-319-0/+18
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-052-9/+50
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-022-50/+9
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-022-9/+50
* Support tests in freestandingJF Bastien2019-02-0438-38/+114
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1938-152/+114
* [libcxx] [test] Remove asserts that <cstddef> and <stdexcept> are included by...Billy Robert O'Neal III2018-08-081-10/+1
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-084-0/+4
* [libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej2017-12-132-4/+3
* Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow2017-11-272-6/+3
* Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow2017-11-272-1/+20
* 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