summaryrefslogtreecommitdiff
path: root/libcxx/src/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove Solaris related codeLouis Dionne2023-05-051-10/+0
* [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser2023-02-171-14/+14
* [libc++] Remove MSVC codeNikolas Klauser2022-09-201-7/+0
* [libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser2022-09-021-157/+157
* [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne2022-08-231-2/+2
* [libc++] Implement P0618R0 (Deprecating <codecvt>)Nikolas Klauser2022-06-301-0/+20
* [libcxx] Fix the error checking for wctob_l, fixing locale narrow function on...Martin Storsjö2022-02-251-2/+2
* [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer2022-02-151-13/+17
* [libc++][AIX] Remove "pragma priority" from locale.cppXing Xue2022-02-151-5/+0
* [libc++] Guard warning pragmasNikolas Klauser2022-02-151-12/+4
* [libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser2022-02-141-1/+2
* [SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed2022-01-141-9/+34
* [libc++] Resolve missing table_size symbolMuiez Ahmed2021-11-181-0/+2
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Improve no wide characters configuration.Mark de Wever2021-11-041-0/+19
* [libcxx][AIX] Explicitly include localedef.h in locale.cppDavid Tenty2021-10-121-0/+4
* [libc++] Add an option to disable wide character support in libc++Louis Dionne2021-10-121-46/+202
* [libc++] Add missing short wchar handling for codecvt_utf8, codecvt_utf16 and...Xing Xue2021-09-091-0/+80
* [libc++][NFC] Fix typo in commentLouis Dionne2021-09-091-1/+1
* [libc++][NFC] Reorder includes in locale.cppLouis Dionne2021-09-091-14/+15
* [libc++][NFC] Move misplaced comment about implementation of ctype<wchar_t>Louis Dionne2021-09-091-2/+2
* [libc++] Remove some workarounds for unsupported GCC and Clang versionsLouis Dionne2021-09-011-11/+0
* [libc++][NFC] Remove workaround for variadic templates in C++03Louis Dionne2021-08-091-25/+3
* [libcxx] Don't use an undefined '+' in unsigned/octal/hexal print formatsMartin Storsjö2021-06-041-1/+4
* [libcxx] Fix a case of -Wundef warnings. NFC.Martin Storsjö2021-05-071-1/+1
* [libc++] Move <__sso_allocator> out of include/ into src/. NFCI.Arthur O'Dwyer2021-05-051-1/+1
* [libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/gArthur O'Dwyer2021-04-211-7/+7
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-6/+6
* [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne2021-03-031-66/+66
* [libc++] Rename include/support to include/__supportLouis Dionne2021-02-041-1/+1
* Fix libc++ clang-cl build, swap attribute orderReid Kleckner2021-01-151-2/+2
* [libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.Marek Kurdej2020-12-021-3/+193
* [libcxx] Port to NuttX (https://nuttx.apache.org) RTOSXiang Xiao2020-11-181-1/+1
* [libcxx] Error out if __libcpp_mbsrtowcs_l fails in __time_get_storageMartin Storsjö2020-11-031-4/+4
* [libc++] Fix a few warningsYAMAMOTO Takashi2020-10-281-1/+1
* Replace old-style cast of null pointer with nullptrJoerg Sonnenberger2020-01-231-2/+2
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-231-2/+2
* Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly ...Marshall Clow2019-06-171-1/+1
* No longer reject inputs when using a locale that has grouping information _an...Marshall Clow2019-06-041-1/+3
* [libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne2019-02-121-13/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix locale test data for GLIBC 2.27 and newer.Eric Fiselier2018-04-041-0/+1
* Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as ...Marshall Clow2018-01-111-2/+2
* [libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao2017-09-191-1/+2
* Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier2017-07-121-2/+1
* [libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao2017-07-101-1/+2
* Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao2017-07-101-1/+1
* [libc++] Refactoring __sync_* builtins; NFCWeiming Zhao2017-07-101-1/+1
* Move external instantiation for __vector_base_common to vector.cppEric Fiselier2017-06-151-2/+0
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+1