summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_functions.h
AgeCommit message (Expand)Author
2025-05-15[libc++] Add basic constant folding for std::format (#107197)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-01-25[libc++][format][3/3] Improves formatting performance. (#108990)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-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-03-16[libc++] Remove <locale> includes from <format> (#85478)Nikolas Klauser
2024-01-30[libc++] Officially remove _VSTD and _LIBCPP_INLINE_VISIBILITY (#79885)Louis Dionne
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-09[libc++] Implements Runtime format strings. (#73353)Mark de Wever
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-11-24[libc++] Implements Runtime format strings II. (#72543)Mark de Wever
2023-08-30[libc++][format] Fixes out of bounds access.Mark de Wever
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever
2023-07-15[libc++][Modules] Restore the <string> include to <__format/format_functions.h>Ian Anderson
2023-07-08[libc++][format] Removes unneeded includes.Mark de Wever
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-06-27[libc++] __iterator/readable_traits.h isn't standaloneIan Anderson
2023-06-20[libc++][format] Removes an AIX work-around.Mark de Wever
2023-06-12[libc++][format] Make public functions nodiscard.Mark de Wever
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever
2023-05-12[NFC][libc++][format] Uses uniform member signatures.Mark de Wever
2023-04-09[libc++][format] Addresses LWG3720.Mark de Wever
2023-03-22[libc++] Remove availability markup for std::formatLouis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-07[libc++][format] Fixes constexpr validation.Mark de Wever
2023-01-30[libc++] Don't assume that string_view::const_iterator is a raw pointerLouis Dionne
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-12-14[NFC][libc++][format] Uses qualified calls.Mark de Wever
2022-11-22[libc++][format] Fixes visit_format_arg.Mark de Wever
2022-10-12[libc++][format] Improves CTAD.Mark de Wever
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-09-20[libc++][format] Granularizes the format header.Mark de Wever