summaryrefslogtreecommitdiffstats
path: root/libcxx/include/support
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_tMartin Storsjö2020-02-041-4/+69
* [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...Martin Storsjö2020-01-141-1/+2
* [libcxx] Omit unneeded locale fallbacks on Android 21+Shoaib Meenai2019-11-251-0/+2
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-232-4/+4
* [libc++] Remove empty header xlocale/xlocale.hLouis Dionne2019-03-111-0/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Fix Shadowing warning on WindowsEric Fiselier2018-10-011-2/+2
* [libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4Jordan Rupprecht2018-07-271-1/+1
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-113-57/+57
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-053-57/+57
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-053-57/+57
* [Win32] Overload ==, != for locale_t and long longPirama Arumuga Nainar2018-07-021-0/+8
* Condition usage of locale stdlib functions on Android API versionPeter Collingbourne2018-05-161-7/+8
* support: add missing locale stubs for android L, MSaleem Abdulrasool2018-04-131-0/+37
* Stop using __strtonum_fallback on Android.Dan Albert2018-02-071-1/+0
* Allow to set locale on Windows.Martin Storsjo2017-11-231-2/+67
* Remove a broken win32 locale function redirectionMartin Storsjo2017-11-211-1/+0
* Redirect strftime_l to the locale-ignorant strftime on mingwMartin Storsjo2017-09-061-0/+4
* PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+James Y Knight2017-06-141-0/+3
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-7/+8
* Don't interfere with the __builtin_foo namespace under MSVCEric Fiselier2017-05-101-156/+0
* [libc++] Refactor Windows support headers.Eric Fiselier2017-05-104-88/+41
* Fix DLL import/export on Win32 locale helpersEric Fiselier2017-05-081-3/+4
* [libcxx] Direct support for FuchsiaPetr Hosek2017-04-131-0/+23
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-072-15/+0
* Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier2017-01-061-2/+2
* Refactor bitscan64 checkSaleem Abdulrasool2017-01-041-3/+2
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-8/+6
* locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool2017-01-021-1/+5
* [libc++] Add missing locale aliasesShoaib Meenai2016-09-291-2/+3
* [libc++] Remove math_win32.hShoaib Meenai2016-09-241-117/+0
* Fix signatures of fallback tow(upper|lower)_l.Dan Albert2016-09-191-2/+2
* Replace __ANDROID__ with __BIONIC__.Dan Albert2016-09-191-2/+2
* [libc++] Avoid <memory> include in locale_win32.hShoaib Meenai2016-09-151-5/+1
* support: clean up MSVC supportSaleem Abdulrasool2016-09-081-20/+2
* Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier2016-06-192-5/+26
* Reorganize locale extension fallbacks. NFCIBen Craig2016-05-205-207/+225
* Split locale management out of locale_win32. NFCIBen Craig2016-03-092-18/+35
* Split locale management out of newlib/xlocale.h. NFCIBen Craig2016-02-182-30/+53
* Split locale management out of ibm/xlocale.h. NFCIBen Craig2016-02-182-56/+86
* Add initial support for the MUSL C library.Vasileios Kalintiris2015-11-091-0/+58
* cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool2015-02-281-1/+3
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-93/+3
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-0/+2
* Fix win32 support header for mingw32.Dan Albert2014-10-061-0/+3
* Support newlib as libc++'s C library [locale part]Jonathan Roelofs2014-09-193-165/+261
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-0/+192
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-163-0/+27
* 80 cols fixes.Yaron Keren2014-01-041-99/+123
* Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzllYaron Keren2014-01-041-27/+88
OpenPOWER on IntegriCloud