summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_context.h
AgeCommit message (Expand)Author
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)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-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser
2024-07-09[libc++][format] LWG4061: Should `std::basic_format_context` be default-const...A. Jiang
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2024-03-16[libc++] Remove <locale> includes from <format> (#85478)Nikolas Klauser
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser
2024-01-29Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449...Hristo Hristov
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2024-01-22Revert "[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#...Petr Hosek
2024-01-21[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449)Hristo Hristov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser
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-01-19[libc++][format] Implements range_formatterMark de Wever
2022-11-21[libc++][format] Makes format_context copyable.Mark de Wever
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser
2022-10-18[libc++][format] Move iterators when needed.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-06-06[libc++][NFC] Add missing includesLouis Dionne
2022-03-26[libc++][format][2/6] Adds a __output_iterator.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-11[libc++][format] LWG-3654 basic_format_context::arg(size_t) should be noexceptMark de Wever
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-02-01[libc++] Remove unneeded qualifier.Mark de Wever
2021-12-23[libc++][format][NFC] Remove some unneeded headers.Mark de Wever
2021-10-30[libc++][format] Use preferred_name attribute.Mark de Wever
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-09-01[libc++][format] Add __format_arg_store.Mark de Wever