summaryrefslogtreecommitdiff
path: root/libcxx/include/__locale
AgeCommit message (Expand)Author
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne
2025-09-23[libc++] Remove outdated FIXME comment in ctype<char> (#160008)Fady Farag
2025-07-09[libc++] Optimize ctype::to{lower,upper} (#145344)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-04-08[libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#111964)Nikolas Klauser
2025-04-04[libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION (#131921)Louis Dionne
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2025-01-27[libc++] Add more missing bits to the locale base API (#122531)Louis Dionne
2025-01-13[libc++][NFC] Use uint32_t instead of __uint32_t on Apple (#122356)Louis Dionne
2025-01-10[libc++] Implement a libc++ private version of isascii (#122361)Louis Dionne
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-11-13[libc++] Split __shared_count out of <__memory/shared_ptr.h> (#115943)Nikolas Klauser
2024-11-06[libc++] Define an internal locale API as a shim on top of the current one (#...Louis Dionne
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-06-17[libc++] Mark more types as trivially relocatable (#89724)Nikolas Klauser
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn
2024-04-10[libc++] Adds a global private constructor tag. (#87920)Mark de Wever
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2024-02-03[libc++] Move the locale support headers to __locale_dir/locale_base_api/ (#7...Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-07[libc++] Fix regex_traits::isctype on big endian platforms (#73200)W-50243
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-30[libc++] picolibc: avoid warning in __locale (#73937)Dominik Wójt
2023-11-29[libc++] Speed up classic locale (take 2) (#73533)Louis Dionne
2023-11-27Revert "[libc++] Speed up classic locale (#72112)"Kirill Stoimenov
2023-11-27[libc++] Speed up classic locale (#72112)Dmitry Vyukov
2023-11-23[libc++] Refactor the creation of the global and classic locales (#72581)Louis Dionne
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-09-12[libc++] Simplify the implementation of locale::id (#65781)Louis Dionne
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne
2023-07-03[libc++] Add missing includesLouis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-06-13[libc++][spaceship] P1612R2: Removed `operator!=` from `locale`Hristo Hristov
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson
2023-05-05[libc++] Remove Solaris related codeLouis Dionne
2023-05-01[libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson
2023-04-21[libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-09[libc++] Implements isblank.Mark de Wever
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-11-24[libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser