summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/formatter_string.h
AgeCommit message (Expand)Author
2025-05-12[libc++][format] Discard contents since null-terminator in character arrays i...A. Jiang
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-02-26[libc++][format] Disables narrow string to wide string formatters. (#128355)Mark de Wever
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-06[libc++][format][2/3] Optimizes c-string arguments. (#101805)Mark de Wever
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2024-07-30[libc++][format] Implements P3107R5 in <format>. (#86713)Mark de Wever
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-10[libc++][format] Granularize formatter_output.Mark de Wever
2023-07-08[libc++][format] Removes unneeded includes.Mark de Wever
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-21[libc++][format] Adds formattable-with concept.Mark de Wever
2023-05-12[NFC][libc++][format] Uses uniform member signatures.Mark de Wever
2023-03-22[libc++] Remove availability markup for std::formatLouis Dionne
2023-03-04[libc++][format] Addresses LWG3833.Mark de Wever
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-11[libc++][format] Fixes escaping string literals.Mark de Wever
2022-11-01[libc++][format] Fixes default string alignment.Mark de Wever
2022-10-20[libc++][format] Implements string escaping.Mark de Wever
2022-08-31[NFC][libc++][format] Renames __char_type concept.Mark de Wever
2022-07-20[libc++] Implements Unicode grapheme clusteringMark de Wever
2022-06-22[libc++][format] Improve string formattersMark de Wever
2022-05-18[libc++][format] Adds formatter<charT[N], charT>.Mark de Wever
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-09[libc++][format][nfc] Header cleanup.Mark de Wever
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-24[libc++][format] Disable default formatter.Mark de Wever
2021-12-23[libc++][format][NFC] Remove some unneeded headers.Mark de Wever
2021-11-11[libcxx][format] Fix how we handle char traits in formatter<string> and forma...Daniel McIntosh
2021-10-07[libc++][format] Adds string formatter.Mark de Wever