aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std/format/functions
AgeCommit message (Expand)AuthorFilesLines
2025-06-05libstdc++: Fix std::format thousands separators when sign present [PR120548]Jonathan Wakely1-0/+10
2025-05-27libstdc++: Fix test failures for 32-bit AIXJonathan Wakely1-0/+3
2025-04-08libstdc++: Fix use-after-free in std::format [PR119671]Jonathan Wakely1-0/+12
2025-04-03libstdc++: Restored accidentally removed test case.Tomasz Kamiński1-0/+1
2025-04-03libstdc++: Fix handling of field width for wide strings and characters [PR119...Tomasz Kamiński1-2/+6
2024-07-31libstdc++: Bump __cpp_lib_format value for std::runtime_formatJonathan Wakely1-2/+2
2024-07-31libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]Jonathan Wakely1-2/+2
2024-07-31libstdc++: Implement C++26 type checking for std::format args [PR115776]Jonathan Wakely1-0/+4
2024-07-31libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20Jonathan Wakely1-1/+1
2024-04-26libstdc++: Do not apply localized formatting to NaN and inf [PR114863]Jonathan Wakely1-0/+8
2024-04-02libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]Jonathan Wakely1-0/+3
2024-03-14libstdc++: Fix std::format("{}", negative_integer) [PR114325]Jonathan Wakely1-0/+5
2024-01-21libstdc++: Fix std::format floating-point alternate forms [PR113512]Jonathan Wakely1-0/+6
2024-01-18libstdc++: Fix std::format test for Solaris [PR113450]Jonathan Wakely1-1/+1
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely2-4/+11
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely1-0/+67
2024-01-08libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20Jonathan Wakely1-4/+23
2023-12-12libstdc++: Fix std::format("{}", 'c')Jonathan Wakely1-0/+56
2023-12-09libstdc++: Fix value of __cpp_lib_format macro [PR111826]Jonathan Wakely1-2/+2
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::format testsJonathan Wakely7-11/+0
2023-08-24libstdc++: Fix -Wunused-but-set-variable in std::format_to testJonathan Wakely1-4/+4
2023-08-17libstdc++: Add std::formatter specializations for extended float typesJonathan Wakely1-33/+0
2023-08-17libstdc++: Rework std::format support for wchar_tJonathan Wakely1-0/+10
2023-08-17libstdc++: Fix std::format("{:F}", inf) to use uppercaseJonathan Wakely1-0/+12
2023-08-17libstdc++: Disable PCH for tests that rely on include orderJonathan Wakely2-0/+2
2023-08-16libstdc++: Fix std::basic_string::resize_and_overwriteJonathan Wakely2-0/+9
2023-08-11libstdc++: Fix std::format_to_n return value [PR110990]Jonathan Wakely1-0/+17
2023-08-10libstdc++: Fix std::format for localized floats [PR110968]Jonathan Wakely1-0/+3
2023-08-07libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]Jonathan Wakely1-0/+100
2023-07-27libstdc++: Fix std::format alternate form for floating-point [PR108046]Jonathan Wakely1-0/+4
2023-06-09libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]Jonathan Wakely1-0/+42
2023-03-22libstdc++: Add missing __cpp_lib_format macro to <version>Jonathan Wakely1-0/+15
2022-12-06libstdc++: Add casts for integer-like difference type [PR107871]Jonathan Wakely1-0/+14
2022-12-06libstdc++: The Trouble with TribblesJonathan Wakely1-0/+4
2022-11-15libstdc++: Fix std::format test for strict -std=c++20 modeJonathan Wakely1-3/+4
2022-11-15libstc++: std::formattable concept should not be defined for C++20Jonathan Wakely1-2/+10
2022-11-15libstdc++: Fix detection of std::format support for __float128 [PR107693]Jonathan Wakely1-2/+18
2022-11-13libstdc++: Implement C++20 <format> [PR104166]Jonathan Wakely4-0/+512