aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2024-07-26[libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846)Martin Storsjö2-8/+2
2024-07-26[libc++] Enable Clang modules in carve-out CI jobs (#100571)Louis Dionne1-0/+1
2024-07-26[libc++] Remove outdated setting of LIBCXX_CXX_ABI_LIBRARY_PATH (#100631)Louis Dionne1-6/+0
2024-07-26[libc++] Remove unmaintained support for generating code coverage (#100630)Louis Dionne1-12/+0
2024-07-25[libc++][test] Fix Clang `-Wunused-variable` warnings in time.zone.members/to...Stephan T. Lavavej1-8/+8
2024-07-25[libc++] Remove unmaintained LIBCXX_CONFIGURE_IDE (#100574)Louis Dionne1-23/+0
2024-07-25[libc++] Remove unnecessary check for LIBCXX_INCLUDE_TESTS (#100573)Louis Dionne1-15/+12
2024-07-25[libc++][spaceship] Marks P1614 as complete. (#99375)Mark de Wever2-14/+14
2024-07-25Fix fs.op.copy_file/copy_file_large.pass.cpp on z/OS (#100382)Zibi Sarbinowski1-1/+1
2024-07-25[libcxx][test] Update picolibc version (#100348)David Spickett1-3/+0
2024-07-24[libc++][spaceship] Implements X::iterator container requirements. (#99343)Mark de Wever8-3/+323
2024-07-24[libcxx][test] Explain picolib unsupported in sort.pass.cppDavid Spickett1-1/+2
2024-07-24Revert "[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350)"Mitch Phillips6-107/+41
2024-07-24[libcxx][test] Update picolib xfails (#99631)David Spickett2-3/+4
2024-07-23[libc++] Revert "Make std::pair trivially copyable if its members are (#89652...Louis Dionne2-26/+1
2024-07-23[libc++] Add clang-20 to failing tests on Windows (#100119)gulfemsavrun3-3/+3
2024-07-23[libc++][memory] Implements LWG3307. (#99776)Mark de Wever2-0/+49
2024-07-23[libc++][string] Fixes shrink_to_fit. (#97961)Mark de Wever1-0/+41
2024-07-23[libc++][vector<bool>] Tests shrink_to_fit requirement. (#98009)Mark de Wever1-1/+44
2024-07-23[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350)PaulXiCao6-41/+107
2024-07-22[libc++][hardening] Use bounded iterators in std::vector and std::string (#78...David Benjamin16-42/+168
2024-07-22[libc++][ranges] LWG3618: Unnecessary `iter_move` for `transform_view::iterat...Xiaoyang Liu2-50/+1
2024-07-22[libcxx] [test] Make indentation more consistent in thousands_sep. NFC. (#99844)Martin Storsjö1-4/+4
2024-07-21[libc++] Makes `unique_ptr operator*() noexcept. (#98047)Mark de Wever8-54/+71
2024-07-20[libc++] Make std::pair trivially copyable if its members are (#89652)Nikolas Klauser2-1/+26
2024-07-20[libc++][TZDB] Implements zoned_time formatters. (#98347)Mark de Wever3-0/+1344
2024-07-20[libc++][math] Mathematical Special Functions: Hermite Polynomial (#89982)PaulXiCao1-0/+341
2024-07-20[libc++][vector] Fixes shrink_to_fit. (#97895)Mark de Wever1-1/+46
2024-07-19[libc++][ranges] P1223R5: `find_last` (#99312)nicole mazzuca12-0/+825
2024-07-19[libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp (#99503)David Spickett1-3/+0
2024-07-19[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction (...Hristo Hristov13-44/+910
2024-07-18[libc++] Allow testing Apple's system library as it is installed (#99086)Louis Dionne1-0/+51
2024-07-18 [libc++] Speed up set_intersection() by fast-forwarding over ranges of non-m...Iuri Chaer9-210/+575
2024-07-18[libc++][chrono] Remove non-standard relational operators for `std::chrono::w...A. Jiang1-0/+3
2024-07-18[libc++] Fix acceptance of convertible-to-{float,double,long double} in std::...Robin Caloudis1-0/+12
2024-07-18[libc++][iterator][ranges] P2997R1: Removing the common reference requirement...Hristo Hristov6-30/+36
2024-07-18[libc++][test] XFAIL sized deallocation tests for AIX, z/OS, and MinGW (#98960)Xing Xue2-0/+6
2024-07-18[libc++][strings] P2591R5: Concatenation of strings and string views (#88389)Hristo Hristov4-6/+225
2024-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser35-23/+41
2024-07-17[NFC][libc++][test] loosen XFAIL condition for setfill_wchar_max.pass.cppDavid Tenty1-2/+2
2024-07-17[libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (#89305)Xing Xue1-0/+38
2024-07-17[libc++] Deprecates rel_ops. (#91642)Mark de Wever3-0/+39
2024-07-17[libc++][ranges] LWG4001: `iota_view` should provide `empty` (#79687)Hristo Hristov1-0/+117
2024-07-16[libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (#98717)Petr Hosek9-103/+110
2024-07-16[libc++][chrono] Adds year_month_day_last&::operator<=>. (#98169)Mark de Wever1-67/+60
2024-07-16[libc++][ranges] LWG4035: `single_view` should provide `empty` (#98371)Hristo Hristov1-0/+64
2024-07-15[libc++] P2389R2: `dextents` Index Type Parameter (#97393)Xiaoyang Liu3-4/+55
2024-07-13[libc++] Clean up some now dead code with the upgrade to GCC 14 (#97746)Nikolas Klauser7-7/+0
2024-07-12[libc++] Deprecate _LIBCPP_ENABLE_ASSERTIONS & friends (#98364)Louis Dionne1-1/+1
2024-07-12[libc++] Make sure the test for compare-and-wait bug doesn't hang forever (#9...Louis Dionne1-6/+24