summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/formatter_pointer.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
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
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-18[libc++][format] Improves run-time diagnostics.Mark de Wever
2023-07-05[libc++][format] Implements formatting pointer.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-02-18[NFC][libc++][format] Small improvements.Mark de Wever
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-08-31[NFC][libc++][format] Renames __char_type concept.Mark de Wever
2022-06-29[libc++][format] Improve pointer formatters.Mark de Wever
2022-06-29[libc++][format] Improve integral formatters.Mark de Wever
2022-04-07Revert "[libc++][format] Use a helper constant."Mark de Wever
2022-04-07[libc++][format] Use a helper constant.Mark de Wever
2022-03-17[libc++] Add missing <cstddef> includeLouis Dionne
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-07[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 modeLouis Dionne
2022-01-24[libc++][format] Adds formatter pointer.Mark de Wever