aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/support
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser2-9/+13
2024-06-03[libc++] Handle 0 size case for testing support operator new (#93834)Jake Egan1-0/+4
2024-06-02[libc++] [test] Fix `__has_include` usage, expand condvarany and spaceship co...Stephan T. Lavavej1-1/+1
2024-05-28[libc++] [test] Fix portability issues for MSVC (#93259)Stephan T. Lavavej1-1/+1
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej1-1/+0
2024-05-10[libc++][NFC] Use TestEachPointerType in TestEachAtomicType (#91480)Louis Dionne1-2/+1
2024-05-09[libc++][test] Fixes constexpr char_traits. (#90981)Mark de Wever2-21/+48
2024-05-07[ASan][libc++] Turn on ASan annotations for short strings (#79536)Tacet1-24/+5
2024-04-22[libc++][NFC] Fix unparenthesized comma expression in mem-initializer (#89605)Krystian Stasiowski1-1/+1
2024-04-20[libc++][TZDB] Renames incomplete. (#89250)Mark de Wever1-2/+2
2024-04-17[libc++][NFC] Centralize test for support of == and != in ranges (#78481)Will Hawkins1-0/+12
2024-04-17[libc++][TZDB] Adds sys_info formatter. (#85896)Mark de Wever1-0/+8
2024-04-17[libc++] Add missing iterator requirement checks in the PSTL (#88127)Louis Dionne1-2/+14
2024-04-10[libc++] Adds a global private constructor tag. (#87920)Mark de Wever1-7/+2
2024-04-06[libc++] Implement LWG3430 disallow implicit conversion of the source argumen...yronglin1-0/+4
2024-04-03[libc++][chrono] Loads leap-seconds.list in tzdb. (#82113)Mark de Wever1-0/+52
2024-04-02[libc++] `std::ranges::advance`: avoid unneeded bounds checks when advancing ...Jan Kokemüller1-3/+19
2024-03-29[libc++] Remove <queue> and <stack> includes from <format> (#85520)Nikolas Klauser1-0/+1
2024-03-26[libc++][test] Remove tests that testing std::variant<T&> (#84222)Hui1-3/+0
2024-03-13[libc++] Remove _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT (#83928)Louis Dionne1-10/+0
2024-03-08[libcxx][NFC] Consolidate testing concept CanBePiped (#80154)Will Hawkins1-0/+5
2024-02-17[NFC][libc++] Requests PR at GitHub instead of Phabricator.Mark de Wever2-6/+7
2024-02-04Reapply "[libc++] Optimize vector growing of trivially relocatable types" (#8...Nikolas Klauser1-4/+7
2024-02-02Revert "[libc++] Optimize vector growing of trivially relocatable types (#766...Kirill Stoimenov1-7/+4
2024-02-02[libc++] Optimize vector growing of trivially relocatable types (#76657)Nikolas Klauser1-4/+7
2024-01-30[libc++] Simplify features for detecting atomics' support. (#75553)Konstantin Varlamov1-4/+1
2024-01-29Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449...Hristo Hristov2-8/+17
2024-01-23Revert "[ASan][libc++] Turn on ASan annotations for short strings (#79049)"Thurston Dang1-5/+24
2024-01-23[ASan][libc++] Turn on ASan annotations for short strings (#79049)Tacet1-24/+5
2024-01-22[libc++][NFC] Fix formatting in check_assertion.hLouis Dionne1-4/+5
2024-01-22[libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#...Louis Dionne3-64/+187
2024-01-22Revert "[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#...Petr Hosek2-17/+8
2024-01-21[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449)Hristo Hristov2-8/+17
2024-01-20[libc++] FreeBSD CI: Adds `<signal.h>` to `check_assertion.h` (#78863)Hristo Hristov1-0/+2
2024-01-19[libc++][hardening] In production hardening modes, trap rather than abort (#7...Konstantin Varlamov2-206/+320
2024-01-18Revert "[ASan][libc++] Turn on ASan annotations for short strings" (#78627)Vitaly Buka1-5/+24
2024-01-18[ASan][libc++] Turn on ASan annotations for short strings (#75882)Tacet1-24/+5
2024-01-17[libc++][hardening] Rework how the assertion handler can be overridden. (#77883)Konstantin Varlamov1-12/+21
2024-01-13[ASan][libc++] Annotating `std::basic_string` with all allocators (#75845)Tacet1-1/+1
2024-01-12[libc++][NFC] Make AssertionInfoMatcher::CheckMessageMatches Stricter (#77721)Will Hawkins1-2/+1
2024-01-12[libc++][test] Fix a logical mistake introduced by #77058 (#77867)Wu Yingcong1-1/+1
2024-01-11[libc++][test] Replace uses of `_LIBCPP_ABI_MICROSOFT` in tests (#77233)S. B. Tam2-0/+5
2024-01-09[libc++][NFC] Create and use test-defined simple_view concept (#77334)Will Hawkins1-0/+7
2024-01-09[libc++][test] try to directly create socket file in /tmp when filepath is to...Wu Yingcong1-9/+19
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne2-4/+17
2023-12-19[libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259)Christopher Di Bella3-27/+186
2023-12-14[libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGN...Stephan T. Lavavej1-10/+0
2023-12-13[libc++] Add CI job for testing macOS C++03 (#75355)Louis Dionne1-1/+1
2023-12-13[libc++] Fix `take_view::__sentinel`'s `operator==` (#74655)Jakub Mazurkiewicz1-5/+3
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet1-12/+49