aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
AgeCommit message (Expand)AuthorFilesLines
2024-08-01libstdc++: fix uses of explicit object parameter [PR116038]Patrick Palka2-0/+54
2024-08-01libstdc++: Make std::any_cast<void> ill-formed (LWG 3305)Jonathan Wakely1-0/+15
2024-06-28libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668]Jonathan Wakely1-0/+6
2024-05-14libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]Jonathan Wakely1-0/+4
2024-04-18[libstdc++] [testsuite] xfail double-prec from_chars for float128_tAlexandre Oliva2-1/+3
2024-04-15libstdc++: Add std::reference_wrapper comparison operators for C++26Jonathan Wakely1-0/+95
2024-04-15libstdc++: Heterogeneous std::pair comparisons [PR113386]Jonathan Wakely1-0/+15
2024-04-08libstdc++: Fix tests that fail with -fno-char8_tJonathan Wakely7-14/+16
2024-04-08libstdc++: Combine two std::from_chars tests into oneJonathan Wakely2-43/+7
2024-04-03libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]Jonathan Wakely1-0/+18
2024-03-22libstdc++: Replace std::result_of with __invoke_result_t [PR114394]Jonathan Wakely1-1/+1
2024-03-07libstdc++: Fix parsing of fractional seconds [PR114244]Jonathan Wakely2-0/+48
2024-03-04libstdc++: Add missing std::tuple constructor [PR114147]Jonathan Wakely1-0/+15
2024-02-02libstdc++: Make std::function deduction guide support explicit object functio...Jonathan Wakely1-0/+35
2024-02-01libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]Patrick Palka2-0/+508
2024-01-19libstdc++: Fix P2255R2 dangling checks for std::tuple in C++17 [PR108822]Jonathan Wakely1-47/+109
2024-01-13libstdc++: Implement P2255R2 dangling checks for std::tuple [PR108822]Jonathan Wakely1-0/+105
2024-01-12libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]Patrick Palka2-0/+220
2024-01-12libstdc++: Use C++23 deducing this in std::bind_frontPatrick Palka1-6/+8
2024-01-12libstdc++: Implement C++23 P1951R1 (Default Args for pair's Forwarding Ctor) ...Jonathan Wakely1-0/+48
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely1-1/+2
2024-01-07libstdc++: Remove dg-timeout-factor from testJonathan Wakely1-2/+0
2024-01-07libstdc++: Optimize std::is_trivially_destructible_vJonathan Wakely1-0/+40
2024-01-03Update copyright years.Jakub Jelinek1299-1299/+1299
2023-12-31libstdc++ testsuite/20_util/hash/quality.cc: Increase timeout 3xHans-Peter Nilsson1-0/+1
2023-12-14libstdc++: Fix %S format of duration with floating-point repJonathan Wakely1-0/+4
2023-12-05libstdc++: Add test for LWG Issue 3897Will Hawkins1-0/+15
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely2-0/+40
2023-11-21libstdc++: Add std::span::at for C++26 (P2821R5)Jonathan Wakely1-0/+22
2023-11-17libstdc++: Add more Doxygen comments and another test for std::out_ptrJonathan Wakely1-0/+19
2023-11-16libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]Jonathan Wakely8-0/+651
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely76-82/+130
2023-11-11libstdc++: Add static_assert to std::integer_sequence [PR112473]Jonathan Wakely1-0/+8
2023-11-11libstdc++: Fix test that fails with -ffreestandingJonathan Wakely1-10/+10
2023-11-11libstdc++: Deprecate std::atomic_xxx overloads for std::shared_ptrJonathan Wakely3-0/+3
2023-11-10libstdc++: mark 20_util/scoped_allocator/noexcept.cc R-E-T hostedArsen Arsenović1-0/+1
2023-10-26libstdc++: Add dg-timeout-factor to <chrono> IO testsJonathan Wakely1-0/+1
2023-09-25libstdc++: Define C++23 std::forward_like (P2445R1)Jonathan Wakely3-0/+79
2023-09-19c++: Move consteval folding to cp_fold_rMarek Polacek1-1/+1
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely136-239/+108
2023-09-15libstdc++: Simplify dejagnu directives for some tests using threadsJonathan Wakely12-36/+18
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely44-44/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from std::expected testsJonathan Wakely14-14/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::chrono testsJonathan Wakely2-2/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely18-35/+17
2023-09-15libstdc++: Fix constraints for std::variant default constructorJonathan Wakely1-0/+11
2023-09-15libstdc++: Add operator bool to <charconv> result types (P2497R0)Jonathan Wakely3-1/+47
2023-09-14libstdc++: Add testcase for std::make_integer_sequence bug [PR111357]Jonathan Wakely1-0/+34
2023-09-12libstdc++: Fix std::not_fn perfect forwarding [PR111327]Patrick Palka1-0/+29
2023-09-12libstdc++: Fix std::bind_front perfect forwarding [PR111327]Patrick Palka1-0/+41