summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Configure ELAST for MinGWPirama Arumuga Nainar2018-06-281-2/+2
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-282-5/+5
* Support for multiarch runtimes layoutPetr Hosek2018-06-283-9/+19
* [CMake] Fix install-cxx target.Matt Morehouse2018-06-251-1/+1
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* Fix libcxx tests after clang r334677.Richard Smith2018-06-171-3/+7
* Remove P0771, which was not passed in RapperswilMarshall Clow2018-06-161-1/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-1419-38/+38
* [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2018-06-141-11/+0
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-123-9/+8
* [CMake] Add a missing target dependency on C++ ABI headersPetr Hosek2018-06-122-1/+2
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-124-40/+243
* Update the to-do list with motions from Rapperswil.Marshall Clow2018-06-121-1/+44
* Mark the test using <experimental/memory_resource> to require c++experimental.Volodymyr Sapsai2018-06-111-0/+1
* Remove unused code from __functional_base. NFC.Eric Fiselier2018-06-062-12/+2
* Fix test failures after r334053.Eric Fiselier2018-06-066-9/+20
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-057-30/+264
* 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
* Filesystem tests: un-confuse write timeJF Bastien2018-06-011-14/+13
* Update ABI lists after change in r333467.Eric Fiselier2018-05-298-1885/+10425
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-294-4/+4
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-292-22/+30
* 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-299-35/+318
* Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow2018-05-283-12/+17
* Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...Marshall Clow2018-05-282-1/+6
* Revert "Add nonnull; use it for atomics"JF Bastien2018-05-263-232/+23
* Fix GCC handling of ATOMIC_VAR_INITJF Bastien2018-05-261-2/+2
* Add nonnull; use it for atomicsJF Bastien2018-05-253-23/+232
* Fix optional<char> test breakageJF Bastien2018-05-251-0/+4
* Fix array deduction guide test breakageJF Bastien2018-05-251-0/+3
* Fix optional deduction guide test breakageJF Bastien2018-05-252-2/+2
* Add one more test for optionalMarshall Clow2018-05-251-5/+14
* Add deduction guides for optionalMarshall Clow2018-05-253-0/+91
* Do not define template specialization __libcpp_is_floating_point<__fp16>Akira Hatanaka2018-05-232-0/+4
* Teach __libcpp_is_floating_point that __fp16 and _Float16 areAkira Hatanaka2018-05-232-0/+26
* Mark more bits of P0433 as complete.Marshall Clow2018-05-231-2/+2
* Implement deduction guides for basic_regexMarshall Clow2018-05-233-0/+196
* [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai2018-05-221-1/+1
* Change the names of two private methods: allocate -> __vallocate and dealloca...Marshall Clow2018-05-221-41/+41
* Missed the tests for the deduction guides for prority_queueMarshall Clow2018-05-222-0/+181
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-226-0/+367
* Implement deduction guides for vectorMarshall Clow2018-05-213-7/+184
* Deduction guides for listMarshall Clow2018-05-203-2/+169
* Implement deduction guides for forward_listMarshall Clow2018-05-193-0/+167
* Remove expression '1L + INT_MAX', because it overflows on machines where int/...Marshall Clow2018-05-191-2/+2
* Implement deduction guides for <deque>Marshall Clow2018-05-183-3/+166
* Disable 'missing-braces' warningMarshall Clow2018-05-182-0/+9
* Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-183-1/+102
OpenPOWER on IntegriCloud