summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_parse_context.h
AgeCommit message (Expand)Author
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-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-03-22[libc++] Remove availability markup for std::formatLouis Dionne
2023-03-14[libc++][format] Addresses LWG3825.Mark de Wever
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-12-14[NFC][libc++][format] Uses qualified calls.Mark de Wever
2022-10-12[libc++][format] Improves CTAD.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-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-08-10[libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATEDMark de Wever
2021-07-21[lbc++][nfc] Use _LIBCPP_HIDE_FROM_ABI.Mark de Wever
2021-05-26[libc++][format] Adds availability macros for std::format.Mark de Wever
2021-05-26[libc++][NFC] Move basic_format_parse_context to its own header.Mark de Wever