| Commit message (Expand) | Author | Age | Files | Lines |
* | [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_t | Martin Storsjö | 2020-02-04 | 1 | -4/+69 |
* | Define _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when appropriate | Dimitry Andric | 2020-01-30 | 1 | -0/+4 |
* | Add test for spaceship operator to __config | David Zarzycki | 2020-01-24 | 1 | -3/+2 |
* | [libcxx] Use mtx_plain | mtx_recursive following C11 API | Petr Hosek | 2020-01-17 | 1 | -1/+1 |
* | [libcxx] Use C11 thread API on Fuchsia | Petr Hosek | 2020-01-14 | 2 | -21/+225 |
* | [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ... | Martin Storsjö | 2020-01-14 | 1 | -1/+2 |
* | Revert "[libc++] Explicitly enumerate std::string external instantiations." | Oliver Stannard | 2020-01-13 | 3 | -60/+2 |
* | [libc++] Explicitly enumerate std::string external instantiations. | Eric Fiselier | 2020-01-09 | 3 | -2/+60 |
* | [libcxx] fix incorrect attribute property | Kazuaki Ishizaki | 2020-01-08 | 1 | -1/+1 |
* | [libc++] Fix typo in std::midpoint | Ruslan Baratov | 2019-12-21 | 1 | -1/+1 |
* | [libc++] Update feature list for NetBSD | Michał Górny | 2019-12-20 | 1 | -2/+1 |
* | [libc++] Add __default_init_tag to basic_string constructors | Eric Fiselier | 2019-12-16 | 1 | -14/+20 |
* | [libc++] Rework compressed pair constructors. | Eric Fiselier | 2019-12-16 | 11 | -112/+75 |
* | Add default initialization to compressed_pair. | Eric Fiselier | 2019-12-16 | 1 | -0/+7 |
* | [libc++] Ensure __config always defines certain configuration macros. | Eric Fiselier | 2019-12-13 | 2 | -9/+12 |
* | [libc++] Cleanup and enable multiple warnings. | Eric Fiselier | 2019-12-12 | 6 | -25/+25 |
* | __bit_reference: fix -Wdeprecated-copy warnings | Fangrui Song | 2019-12-12 | 1 | -1/+7 |
* | Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference" | Eric Christopher | 2019-12-12 | 1 | -3/+0 |
* | [libc++] Fix -Wdeprecated-copy warnings in __bit_reference | Eric Christopher | 2019-12-11 | 1 | -0/+3 |
* | [libc++] Hide some functions and types in <future> and <thread> as hidden | Louis Dionne | 2019-12-10 | 2 | -6/+7 |
* | Optimize and fix basic_string move assignment operator. Reviewed as https://r... | marshall | 2019-11-27 | 1 | -4/+14 |
* | [libcxx] Omit unneeded locale fallbacks on Android 21+ | Shoaib Meenai | 2019-11-25 | 1 | -0/+2 |
* | Fix _LIBCPP_HAS_ definitions for Android. | Dan Albert | 2019-11-18 | 3 | -2/+17 |
* | Rename __is_foo_iterator traits to reflect their Cpp17 nature. | Eric Fiselier | 2019-11-18 | 12 | -161/+165 |
* | [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20 | Eric Fiselier | 2019-11-16 | 2 | -1/+63 |
* | [libc++] Add C++20 contiguous_iterator_tag. | Eric Fiselier | 2019-11-16 | 1 | -0/+13 |
* | [libc++] Rename __to_raw_pointer to __to_address. | Eric Fiselier | 2019-11-16 | 7 | -100/+111 |
* | [libc++] [chrono] Fix year_month_weekday::ok() implementation. | Marek Kurdej | 2019-11-15 | 1 | -2/+8 |
* | [libcxx] use __builtin_isnan in std::isnan. | Ilya Tokar | 2019-11-15 | 1 | -0/+4 |
* | [libc++][P1872] span should have size_type, not index_type. | Louis Dionne | 2019-11-14 | 1 | -36/+36 |
* | [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian. | Louis Dionne | 2019-11-14 | 1 | -0/+2 |
* | [libc++][P0980] Marked member functions move/copy/assign of char_traits const... | Michael Park | 2019-11-11 | 1 | -41/+117 |
* | [libc++] Mark __call_once_proxy as hidden and internal | Louis Dionne | 2019-11-11 | 1 | -1/+1 |
* | [libc++] Validate the entire regex is consumed | Mark de Wever | 2019-11-09 | 1 | -11/+21 |
* | [libc++] Fix potential OOB in poisson_distribution | Louis Dionne | 2019-11-07 | 1 | -21/+24 |
* | [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is... | Louis Dionne | 2019-11-07 | 2 | -4/+12 |
* | [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr | Louis Dionne | 2019-11-06 | 2 | -23/+51 |
* | Optimize std::midpoint for integers | Jorg Brown | 2019-11-04 | 1 | -10/+7 |
* | [libc++] Add test and remove workaround for PR13592 | Louis Dionne | 2019-10-30 | 1 | -2/+1 |
* | PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient. | David Blaikie | 2019-10-28 | 1 | -11/+13 |
* | [NFC] Comment endif to test commit access | --global | 2019-10-28 | 1 | -1/+1 |
* | [NFC] Strip trailing whitespace from libc++ | Louis Dionne | 2019-10-23 | 12 | -74/+74 |
* | [libc++][NFC] Remove excess trailing newlines from most files | Casey Carter | 2019-10-23 | 2 | -2/+0 |
* | [libcxx] Remove shared_ptr::make_shared | Zoe Carver | 2019-10-22 | 1 | -24/+21 |
* | [NFC] Fix typos in CMake comment | Louis Dionne | 2019-10-21 | 1 | -2/+2 |
* | Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSD | Dimitry Andric | 2019-10-19 | 1 | -1/+3 |
* | P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc... | Richard Smith | 2019-10-19 | 2 | -0/+18 |
* | Optimize operator=(const basic_string&) for tail call. | Eric Fiselier | 2019-10-09 | 1 | -1/+1 |
* | [libc++] Remove C++03 variadics in shared_ptr (v2) | Zoe Carver | 2019-10-07 | 1 | -70/+0 |
* | [libc++] Harden usage of static_assert against C++03 | Louis Dionne | 2019-10-01 | 1 | -2/+2 |