summaryrefslogtreecommitdiff
path: root/libcxx/include/__support
AgeCommit message (Expand)Author
2025-01-10[libc++] Add missing iswctype_l in posix_l_fallbacks (#122484)Louis Dionne
2024-12-19[libc++] Remove the need for `uselocale()` (#120158)Louis Dionne
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-25[libc++][NFC] Remove unused functions from posix_l_fallbacks (#113709)Louis Dionne
2024-09-17[libc++][NFC] Replace uses of NULL by nullptr (#108847)Louis Dionne
2024-07-06[libc++] Remove dead code from the locale base API and support code (#89070)Nikolas Klauser
2024-06-02[libc++] Don't give functions C linkage (#94102)Nikolas Klauser
2024-02-05[libc++] Add missing include of <wchar.h> in POSIX locale fallbacksLouis Dionne
2024-02-05[libc++] Add missing include of <string.h> in POSIX fallbacks for localeLouis Dionne
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-07-08libcxx: Bring back unsigned return from wcstoull_lChristoph Schlosser
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-05-05[libc++] Remove Solaris related codeLouis Dionne
2023-01-25libcxx: Don't apply ABI tags to extern "C" fnsArsen Arsenović
2023-01-08libc++: bring back the unsigned in the return type in wcstoull_lSylvestre Ledru
2022-11-28[libc++][NFC] Rename include guards under /support/Louis Dionne
2022-10-31[libc++] newlib/xlocale.h: remove redundant includesMichael Platings
2022-10-25[libc++] Add missing includes to xlocale helpersLouis Dionne
2022-09-20[libc++] Remove MSVC codeNikolas Klauser
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser
2022-08-23[libc++] Remove trailing whitespace from libcxx includes, source, tests and b...Louis Dionne
2022-07-23[libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI in __supp...Brad Smith
2022-07-18[libcxx] Fix copy and pasto that broke the build on Android/FuchsiaBrad Smith
2022-07-16[libcxx] Replace remaining _LIBCPP_INLINE_VISIBILITY in __supportBrad Smith
2022-07-14[libcxx][AIX][z/OS] Remove headers included via `_IBMCPP__`David Tenty
2022-07-12[libc++][NFC] Add MVS guard for locale_mgmt_zos.hDavid Tenty
2022-07-09[libcxx] Uglify __support/muslBrad Smith
2022-07-08[libcxx] Uglify __support/openbsdBrad Smith
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-06-30Uglify __support/xlocaleMichael Platings
2022-05-07[libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI in __supp...Brad Smith
2022-04-21[libcxx] Add some missing xlocale wrapper functions for OpenBSDBrad Smith
2022-04-11[libcxx] locale_bionic.h: skip ndk-version.h on Android platformzijunzhao
2022-02-07[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 modeLouis Dionne
2022-01-18[libcxx][test] compiler options are non-portableCasey Carter
2021-11-16[SystemZ][z/OS] Fix warnings from unsigned int to long in 32-bit modeZbigniew Sarbinowski
2021-09-21[libcxx][AIX] Remove locale fallbacks for old OS levelsDavid Tenty
2021-08-31[libcxx] Remove the locale fallback for NuttXXiang Xiao
2021-07-01[libc++] Provide c++03 alternative for va_copy if available in xlocale.hjasonliu
2021-05-21[libcxx][gardening] Re-order includes across libcxx.zoecarver
2021-04-06[SystemZ][z/OS] correct rc and errno within nanosleep()Zbigniew Sarbinowski
2021-03-24[libc++][AIX] Initial patch to unblock the libc++ build on AIXjasonliu
2021-03-24[libcxx] Avoid pulling in xlocinfo.h in public headersMartin Storsjö
2021-03-18[SystemZ][z/OS] vasprintf fix libc++Muiez Ahmed
2021-03-08[SystemZ][z/OS] Missing locale functions libc++Muiez Ahmed
2021-03-04[SystemZ][z/OS] Missing non-posix functions libc++Muiez Ahmed
2021-02-12[SystemZ][ZOS] Provide CLOCK_MONOTONIC alternativeZbigniew Sarbinowski
2021-02-04[libc++] Rename include/support to include/__supportLouis Dionne