summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std/format/functions/format.cc
AgeCommit message (Expand)Author
2025-06-05libstdc++: Fix std::format thousands separators when sign present [PR120548]Jonathan Wakely
2025-05-27libstdc++: Fix test failures for 32-bit AIXJonathan Wakely
2025-04-08libstdc++: Fix use-after-free in std::format [PR119671]Jonathan Wakely
2025-04-03libstdc++: Restored accidentally removed test case.Tomasz Kamiński
2025-04-03libstdc++: Fix handling of field width for wide strings and characters [PR119...Tomasz Kamiński
2024-07-31libstdc++: Bump __cpp_lib_format value for std::runtime_formatJonathan Wakely
2024-07-31libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]Jonathan Wakely
2024-07-31libstdc++: Implement C++26 type checking for std::format args [PR115776]Jonathan Wakely
2024-07-31libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20Jonathan Wakely
2024-04-26libstdc++: Do not apply localized formatting to NaN and inf [PR114863]Jonathan Wakely
2024-03-14libstdc++: Fix std::format("{}", negative_integer) [PR114325]Jonathan Wakely
2024-01-21libstdc++: Fix std::format floating-point alternate forms [PR113512]Jonathan Wakely
2024-01-18libstdc++: Fix std::format test for Solaris [PR113450]Jonathan Wakely
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely
2024-01-08libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20Jonathan Wakely
2023-12-12libstdc++: Fix std::format("{}", 'c')Jonathan Wakely
2023-12-09libstdc++: Fix value of __cpp_lib_format macro [PR111826]Jonathan Wakely
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::format testsJonathan Wakely
2023-08-17libstdc++: Add std::formatter specializations for extended float typesJonathan Wakely
2023-08-17libstdc++: Rework std::format support for wchar_tJonathan Wakely
2023-08-17libstdc++: Fix std::format("{:F}", inf) to use uppercaseJonathan Wakely
2023-08-17libstdc++: Disable PCH for tests that rely on include orderJonathan Wakely
2023-08-16libstdc++: Fix std::basic_string::resize_and_overwriteJonathan Wakely
2023-08-10libstdc++: Fix std::format for localized floats [PR110968]Jonathan Wakely
2023-07-27libstdc++: Fix std::format alternate form for floating-point [PR108046]Jonathan Wakely
2023-06-09libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]Jonathan Wakely
2023-03-22libstdc++: Add missing __cpp_lib_format macro to <version>Jonathan Wakely
2022-12-06libstdc++: The Trouble with TribblesJonathan Wakely
2022-11-15libstdc++: Fix std::format test for strict -std=c++20 modeJonathan Wakely
2022-11-15libstc++: std::formattable concept should not be defined for C++20Jonathan Wakely
2022-11-15libstdc++: Fix detection of std::format support for __float128 [PR107693]Jonathan Wakely
2022-11-13libstdc++: Implement C++20 <format> [PR104166]Jonathan Wakely