summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++Billy Robert O'Neal III2020-01-143-3/+3
* [libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...Billy Robert O'Neal III2020-01-081-0/+2
* [libcxx][test] Fix span tests.Stephan T. Lavavej2020-01-086-38/+19
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-1310-0/+13
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-128-15/+19
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-123-0/+8
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-184-9/+7
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-162-1/+35
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-3/+23
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-1411-16/+16
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-142-0/+40
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1115-15/+180
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-072-1/+74
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-073-3/+3
* [libc++] Fix some constexpr tests broken by D68837Louis Dionne2019-11-074-4/+4
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-064-181/+164
* [libc++] Add test and remove workaround for PR13592Louis Dionne2019-10-301-3/+9
* PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.David Blaikie2019-10-281-0/+16
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-2313-23/+23
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2382-171/+171
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-2320-20/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-2223-29/+29
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-191-0/+5
* [libc++][test] Silence more warnings in variant testsCasey Carter2019-10-144-4/+4
* [libc++][test] std::variant test cleanupCasey Carter2019-10-136-5/+7
* [libc++][test] Silence MSVC warning in std::optional testCasey Carter2019-10-121-1/+1
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-098-71/+71
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-272-1/+34
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-2613-11/+284
* [libcxx] Do not implicitly #include assert.hDavid Zarzycki2019-09-265-2/+7
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-2518-45/+2
* Add forward declaration of operator<< in <string_view> as required.Eric Fiselier2019-09-251-0/+26
* Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...Marshall Clow2019-09-251-0/+10
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-2532-309/+56
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-2424-51/+8
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-246-1/+24
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-242-122/+79
* [libc++] Implement LWG 3158Louis Dionne2019-09-242-1/+34
* [libc++] Implement LWG 2510Louis Dionne2019-09-2413-10/+250
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-238-8/+8
* [libc++] Mark iostreams test as XFAIL on older macOSesLouis Dionne2019-09-231-0/+12
* Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...Dan Albert2019-09-181-11/+22
* Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...Dan Albert2019-09-161-22/+11
* Implement std::condition_variable via pthread_cond_clockwait() where availableDan Albert2019-09-161-11/+22
* Fix various test failures with GCCEric Fiselier2019-09-132-3/+7
* Fix failing negative compilation test for some versions of ClangEric Fiselier2019-09-131-0/+1
* Recommit r370502: Make `vector` unconditionally move elements whenEric Fiselier2019-09-132-45/+45
* Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any t...Marshall Clow2019-09-131-0/+32
* [libc++] Add a test for resizing of a vector with copy-only elementsLouis Dionne2019-09-051-0/+45
* [libc++] Add yet another test for inverted character classesLouis Dionne2019-08-271-0/+3
OpenPOWER on IntegriCloud