aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2024-08-16[libcxx][fix] Rename incorrect filename variableJoseph Huber1-1/+1
2024-08-16[libc++][math] Fix acceptance of convertible types in `std::isnan()` and `std...Robin Caloudis3-9/+35
2024-08-16[libc++] Fix rejects-valid in std::span copy construction (#104500)Louis Dionne1-41/+85
2024-08-16[libc++] Fix backslash as root dir breaks lexically_relative, lexically_proxi...RichardLuo2-26/+36
2024-08-15[libcxx] Use `aligned_alloc` for testing instead of `posix_memalign` (#101748)Joseph Huber2-1/+13
2024-08-15[lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm LinuxDavid Spickett1-1/+1
2024-08-14[libcxx] Adjust inline assembly constraints for the AMDGPU target (#101747)Joseph Huber1-5/+15
2024-08-14[libcxx] Add fallback to standard C when `unistd` is unavailable (#102005)Joseph Huber1-24/+37
2024-08-14[libc++] Fix ambiguous constructors for std::complex and std::optional (#103409)Louis Dionne2-0/+66
2024-08-14[libc++] <experimental/simd> Add ++/-- operators for simd reference (#88091)ZhangYin1-0/+43
2024-08-13[libc++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) (#1...Louis Dionne3-37/+0
2024-08-12[libc++] Use a different smart ptr type alias (#102089)Brian Cain1-2/+16
2024-08-12[libc++][NFC] Fix typo in count_new.h (#102049)Louis Dionne1-5/+5
2024-08-12[libcxx] [test] Mark gdb_pretty_printer_test.sh.cpp as unsupported on Windows...Martin Storsjö1-0/+3
2024-08-12[libc++][ranges] LWG3564: `transform_view::iterator<true>::value_type` and `i...Xiaoyang Liu2-0/+21
2024-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser2-4/+6
2024-08-07[libcxx][test][z/OS] Fix hermite.pass.cpp for HEX float (#101019)Zibi Sarbinowski1-14/+29
2024-08-06[libc++] Implements LWG3130. (#101889)Mark de Wever44-133/+887
2024-08-06[libc++][chrono][test] Fixes bogus loops. (#101890)Mark de Wever1-2/+2
2024-08-05[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#100820)PaulXiCao9-41/+116
2024-08-05[libc++] Check correctly ref-qualified __is_callable in algorithms (#101553)Louis Dionne11-67/+223
2024-08-04[clang] Reland: Instantiate concepts with sugared template arguments (#101782)Matheus Izvekov1-1/+1
2024-08-04[NFC][libc++][exceptions] Adds tests for LWG3112. (#100881)Mark de Wever3-41/+106
2024-08-04[libc++][test] Adds a TODO.Mark de Wever1-0/+1
2024-08-04[libc++] Fixes an AIX CI failure.Mark de Wever1-1/+0
2024-08-04[libc++] Remove a few includes from <__hash_table> (#99738)Nikolas Klauser2-4/+0
2024-08-04[libc++] Optimize lexicographical_compare (#65279)Nikolas Klauser11-58/+133
2024-08-04[libc++] <experimental/simd> Add compound assignment operators for simd refer...ZhangYin3-5/+216
2024-08-03[libc++][bit] Improves rotate functions. (#98032)Mark de Wever2-0/+8
2024-08-03[libc++] Implements the new version header generator. (#97847)Mark de Wever6-2/+247
2024-08-01[libc++] Revert "Check correctly ref-qualified __is_callable in algorithms (#...Louis Dionne10-205/+67
2024-08-01[libc++] Check correctly ref-qualified __is_callable in algorithms (#73451)Nhat Nguyen10-67/+205
2024-08-01[libc++][stringbuf] Test and document LWG2995. (#100879)Mark de Wever2-6/+181
2024-08-01[libc++] Increase atomic_ref's required alignment for small types (#99654)Damien L-G1-1/+1
2024-08-01[libc++] Avoid using **this in error messages for expected monadic operations...ZERO-N1-12/+12
2024-08-01[libc++] Fix missing declarations of uses_allocator_construction_args (#67044)Shivam1-0/+57
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue1-1/+1
2024-08-01[libc++][NFC] Avoid opening namespace std in the tests (#94160)Nikolas Klauser35-515/+364
2024-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne24-88/+26
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne298-0/+381
2024-07-31[libc++] Move the benchmarks under libcxx/test (#99371)Louis Dionne76-0/+8216
2024-07-31[libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (#99562)Paul Kirth21-378/+314
2024-07-31[libcxx][test] Require long_tests for eval.PR44847.pass.cp (#100722)David Spickett1-2/+2
2024-07-31[libcxx][test] Mark sort.pass.cpp as a long test (#100720)David Spickett1-1/+1
2024-07-31[libc++] Refactor tests for shared_mutex and shared_timed_mutex (#100783)Louis Dionne18-624/+900
2024-07-30[libc++][stdatomic.h] Implements LWG3671. (#99775)Mark de Wever1-0/+4
2024-07-30[libc++][format] Implements P3107R5 in <format>. (#86713)Mark de Wever1-0/+235
2024-07-30[libc++][test] Do not assume array::iterator is a pointer (#100603)nicole mazzuca4-54/+104
2024-07-28[libc++][memory_resource] Implements LWG3683. (#100775)Mark de Wever1-0/+41
2024-07-26[libc++] Fix bug in atomic_ref's calculation of lock_free-ness (#99570)Louis Dionne4-124/+298