summaryrefslogtreecommitdiff
path: root/libcxx/test/support
AgeCommit message (Expand)Author
2025-11-14[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636)Konstantin Varlamov
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-10[libc++] Avoid overloaded `operator,` for (`T`, `Iter`) cases (#161049)A. Jiang
2025-11-09[libc++] Treat P0513R0 as a defect report against C++11 (#166690)A. Jiang
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-10-22[libc++][C++03] Introduce LIBCPP_{,NON_}FROZEN_ASSERT (#163380)Nikolas Klauser
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-09-30[libc++][test] Use ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS in more places (#...Martin Storsjö
2025-09-15[libc++][test] Clean-up `MinSequenceContainer` (#158432)A. Jiang
2025-09-14[libc++][test] update `MinSequenceContainer.h` to make one more test pass on ...Alex Guteniev
2025-09-08[libc++] Optimize most of the __tree search algorithms (#155245)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-08-09[libc++] Fix uses of non-empty transparent comparator in `<map>` (#152624)A. Jiang
2025-07-31[libc++][hardening] Add a greppable prefix to assertion messages. (#150560)Konstantin Varlamov
2025-07-29[libc++][hardening] Introduce assertion semantics. (#149459)Konstantin Varlamov
2025-07-15Revert "[libc++][hardening] Introduce assertion semantics" (#148822)Nikolas Klauser
2025-07-15[libc++][hardening] Introduce assertion semantics (#148268)Konstantin Varlamov
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser
2025-06-25[libc++] P2944R3: Constrained comparisions - `variant` (#141396)Hristo Hristov
2025-06-21[libc++] constexpr flat_map (#137453)Hui
2025-06-18[libc++] Make list constexpr as part of P3372R3 (#129799)Peng Liu
2025-06-17Revert "[libc++] Remove trailing newline from _LIBCPP_ASSERTION_HANDLER calls...Daniel Thornburgh
2025-06-17[libc++] Remove trailing newline from _LIBCPP_ASSERTION_HANDLER calls (#143573)Sam Clegg
2025-06-15[libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implem...Hristo Hristov
2025-06-11[libc++] Make forward_list constexpr as part of P3372R3 (#129435)Peng Liu
2025-06-09libc++ test: update MinSequenceContainer.h to make some tests pass on MSVC ST...Alex Guteniev
2025-06-02[libc++] Remove availability annotations which can't fire anymore (#140049)Nikolas Klauser
2025-05-19[libc++] Optimize std::getline (#121346)Nikolas Klauser
2025-05-18[libc++] Don't instantiate allocators in __tree on an incomplete type (#140225)Nikolas Klauser
2025-05-06[libc++][test] Test `flat_meow` with proper underlying iterators (#131290)A. Jiang
2025-04-25[libcxx] [test] Clarify the condition for long double hex formatting (#135334)Martin Storsjö
2025-04-13[libc++][test] Test `nasty_string` in C++20 (#135338)A. Jiang
2025-04-09[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)A. Jiang
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith
2025-03-24[libc++][test][NFC] Introduce `TEST_STD_AT_LEAST_26_OR_RUNTIME_EVALUATED` (#1...A. Jiang
2025-03-20[libc++][test] Fix issues found by MSVC's STL (#131787)Stephan T. Lavavej
2025-03-19[libc++] Implement part of P2562R1: constexpr `std::inplace_merge` (#129008)A. Jiang
2025-03-18[libc++] Guard call_once against operator hijacking. (#128054)Mark de Wever
2025-03-07[libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860)A. Jiang
2025-02-28[libcxx] Provide locale conversions to tests through lit substitution (#105651)Martin Storsjö
2025-02-23[libc++] Fix basic_string not allowing max_size() elements to be stored (#125...Nikolas Klauser
2025-02-22[libc++] Fix shrink_to_fit to swap buffer only when capacity is strictly smal...Peng Liu
2025-02-15[libc++] Fixes (|multi)_set spaceship operator. (#127326)Mark de Wever
2025-02-08[libc++][test] Fix `size_type` issues with `MinSequenceContainer` and `min_al...A. Jiang
2025-02-06[libc++][chrono] implements TAI clock. (#125550)Mark de Wever
2025-02-05[libc++] Fix UB in bitwise logic of {std, ranges}::{fill, fill_n} algorithms ...Peng Liu
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser