summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure bitset's string constructor doesn't poison the overload set.Eric Fiselier2019-07-011-0/+13
* Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...Marshall Clow2019-06-271-0/+12
* Fix test failures due to modified wording in Clang diagnostics.Richard Smith2019-06-242-4/+4
* Fix test failures when using a custom ABI namespace.Richard Smith2019-06-241-1/+1
* Use C++11 implementation of unique_ptr in C++03.Eric Fiselier2019-06-231-4/+0
* Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...Marshall Clow2019-06-212-20/+106
* Use rvalue references throughout the is_constructible traits.Eric Fiselier2019-06-213-6/+3
* Make move and forward work in C++03.Eric Fiselier2019-06-216-102/+29
* Enable aligned_union in C++03Eric Fiselier2019-06-211-2/+0
* Get is_convertible tests passing in C++03 (except the fallback).Eric Fiselier2019-06-212-8/+3
* Make rvalue metaprogramming traits work in C++03.Eric Fiselier2019-06-219-23/+0
* [libc++] Recommit r363692 to implement P0608R3Zhihao Yuan2019-06-204-3/+207
* [libc++] Revert r363692 which implements P0608R3Zhihao Yuan2019-06-194-207/+3
* [libc++] Implement P0608R3 - A sane variant converting constructorZhihao Yuan2019-06-184-3/+207
* [libc++] Re-apply XFAIL to is_base_of test that was inadvertently revertedLouis Dionne2019-06-181-4/+5
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-181-2/+1
* Add tests for LWG 3206. NFCMarshall Clow2019-06-171-0/+23
* Move libc++ specific tests for std::function out of the std directoryEric Fiselier2019-06-112-94/+0
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...Marshall Clow2019-06-111-1/+2
* Add a test for is_base_of and incomplete types. Because this trait uses a com...Marshall Clow2019-06-111-0/+92
* [libc++] Fix leading zeros in std::to_charsZhihao Yuan2019-06-101-0/+97
* Fix some incorrect std::function testsEric Fiselier2019-06-081-2/+4
* [libcxx][test] Include test_workarounds.h where neededLouis Dionne2019-06-052-0/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31397-0/+715
* Improve the test coverage for std::is_base_ofMarshall Clow2019-05-161-0/+15
* Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....Marshall Clow2019-05-131-0/+33
* Mark is_trivially_destructible as unsupported with apple-clang-9Nico Weber2019-05-031-0/+1
OpenPOWER on IntegriCloud