aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__locale
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1338/+1096
2023-12-07[libc++] Fix regex_traits::isctype on big endian platforms (#73200)W-502431-1/+1
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-3/+3
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-127/+127
2023-11-30[libc++] picolibc: avoid warning in __locale (#73937)Dominik Wójt1-10/+12
2023-11-29[libc++] Speed up classic locale (take 2) (#73533)Louis Dionne1-0/+1
2023-11-27Revert "[libc++] Speed up classic locale (#72112)"Kirill Stoimenov1-1/+0
2023-11-27[libc++] Speed up classic locale (#72112)Dmitry Vyukov1-0/+1
2023-11-23[libc++] Refactor the creation of the global and classic locales (#72581)Louis Dionne1-0/+4
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik7771-1/+1
2023-09-12[libc++] Simplify the implementation of locale::id (#65781)Louis Dionne1-2/+0
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne1-1/+1
2023-07-03[libc++] Add missing includesLouis Dionne1-0/+1
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-28/+28
2023-06-13[libc++][spaceship] P1612R2: Removed `operator!=` from `locale`Hristo Hristov1-0/+2
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-6/+6
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-6/+6
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson1-0/+1
2023-05-05[libc++] Remove Solaris related codeLouis Dionne1-8/+1
2023-05-01[libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson1-0/+2
2023-04-21[libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser1-58/+5
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-1/+1
2023-04-09[libc++] Implements isblank.Mark de Wever1-0/+5
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-13/+13
2022-11-24[libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser1-1/+1
2022-11-23[libc++] Fix __regex_word value when using newlib/picolibcAlex Richardson1-2/+4
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-2/+4
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+1
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-1/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+1
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-5/+5
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-46/+46
2022-07-16[libc++][AIX] Correct the definition of __regex_word for AIXXing Xue1-3/+4
2022-07-14[libcxx][AIX][z/OS] Remove headers included via `_IBMCPP__`David Tenty1-1/+1
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-8/+8
2022-05-28[libc++] Minor emscripten changes from downstreamSam Clegg1-2/+1
2022-03-17[libc++] Remove <utility> includesNikolas Klauser1-2/+0
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser1-1/+2
2022-03-05[libcxx] Fix the ctype `is` (pointer version) function for WindowsMartin Storsjö1-0/+1
2022-03-03[libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser1-2/+2
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-31[libcxx] [Windows] Pick a unique bit for __regex_wordMartin Storsjö1-1/+7
2022-01-21[SystemZ][z/OS][NFC] Remove extra symbolMuiez Ahmed1-2/+2
2022-01-14[SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed1-0/+31
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer1-5/+6
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser1-2/+3
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+16