summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* [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 valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-121-1/+8
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-123-0/+8
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-181-2/+2
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-3/+23
* [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-235-7/+7
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2327-57/+57
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-233-3/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-2211-12/+12
* 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-091-1/+3
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-272-1/+34
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-269-6/+193
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-2512-25/+2
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-2522-218/+31
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-2416-29/+6
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-244-0/+16
* [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-249-5/+166
* Fix various test failures with GCCEric Fiselier2019-09-132-3/+7
* libcxx: Rename last two .hpp files in libcxx to .hNico Weber2019-08-215-7/+7
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-21104-128/+128
* [libc++] Implement LWG 3199Louis Dionne2019-08-201-0/+12
* [libc++] Precise XFAIL for AppleClang 11Louis Dionne2019-08-201-1/+1
* [libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0Louis Dionne2019-08-202-0/+2
* [libc++] Add XFAIL for is_base_of test on AppleClang 11Louis Dionne2019-08-191-2/+2
* [libc++] Mark <chrono> test as unsupported on AppleClang 9Louis Dionne2019-08-141-0/+1
* [libc++] Mark std::tuple CTAD test as failing on AppleClang 9Louis Dionne2019-08-141-0/+1
* [libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and upLouis Dionne2019-08-142-2/+2
* [libc++] Mark two <chrono> tests as unsupported on AppleClang 11Louis Dionne2019-08-132-2/+2
* [libc++] Implement CTAD for std::tupleLouis Dionne2019-08-121-13/+57
* Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.Marshall Clow2019-08-0815-0/+782
* Fix tests with modules enabledEric Fiselier2019-07-294-0/+4
* Fix a bug in std::chrono::abs where it would fail when the duration's period ...Marshall Clow2019-07-261-0/+6
* Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...Marshall Clow2019-07-2519-60/+155
* Implement most of P1612R1: Relocate endian. Moves the std::endian functional...Marshall Clow2019-07-231-48/+0
* [libc++] Add C++17 deduction guides for std::functionLouis Dionne2019-07-183-0/+283
* Add test for variant construction with duplicate types.Eric Fiselier2019-07-141-0/+12
* Harden variant test added in r366022Eric Fiselier2019-07-141-3/+3
* Avoid eager template instantiation caused by the variant narrowing checks.Eric Fiselier2019-07-141-1/+13
* Fix non-conformance it `std::tuple`.Eric Fiselier2019-07-121-0/+16
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-126-93/+92
* This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...Zoe Carver2019-07-052-0/+32
* Fix tuple's conditionally explicit constructors for very weird userEric Fiselier2019-07-031-0/+14
OpenPOWER on IntegriCloud