summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/win32
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_tMartin Storsjö2020-02-041-3/+5
* [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...Martin Storsjö2020-01-141-0/+8
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-231-6/+6
* [libc++] Avoid using timespec when it might not be availableMikhail Maltsev2019-06-211-1/+1
* [libc++] Fix return value of snprintf_l() on Windows when buffer is too smallThomas Anderson2019-03-261-4/+5
* [libc++] Speed up certain locale functions on WindowsThomas Anderson2019-03-191-0/+6
* Commit D11348: 'Win32 support: wcsnrtombs and mbsnrtowcs don't handle null ou...Marshall Clow2019-01-231-0/+10
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [windows] Fix warning about comparing ints of different signsMartin Storsjo2018-07-251-2/+3
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-2/+2
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-2/+2
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-2/+2
* libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne2018-01-232-2/+4
* libcxx: Move Windows threading support into a .cpp file.Peter Collingbourne2018-01-231-0/+275
* Allow to set locale on Windows.Martin Storsjo2017-11-231-15/+1
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-312-11/+24
* Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier2017-05-081-13/+13
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-5/+2
* win32: temporarily disable setting locale on 14+Saleem Abdulrasool2017-01-021-0/+4
* [libc++] Avoid <memory> include in locale_win32.hShoaib Meenai2016-09-151-0/+5
* Fix typosAlp Toker2014-05-151-2/+2
* This patch implements snprintf_l function in a way similar to the other Yaron Keren2013-11-181-0/+10
* G M: Improvements to Windows support.Howard Hinnant2013-08-262-49/+45
* War on tabs.Howard Hinnant2013-07-081-3/+3
* Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant2013-05-162-22/+39
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-26/+99
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-0/+2
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-5/+14
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-6/+6
* de-tabbifyHoward Hinnant2011-10-172-5/+5
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-291-0/+94
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+11
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-2/+41
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-0/+22
OpenPOWER on IntegriCloud