summaryrefslogtreecommitdiff
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_tMartin Storsjö2020-02-041-4/+69
* Define _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when appropriateDimitry Andric2020-01-301-0/+4
* Add test for spaceship operator to __configDavid Zarzycki2020-01-241-3/+2
* [libcxx] Use mtx_plain | mtx_recursive following C11 APIPetr Hosek2020-01-171-1/+1
* [libcxx] Use C11 thread API on FuchsiaPetr Hosek2020-01-142-21/+225
* [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...Martin Storsjö2020-01-141-1/+2
* Revert "[libc++] Explicitly enumerate std::string external instantiations."Oliver Stannard2020-01-133-60/+2
* [libc++] Explicitly enumerate std::string external instantiations.Eric Fiselier2020-01-093-2/+60
* [libcxx] fix incorrect attribute propertyKazuaki Ishizaki2020-01-081-1/+1
* [libc++] Fix typo in std::midpointRuslan Baratov2019-12-211-1/+1
* [libc++] Update feature list for NetBSDMichał Górny2019-12-201-2/+1
* [libc++] Add __default_init_tag to basic_string constructorsEric Fiselier2019-12-161-14/+20
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-1611-112/+75
* Add default initialization to compressed_pair.Eric Fiselier2019-12-161-0/+7
* [libc++] Ensure __config always defines certain configuration macros.Eric Fiselier2019-12-132-9/+12
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-126-25/+25
* __bit_reference: fix -Wdeprecated-copy warningsFangrui Song2019-12-121-1/+7
* Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"Eric Christopher2019-12-121-3/+0
* [libc++] Fix -Wdeprecated-copy warnings in __bit_referenceEric Christopher2019-12-111-0/+3
* [libc++] Hide some functions and types in <future> and <thread> as hiddenLouis Dionne2019-12-102-6/+7
* Optimize and fix basic_string move assignment operator. Reviewed as https://r...marshall2019-11-271-4/+14
* [libcxx] Omit unneeded locale fallbacks on Android 21+Shoaib Meenai2019-11-251-0/+2
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-183-2/+17
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-1812-161/+165
* [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20Eric Fiselier2019-11-162-1/+63
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-161-0/+13
* [libc++] Rename __to_raw_pointer to __to_address.Eric Fiselier2019-11-167-100/+111
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-2/+8
* [libcxx] use __builtin_isnan in std::isnan.Ilya Tokar2019-11-151-0/+4
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-141-36/+36
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-141-0/+2
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-111-41/+117
* [libc++] Mark __call_once_proxy as hidden and internalLouis Dionne2019-11-111-1/+1
* [libc++] Validate the entire regex is consumedMark de Wever2019-11-091-11/+21
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-071-21/+24
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-072-4/+12
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-062-23/+51
* Optimize std::midpoint for integersJorg Brown2019-11-041-10/+7
* [libc++] Add test and remove workaround for PR13592Louis Dionne2019-10-301-2/+1
* PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.David Blaikie2019-10-281-11/+13
* [NFC] Comment endif to test commit access--global2019-10-281-1/+1
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2312-74/+74
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-232-2/+0
* [libcxx] Remove shared_ptr::make_sharedZoe Carver2019-10-221-24/+21
* [NFC] Fix typos in CMake commentLouis Dionne2019-10-211-2/+2
* Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSDDimitry Andric2019-10-191-1/+3
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-192-0/+18
* Optimize operator=(const basic_string&) for tail call.Eric Fiselier2019-10-091-1/+1
* [libc++] Remove C++03 variadics in shared_ptr (v2)Zoe Carver2019-10-071-70/+0
* [libc++] Harden usage of static_assert against C++03Louis Dionne2019-10-011-2/+2