summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the...Marshall Clow2019-04-021-1/+2
* Fix PR#41323 'Race condition in steady_clock::now for _LIBCPP_WIN32API'. than...Marshall Clow2019-04-011-6/+15
* [libc++] Fix return value of snprintf_l() on Windows when buffer is too smallThomas Anderson2019-03-261-4/+5
* [NFC][libc++] Reindent #ifdefsLouis Dionne2019-03-211-12/+12
* libc++/win: Make once_flag have the same size as a pointer.Nico Weber2019-03-201-8/+8
* [libc++] Speed up certain locale functions on WindowsThomas Anderson2019-03-191-0/+6
* Remove exception throwing debug mode handler support.Eric Fiselier2019-03-181-50/+9
* LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"Eric Fiselier2019-03-091-10/+14
* Fix ABI compatibility of `<stdexcept>` with VCRuntime.Eric Fiselier2019-03-063-81/+85
* Fix -fsanitize=vptr badness in <__debug>Eric Fiselier2019-03-051-9/+6
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-054-8/+8
* [libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne2019-02-123-38/+11
* Handle cases where the dirent::d_type macros aren't definedEric Fiselier2019-02-011-0/+3
* [libc++] Explicitly initialize std::nothrowThomas Anderson2019-01-301-1/+1
* [libc++] Don't define exception destructors when using vcruntimeThomas Anderson2019-01-301-15/+8
* 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-1954-216/+162
* [hurd] Fix unconditional use of PATH_MAXEric Fiselier2019-01-171-6/+25
* Fix size_t/off_t mixup in std::filesystem.Dan Albert2019-01-151-1/+2
* Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier2018-12-211-3/+6
* Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier2018-12-211-13/+84
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-294-50/+0
* Add basic_string::__resize_default_init (from P1072)Eric Fiselier2018-11-261-12/+19
* [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide...Louis Dionne2018-11-131-2/+2
* Make libc++'s versioning namespace customizableEric Fiselier2018-10-301-9/+9
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-251-2/+3
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-1/+1
* Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher2018-10-251-2/+2
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-241-2/+2
* Distinguish between library and language support for aligned allocation.Eric Fiselier2018-10-111-3/+3
* Remove redundant null pointer check in operator deleteFangrui Song2018-10-011-5/+3
* [cxx2a] Fix warning triggered by r343285Vitaly Buka2018-09-291-1/+0
* Revert r342936 "Remove redundant null pointer check in operator delete"Louis Dionne2018-09-251-3/+5
* Remove redundant null pointer check in operator deleteFangrui Song2018-09-251-5/+3
* [libc++] Remove race condition in std::asyncLouis Dionne2018-08-241-4/+1
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-011-0/+233
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-017-8/+0
* Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow2018-07-301-33/+11
* Implement <filesystem>Eric Fiselier2018-07-274-516/+485
* Be more consistent about which bool value means an error occurredEric Fiselier2018-07-261-6/+6
* Cleanup the last_write_time internalsEric Fiselier2018-07-262-17/+26
* Fix attribute placement WRT extern CEric Fiselier2018-07-261-2/+2
* [libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier2018-07-261-0/+55
* [libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz2018-07-251-2/+4
* Fix GCC build in C++14 w/o c++14 constexprEric Fiselier2018-07-251-1/+1
* Fix failing test under C++14Eric Fiselier2018-07-251-2/+2
* [libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz2018-07-251-1/+1
* Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier2018-07-251-2/+2
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-254-188/+250
* [windows] Fix warning about comparing ints of different signsMartin Storsjo2018-07-251-2/+3
OpenPOWER on IntegriCloud