summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__locale
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix build breakage on mipsMikhail Maltsev2019-08-201-1/+1
* [libc++] Keep __regex_word in sync with ctype_baseMikhail Maltsev2019-06-141-0/+13
* [WebAssembly] WASI support for libcxxDan Gohman2019-05-011-0/+3
* Fix and speedup __libcpp_locale_guard on WindowsThomas Anderson2019-03-271-19/+33
* Work around dllimport bug with exclude_from_explicit_instantiation.Eric Fiselier2019-03-081-0/+3
* Fix the build with gcc when `-Wredundant-decls` is passedDimitry Andric2019-02-201-2/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-8/+8
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-84/+84
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-84/+84
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-84/+84
* support: add missing locale stubs for android L, MSaleem Abdulrasool2018-04-131-5/+1
* Allow to set locale on Windows.Martin Storsjo2017-11-231-1/+27
* Fix libcxx build with glibc 2.26+ by removing xlocale.h include.Eric Fiselier2017-08-031-1/+1
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-2/+2
* Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier2017-05-081-0/+19
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+1
* [libcxx] Direct support for FuchsiaPetr Hosek2017-04-131-1/+3
* [libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai2017-03-021-1/+4
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-8/+8
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-1/+1
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-6/+6
* Add attribute noreturn to functions that throwAditya Kumar2016-08-271-0/+2
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-5/+2
* Use libcxx's default rune table with the Musl C library.Vasileios Kalintiris2015-11-241-6/+2
* Add initial support for the MUSL C library.Vasileios Kalintiris2015-11-091-3/+9
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-0/+4
* Move Android to the builtin rune table.Dan Albert2015-03-111-7/+1
* libc++: support newlib's ctypeJF Bastien2015-02-251-7/+20
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-0/+1
* Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...Marshall Clow2015-01-111-1/+1
* Include newlib-specific locales in __localeSergey Dmitrouk2014-12-121-0/+2
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-1/+3
* Make Android's ctype_base::mask unsigned.Dan Albert2014-07-311-1/+1
* Fix ctype_base::xdigit for Android.Dan Albert2014-07-231-0/+5
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-3/+12
* Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...Marshall Clow2014-03-111-1/+1
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-191-6/+6
* Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow2013-10-211-1/+1
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-171-1/+1
* Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.Howard Hinnant2013-08-301-1/+1
* Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant2013-08-291-1/+1
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-6/+6
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-2/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-12/+12
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-1/+1
* Add NetBSD support.Joerg Sonnenberger2013-05-171-2/+10
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-291-5/+7
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-6/+6
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
OpenPOWER on IntegriCloud