summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/unicode.h
AgeCommit message (Expand)Author
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-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2024-04-09[libc++][format] Switches to Unicode 15.1. (#86543)Mark de Wever
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-08[libc++][format] Removes unneeded includes.Mark de Wever
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-27[libc++] __iterator/readable_traits.h isn't standaloneIan Anderson
2023-06-20[libc++][format] Fixes UTF-8 continuation.Mark de Wever
2023-03-08[libc++][format] Improves Unicode decoders.Mark de Wever
2023-02-17[libc++] Granularize <bit> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-30[libc++] Don't assume that string_view::const_iterator is a raw pointerLouis Dionne
2023-01-09[libc++] Add missing include in __format/unicode.hNikolas Klauser
2022-11-28[libc++] Fix incorrect guard against the presence of wide charactersLouis Dionne
2022-11-24[libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser
2022-10-20[libc++][format] Implements string escaping.Mark de Wever
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-07-21[libc++][format] Adhere to clang-tidy style.Mark de Wever
2022-07-20[libc++] Implements Unicode grapheme clusteringMark de Wever