summaryrefslogtreecommitdiffstats
path: root/libcxx/include/support/win32
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
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Fix Shadowing warning on WindowsEric Fiselier2018-10-011-2/+2
* [Win32] Overload ==, != for locale_t and long longPirama Arumuga Nainar2018-07-021-0/+8
* 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
* 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
* [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
* [libc++] Avoid <memory> include in locale_win32.hShoaib Meenai2016-09-151-5/+1
* support: clean up MSVC supportSaleem Abdulrasool2016-09-081-20/+2
* Split locale management out of locale_win32. NFCIBen Craig2016-03-092-18/+35
* cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool2015-02-281-1/+3
* Fix win32 support header for mingw32.Dan Albert2014-10-061-0/+3
* 80 cols fixes.Yaron Keren2014-01-041-99/+123
* Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzllYaron Keren2014-01-041-27/+88
* This patch implements snprintf_l function in a way similar to the other Yaron Keren2013-11-181-1/+1
* Windows.h is not required.Yaron Keren2013-11-151-1/+0
* Yaron Keren: Add missing comment.Howard Hinnant2013-10-061-1/+1
* G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant2013-10-041-1/+1
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-174-21/+28
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-013-8/+8
* Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant2013-05-161-9/+8
* Ruben Van Boxem: Turn islower_l and isupper_l into functions (instead of mac...Howard Hinnant2013-04-121-2/+15
* Add missing newlines at EOF.Bob Wilson2012-02-202-2/+2
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-021-5/+5
* Jean-Daniel: __builtin_popcountll support for WindowsHoward Hinnant2011-12-021-3/+26
* Windows port work by Ruben Van BoxemHoward Hinnant2011-10-273-7/+123
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-222-15/+85
* Windows port work by Ruben Van BoxemHoward Hinnant2011-10-201-0/+73
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-291-4/+4
* Windows patch work by Ruben Van BoxemHoward Hinnant2011-09-291-0/+5
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-282-34/+75
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-232-4/+47
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-222-0/+52
OpenPOWER on IntegriCloud