summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support
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-232-7/+7
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libc++] Avoid using timespec when it might not be availableMikhail Maltsev2019-06-211-1/+1
* [libc++] Remove redundant conditionals for Apple platformsLouis Dionne2019-04-231-2/+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
* Fix ABI compatibility of `<stdexcept>` with VCRuntime.Eric Fiselier2019-03-062-0/+81
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-051-2/+2
* 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-1914-56/+42
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-294-50/+0
* [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
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-291-1/+1
* libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne2018-01-261-1/+1
* 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
* libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions with...Peter Collingbourne2018-01-181-3/+3
* libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne2018-01-172-43/+17
* Allow to set locale on Windows.Martin Storsjo2017-11-231-15/+1
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-092-16/+95
* [libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao2017-09-192-7/+6
* typeinfo: provide a partial implementation for Win32Saleem Abdulrasool2017-09-151-0/+28
* Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier2017-07-122-9/+7
* [libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao2017-07-102-7/+9
* Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao2017-07-102-9/+7
* [libc++] Refactoring __sync_* builtins; NFCWeiming Zhao2017-07-102-7/+9
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-312-11/+24
* [libc++] Refactor Windows support headers.Eric Fiselier2017-05-101-0/+1
* Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier2017-05-081-13/+13
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-081-0/+94
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-5/+2
* Fix PR32183 - Wrap GCC exception implementation in missing namespace stdEric Fiselier2017-03-082-1/+5
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-109-0/+633
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-109-633/+0
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-109-0/+633
* win32: temporarily disable setting locale on 14+Saleem Abdulrasool2017-01-021-0/+4
* [solaris] Convert the support library to C++ to fix -std=c++11 buildMichal Gorny2016-10-181-0/+3
* [solaris] Fix iswxdigit_l() support function prototypeMichal Gorny2016-10-181-1/+1
* [libc++] Avoid <memory> include in locale_win32.hShoaib Meenai2016-09-151-0/+5
* Move atomic_support.h and config_elast.h into src/includeEric Fiselier2015-08-181-142/+0
* [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-071-0/+142
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-200/+13
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-1/+1
* Fix typosAlp Toker2014-05-151-2/+2
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-161-0/+8
OpenPOWER on IntegriCloud