summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-21401-641/+641
* Fix a couple of unguarded operator, calls in algorithm. Fixes PR#43063. Updat...Marshall Clow2019-08-2012-0/+93
* [libc++] Fix std::abs testsZoe Carver2019-08-201-7/+14
* [libc++] Avoid implicit conversion warning in a <random> testLouis Dionne2019-08-201-23/+16
* [libc++] Implement LWG 3199Louis Dionne2019-08-201-0/+12
* [libc++] Precise XFAIL for AppleClang 11Louis Dionne2019-08-201-1/+1
* [libc++] fix test for unsigned charZoe Carver2019-08-201-1/+7
* [libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0Louis Dionne2019-08-202-0/+2
* [libc++] std::abs should not return doubleZoe Carver2019-08-202-0/+97
* [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
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+1
* Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."Eric Fiselier2019-08-041-41/+0
* Suppress -Wctad-maybe-unsupported on types w/o deduction guides.Eric Fiselier2019-08-031-0/+41
* libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.Nico Weber2019-07-301-1/+3
* 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-1/+2
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-221-0/+56
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-1/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+1
* [libc++] Add C++17 deduction guides for std::functionLouis Dionne2019-07-183-0/+283
* [libcxx] Rejigger test for destroying delete feature-test macrosLouis Dionne2019-07-161-4/+13
* [libc++] Add missing UNSUPPORTED for CTAD testsLouis Dionne2019-07-162-0/+2
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-164-0/+212
* [libc++] Implement P0433: deduction guides for <unordered_map>Louis Dionne2019-07-156-0/+965
* 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
* [libc++] Add XFAILs for CTAD tests on older compilersLouis Dionne2019-07-122-0/+2
* Mark destroying delete test as UNSUPPORTED with clang 7Eric Fiselier2019-07-121-1/+1
* Fix memory leak in set and map.Eric Fiselier2019-07-112-10/+53
* [libc++] Implement deduction guides for <unordered_set>Louis Dionne2019-07-114-0/+586
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-084-62/+124
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-071-3/+3
* Make list::remove/remove_if/unique all return void before C++20; undoes that ...Marshall Clow2019-07-064-19/+84
* This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...Zoe Carver2019-07-054-0/+65
* Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...Marshall Clow2019-07-032-0/+48
* Fix tuple's conditionally explicit constructors for very weird userEric Fiselier2019-07-031-0/+14
* Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...Marshall Clow2019-07-0113-0/+1904
* Ensure bitset's string constructor doesn't poison the overload set.Eric Fiselier2019-07-011-0/+13
* Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...Marshall Clow2019-07-016-41/+41
OpenPOWER on IntegriCloud