aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-04libstdc++: Enable std::auto_ptr tests for C++11 and laterJonathan Wakely10-25/+32
2023-09-04libstdc++: Add { target c++98_only } to testsJonathan Wakely1-1/+1
2023-09-04libstdc++: Add missing target selector to std::expected testJonathan Wakely1-1/+1
2023-08-24libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0)Jonathan Wakely1-3/+3
2023-08-11libstdc++: Implement C++20 std::chrono::parse [PR104167]Jonathan Wakely2-2/+102
2023-07-19libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]Jonathan Wakely3-2/+36
2023-07-19libstdc++: Fix locale-specific duration formatting [PR110719]Jonathan Wakely1-0/+4
2023-06-26libstdc++: Synchronize PSTL with upstreamThomas Rodgers3-11/+9
2023-06-16[libstdc++] [testsuite] xfail dbl from_chars for aarch64 rtems ldblAlexandre Oliva1-1/+1
2023-06-07libstdc++: Fix up 20_util/to_chars/double.cc test for excess precision [PR110...Jakub Jelinek1-0/+26
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely4-9/+9
2023-06-01libstdc++: Do not use std::expected::value() in monadic ops (LWG 3938)Jonathan Wakely2-27/+260
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely2-2/+2
2023-05-31libstdc++: Add missing noexcept to std::scoped_allocator_adaptorJonathan Wakely1-0/+47
2023-05-30[libstdc++] [testsuite] xfail double-prec from_chars for x86_64 ldblAlexandre Oliva2-2/+2
2023-05-24[libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworksAlexandre Oliva1-1/+1
2023-05-17libstdc++: Implement LWG 3877 for std::expected monadic opsJonathan Wakely1-0/+64
2023-05-05[libstdc++] [testsuite] xfail double-prec from_chars for ldblAlexandre Oliva2-1/+6
2023-04-19c++: Define built-in for std::tuple_element [PR100157]Patrick Palka1-0/+1
2023-04-05libstdc++: Fix some freestanding test failuresArsen Arsenović2-0/+2
2023-03-30libstdc++: Fix filename of new test [PR109242]Jonathan Wakely1-0/+0
2023-03-30libstdc++: Use std::remove_cv_t in std::optional::transform [PR109340]Jonathan Wakely1-0/+35
2023-03-30libstdc++: Enforce requirements on template argument of std::optionalJonathan Wakely1-0/+24
2023-03-22libstdc++: Fix assigning nullptr to std::atomic<shared_ptr<T>> (LWG 3893)Jonathan Wakely1-0/+9