aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/format
AgeCommit message (Expand)Author
2024-04-26libstdc++: Do not apply localized formatting to NaN and inf [PR114863]Jonathan Wakely
2024-03-23libstdc++: Disable std::formatter specializations (LWG 3944)Jonathan Wakely
2024-03-14libstdc++: Fix std::format("{}", negative_integer) [PR114325]Jonathan Wakely
2024-03-07libstdc++: Better diagnostics for std::format errorsJonathan Wakely
2024-02-29libstdc++: Fix std::basic_format_arg::handle for BasicFormattersJonathan Wakely
2024-02-04libstdc++: Replace padding bits with bit-fields in __format::_SpecJonathan Wakely
2024-01-21libstdc++: Fix std::format floating-point alternate forms [PR113512]Jonathan Wakely
2024-01-19libstdc++: Do not use CTAD for _Utf32_view alias template (redux)Jonathan Wakely
2024-01-15libstdc++: Use variable template to fix -fconcepts-ts error [PR113366]Jonathan Wakely
2024-01-12libstdc++: Fix std::runtime_format deviations from the spec [PR113320]Jonathan Wakely
2024-01-12libstdc++: Fix incorrect PR number in commentJonathan Wakely
2024-01-08libstdc++: Implement P2918R0 "Runtime format strings II" for C++26Jonathan 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-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely
2023-12-14libstdc++: Tweaks for std::format fast pathJonathan Wakely
2023-12-12libstdc++: Fix std::format("{}", 'c')Jonathan Wakely
2023-12-07libstdc++: Fix misleading typedef name in <format>Jonathan Wakely
2023-12-05libstdc++: Disable std::formatter::set_debug_format [PR112832]Jonathan Wakely
2023-11-18libstdc++: Check string value_type in std::make_format_args [PR112607]Jonathan Wakely
2023-11-18libstdc++: Add fast path for std::format("{}", x) [PR110801]Jonathan Wakely
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-09-13libstdc++: [_GLIBCXX_INLINE_VERSION] Fix <format> friend declarationFrançois Dumont
2023-09-01libstdc++: Simplify __format::_Sink::_M_resetJonathan Wakely
2023-08-24libstdc++: fix illegal pointer arithmetic in format [PR111102]Paul Dreik
2023-08-18libstdc++: Revert pre-C++23 support for 16-bit float types [PR111060]Jonathan Wakely
2023-08-18libstdc++: Replace non-type-dependent uses of wchar_t in <format> and <chrono>Jonathan Wakely
2023-08-18libstdc++: Fix incomplete rework of wchar_t support in std::formatJonathan 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++: Define std::string::resize_and_overwrite for C++11 and COW stringJonathan Wakely
2023-08-17libstdc++: Fix std::format("{:F}", inf) to use uppercaseJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-08-14libstdc++: Avoid problematic use of log10 in std::format [PR110860]Paul Dreik
2023-08-11libstdc++: Fix std::format_to_n return value [PR110990]Jonathan Wakely
2023-08-11libstdc++: Do not call log10(0.0) in std::format [PR110860]Jonathan Wakely
2023-08-10libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974]Jonathan Wakely
2023-08-10libstdc++: Fix std::format for localized floats [PR110968]Jonathan Wakely
2023-08-09libstdc++: Minor fixes for some warnings in <format>Jonathan Wakely
2023-08-07libstdc++: Fix incorrect use of abs and log10 in std::format [PR110860]Jonathan Wakely
2023-08-07libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]Jonathan Wakely
2023-08-07libstdc++: Fix past-the-end increment in std::format [PR110862]Jonathan Wakely
2023-07-27libstdc++: Fix std::format alternate form for floating-point [PR108046]Jonathan Wakely
2023-07-24libstdc++: Add missing constexpr specifiers in <format>Deev Patel
2023-07-19libstdc++: Avoid warning in std::formatJonathan Wakely
2023-06-26libstdc++: Fix std::format for pointers [PR110239]Jonathan Wakely
2023-06-09libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]Jonathan Wakely
2023-04-27libstdc++: Fix typos in doxygen commentsJonathan Wakely
2023-04-14libstdc++: Improve diagnostics for invalid std::format callsJonathan Wakely