summaryrefslogtreecommitdiff
path: root/include/support
AgeCommit message (Expand)Author
2017-11-23Allow to set locale on Windows.Martin Storsjo
2017-11-21Remove a broken win32 locale function redirectionMartin Storsjo
2017-09-06Redirect strftime_l to the locale-ignorant strftime on mingwMartin Storsjo
2017-06-14PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+James Y Knight
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier
2017-05-10Don't interfere with the __builtin_foo namespace under MSVCEric Fiselier
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2017-05-08Fix DLL import/export on Win32 locale helpersEric Fiselier
2017-04-13[libcxx] Direct support for FuchsiaPetr Hosek
2017-04-07[libc++] Drop support for CRTs older than VS 2015Shoaib Meenai
2017-01-06Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier
2017-01-04Refactor bitscan64 checkSaleem Abdulrasool
2017-01-03clean up use of _WIN32Saleem Abdulrasool
2017-01-02locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool
2016-09-29[libc++] Add missing locale aliasesShoaib Meenai
2016-09-24[libc++] Remove math_win32.hShoaib Meenai
2016-09-19Fix signatures of fallback tow(upper|lower)_l.Dan Albert
2016-09-19Replace __ANDROID__ with __BIONIC__.Dan Albert
2016-09-15[libc++] Avoid <memory> include in locale_win32.hShoaib Meenai
2016-09-08support: clean up MSVC supportSaleem Abdulrasool
2016-06-19Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier
2016-05-20Reorganize locale extension fallbacks. NFCIBen Craig
2016-03-09Split locale management out of locale_win32. NFCIBen Craig
2016-02-18Split locale management out of newlib/xlocale.h. NFCIBen Craig
2016-02-18Split locale management out of ibm/xlocale.h. NFCIBen Craig
2015-11-09Add initial support for the MUSL C library.Vasileios Kalintiris
2015-02-28cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool
2015-01-23Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier
2014-11-25Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier
2014-10-06Fix win32 support header for mingw32.Dan Albert
2014-09-19Support newlib as libc++'s C library [locale part]Jonathan Roelofs
2014-07-10Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2014-01-0480 cols fixes.Yaron Keren
2014-01-04Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzllYaron Keren
2013-11-19Patch by Xing Xue to improve libc++ support for AIXMarshall Clow
2013-11-18This patch implements snprintf_l function in a way similar to the other Yaron Keren
2013-11-15Windows.h is not required.Yaron Keren
2013-10-06Yaron Keren: Add missing comment.Howard Hinnant
2013-10-04G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-29Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-05-16Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant
2013-04-12Ruben Van Boxem: Turn islower_l and isupper_l into functions (instead of mac...Howard Hinnant
2012-03-02Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headersDavid Chisnall
2012-02-29Add support files required for building on Solaris.David Chisnall
2012-02-20Add missing newlines at EOF.Bob Wilson
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant