summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Update the synopsis for <chrono> for C++20. No functional change.Marshall Clow2018-07-181-0/+492
* Address "always inline function is not always inlinable" warning with GCC.Eric Fiselier2018-07-171-13/+8
* [CMake] Use correct variable as header install prefixPetr Hosek2018-07-151-2/+2
* Mark __equal_to 's operations as constexpr.Marshall Clow2018-07-141-4/+4
* Mark one more __wrap_iter operation as constexpr.Marshall Clow2018-07-141-1/+2
* wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...)Marshall Clow2018-07-131-1/+1
* Shot in the dark to fix gcc 4.9 / c++11 buildMarshall Clow2018-07-131-3/+3
* Make internal class __wrap_iter constexpr when not using libc++'s debugging m...Marshall Clow2018-07-133-56/+66
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-1128-381/+371
* [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-101-0/+1
* [libc++] Declare <compare> operators with the proper visibility attributeLouis Dionne2018-07-101-55/+55
* type_traits: aligned_union is NOT the same as __uncvref [NFC]Casey Carter2018-07-081-25/+25
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-0528-371/+381
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-0528-381/+371
* [NFC] Add <initializer_list> to the synopsis of <utility>Louis Dionne2018-07-051-0/+2
* [libc++] Install the missing header __errcZhihao Yuan2018-07-031-0/+1
* [libc++] Lift std::errc into a separated headerZhihao Yuan2018-07-033-187/+220
* [Win32] Overload ==, != for locale_t and long longPirama Arumuga Nainar2018-07-021-0/+8
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-022-105/+298
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-281-4/+4
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-3/+3
* [CMake] Fix install-cxx target.Matt Morehouse2018-06-251-1/+1
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-3/+3
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-32/+220
* Remove unused code from __functional_base. NFC.Eric Fiselier2018-06-062-12/+2
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-053-25/+51
* Fix a strict aliasing violation in map and unordered_map.Erik Pilkington2018-06-044-89/+177
* Mark __c11_atomic_load as constJF Bastien2018-06-011-2/+2
* Mark __clear_and_shrink() as noexcept. This prevents the generation of a catc...Marshall Clow2018-05-291-2/+2
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-291-11/+11
* Revert "Add nonnull; use it for atomics"JF Bastien2018-05-262-140/+23
* Add nonnull; use it for atomicsJF Bastien2018-05-252-23/+140
* Add deduction guides for optionalMarshall Clow2018-05-251-0/+9
* Do not define template specialization __libcpp_is_floating_point<__fp16>Akira Hatanaka2018-05-231-0/+2
* Teach __libcpp_is_floating_point that __fp16 and _Float16 areAkira Hatanaka2018-05-231-0/+4
* Implement deduction guides for basic_regexMarshall Clow2018-05-231-0/+14
* Change the names of two private methods: allocate -> __vallocate and dealloca...Marshall Clow2018-05-221-41/+41
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-222-0/+88
* Implement deduction guides for vectorMarshall Clow2018-05-211-7/+28
* Deduction guides for listMarshall Clow2018-05-201-2/+24
* Implement deduction guides for forward_listMarshall Clow2018-05-191-0/+22
* Implement deduction guides for <deque>Marshall Clow2018-05-181-3/+26
* Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-181-1/+12
* Condition usage of locale stdlib functions on Android API versionPeter Collingbourne2018-05-161-7/+8
* Emit an error when include <atomic> after <stdatomic.h>Volodymyr Sapsai2018-05-151-0/+3
* Fix PR37407 - callable traits don't correctly check complete types.Eric Fiselier2018-05-101-142/+2
* Allow copy elision in path concatenationDavid Bolvansky2018-05-091-1/+3
* Revert "Emit an error when mixing <stdatomic.h> and <atomic>"Volodymyr Sapsai2018-05-081-3/+0
* Emit an error when mixing <stdatomic.h> and <atomic>Volodymyr Sapsai2018-05-021-0/+3
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-0/+28
OpenPOWER on IntegriCloud