summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add support files required for building on Solaris.David Chisnall2012-02-294-0/+418
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-6/+6
* de-tabbifyHoward Hinnant2011-10-172-5/+5
OpenPOWER on IntegriCloud