aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std
AgeCommit message (Expand)AuthorFilesLines
2024-01-02[libc++][test] Removes Clang < 14 support. (#76658)Mark de Wever1-7/+1
2024-01-02[libc++][ranges][abi-break] Fix `movable_box` overwriting memory of data that...Hui3-19/+108
2023-12-30[libc++] Deprecates and removes shared_ptr::unqiue. (#76576)Mark de Wever3-1/+49
2023-12-28[libc++] Make drop_view::begin constant time (#72883) (#72929)Hongyu Ouyang2-0/+70
2023-12-25[libc++][test] Move `abi.compile.pass.cpp` to `libcxx` subdirectory (#76349)A. Jiang1-86/+0
2023-12-23[libc++] Optimize std::find if types are integral and have the same signednes...Nikolas Klauser1-0/+42
2023-12-20[libc++] Fix ability to explicitly instantiate std::midpoint (#74217)Sanjay Marreddi1-0/+6
2023-12-19[libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259)Christopher Di Bella8-1/+705
2023-12-19[libc++] Implement ranges::contains (#65148)ZijunZhaoCCK4-0/+303
2023-12-19[libc++][print] Adds ostream overloads. (#73262)Mark de Wever9-66/+2986
2023-12-18[libc++] Fix the handling of `views::take` for `iota_view` (#75683)A. Jiang1-3/+2
2023-12-18[libc++] Remove assumptions that std::array::iterator is a raw pointer (#74624)Louis Dionne5-274/+351
2023-12-18[libc++] Adds headers to FTM. (#75699)Mark de Wever3-111/+74
2023-12-15[libc++] Fix constexpr initialization of std::array<T, 0> (#74667)Louis Dionne5-99/+184
2023-12-15[libc++] Optimize std::find for segmented iterators (#67224)Nikolas Klauser2-0/+120
2023-12-14[libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGN...Stephan T. Lavavej33-30/+87
2023-12-13[libc++] Fix `take_view::__sentinel`'s `operator==` (#74655)Jakub Mazurkiewicz4-68/+160
2023-12-13[libc++] Fix incomplete user-defined ctype specialization in test (#74630)Louis Dionne1-8/+44
2023-12-13[libc++] `views::split` and `views::lazy_split` shouldn't be range adaptor cl...Stephan T. Lavavej2-8/+20
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet88-0/+569
2023-12-12Add `std::basic_string` test cases (#74830)Tacet22-0/+113
2023-12-12[libc++][chrono] Fixes year_month year wrapping. (#74938)Mark de Wever14-157/+305
2023-12-12[libc++] tests with picolibc: mark fenv tests as unsupported (#74610)Dominik Wójt2-4/+6
2023-12-12[libc++] P2770R0: Stashing stashing iterators for proper flattening (#66033)Jakub Mazurkiewicz38-137/+194
2023-12-11[libc++][test] disable all atomic<long double> tests (#74201)Hui16-44/+40
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej19-34/+49
2023-12-10[libc++][test] Fix MSVC warnings with `static_cast`s (#74962)Stephan T. Lavavej11-24/+25
2023-12-10[libc++][test] Cleanup `LIBCPP_ONLY(meow_assert(...))` to `LIBCPP_MEOW_ASSERT...Stephan T. Lavavej10-12/+12
2023-12-10[libc++][test] Consistently use `TEST_SHORT_WCHAR` (#74958)Stephan T. Lavavej1-6/+6
2023-12-10[libc++] LWG-4021 "`mdspan::is_always_meow()` should be `noexcept`", use `LIB...Stephan T. Lavavej10-24/+26
2023-12-09[libc++][modules] Adds std.compat module. (#71438)Mark de Wever1-0/+18
2023-12-09[libc++] Implements Runtime format strings. (#73353)Mark de Wever12-22/+66
2023-12-08[libc++][test] Adds transcode option. (#73395)Mark de Wever1-31/+17
2023-12-07[libc++] tests with picolibc: handle stdin (#74712)Dominik Wójt1-1/+5
2023-12-06[libc++] Update <source_location> and msvc_stdlib_force_include.h (#74266)Stephan T. Lavavej2-66/+30
2023-12-06[libc++][test] Fix more MSVC warnings (#74256)Stephan T. Lavavej4-5/+6
2023-12-06[libc++][test] Drop unnecessary typename and template for layout_meow::mappin...Stephan T. Lavavej26-76/+63
2023-12-06[libc++] Fix copy-paste damage in `ranges::rotate_copy` and its test (#74544)Stephan T. Lavavej1-4/+5
2023-12-05[libc++][test] Fix assumptions that `std::array` iterators are pointers (#74430)Stephan T. Lavavej13-99/+152
2023-12-05[libc++][test] Fix simple warnings (#74186)Stephan T. Lavavej13-20/+23
2023-12-05[libc++] tests with picolibc: Fix expected error message (#74452)Dominik Wójt2-2/+4
2023-12-04XFailing test cases that fail on PowerPCKamau Bridgeman6-0/+6
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-1/+1
2023-12-03[libc++] tests with picolibc: Fix iterator diff_type to std::streamoff (#74072)Dominik Wójt1-7/+7
2023-12-03[libc++][test] Avoid non-Standard zero-length arrays (#74183)Stephan T. Lavavej16-118/+123
2023-12-03Work around GCC test failure that is caused by enabling optimizations. (#73998)Eric2-0/+13
2023-12-02[libc++][test] Make the feature-test macro tests more portable (#74185)Stephan T. Lavavej6-58/+58
2023-12-02[libc++][test] Avoid truncation warnings from `double` to `float` (#74184)Stephan T. Lavavej15-31/+31
2023-12-01[libc++] Revert "Compile MSAN/TSAN failing test with -O1 (#73555)"Louis Dionne2-8/+0
2023-12-01[libc++][NFC] Update the remaining old license headersNikolas Klauser28-112/+96