summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use libandroid_support for modern API levels.ndk-r17-beta2ndk-r17-beta1ndk-r17Dan Albert2018-02-122-21/+36
* Adapt to platform update.Dan Albert2018-02-121-1/+0
* Export libandroid_support dependency from libc++.Dan Albert2018-02-121-5/+12
* Link libcompiler_rt-extras.Dan Albert2018-02-121-0/+4
* Export libdl to libc++_static users.Dan Albert2018-02-121-0/+1
* Use -nostdlib++ when building tests.Dan Albert2017-12-061-0/+2
* Add missing arm7 flags to libc++ test runner.Dan Albert2017-11-021-15/+22
* Fix arm32 detection.Dan Albert2017-09-211-1/+1
* Hide toolchain static libraries in tests.Dan Albert2017-09-201-3/+5
* Use the right header triple for armv7.Dan Albert2017-09-201-0/+1
* Reset the new counter in a test.ndk-r16-beta1Dan Albert2017-08-031-0/+1
* Build the tests with C++14.Dan Albert2017-07-241-1/+1
* Infer C++ standard feature from config.Dan Albert2017-07-241-1/+1
* Build libc++ with C++1z.Dan Albert2017-07-241-1/+1
* Fix list of source files.Dan Albert2017-07-242-116/+3
* Update NDK test runner for libc++ update.Dan Albert2017-07-211-0/+1
* Update system_error tests for more platforms.Dan Albert2017-07-212-2/+6
* Merge to upsteam r308535.Dan Albert2017-07-211191-15487/+22622
|\
| * [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2017-07-191-3/+4
| * [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-1916-32/+0
| * [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preproces...Stephan T. Lavavej2017-07-191-2/+8
| * [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...Stephan T. Lavavej2017-07-192-2/+2
| * Rework libcxx strerror_r handling.James Y Knight2017-07-191-26/+46
| * Update _LIBCPP_VERSION and the version in CMakeLists to 6.0Hans Wennborg2017-07-193-3/+3
| * Bump docs version to 6.0Hans Wennborg2017-07-191-2/+2
| * [CMake] Use MATCHES for regular expression.Leo Li2017-07-181-1/+1
| * Check for _MSC_VER before defining _LIBCPP_MSVCRTBruno Cardoso Lopes2017-07-171-2/+3
| * Add case for c++2a to libc++ and test macrosMarshall Clow2017-07-172-2/+7
| * Update libc++ status pages with results of the Toronto Meeting - and for C++2aMarshall Clow2017-07-163-0/+100
| * Update issues moved in TorontoMarshall Clow2017-07-151-1/+5
| * [libc++] Clean up cl warning 4231 disablingShoaib Meenai2017-07-143-21/+0
| * [libc++] class template -> template class. NFCShoaib Meenai2017-07-131-1/+1
| * [libc++] Mark string operator+ _LIBCPP_FUNC_VISShoaib Meenai2017-07-132-2/+3
| * [libc++] Remove unused _LIBCPP_FUNC_VIS_ONLYShoaib Meenai2017-07-131-5/+0
| * [libc++] Use proper template terminology. NFCShoaib Meenai2017-07-131-3/+3
| * Fix unrepresentable enum for clang-cl unstable ABIBen Craig2017-07-121-8/+8
| * Remove <__refstring> header; Move it into source directory.Eric Fiselier2017-07-122-4/+4
| * Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier2017-07-125-47/+12
| * [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-115-6/+18
| * [libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao2017-07-105-12/+47
| * Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao2017-07-105-46/+12
| * [libc++] Refactoring __sync_* builtins; NFCWeiming Zhao2017-07-105-12/+46
| * Fix issues with UBSAN test configuration.Eric Fiselier2017-07-102-5/+1
| * Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit buildsEric Fiselier2017-07-101-2/+35
| * Fix test failure to to new/delete ellisionsEric Fiselier2017-07-091-2/+3
| * optional: Implement LWG 2900 and P0602Casey Carter2017-07-096-107/+145
| * Fix filesystem build on platforms with weird time_t types.Eric Fiselier2017-07-084-144/+382
| * Fix diagnostic in verify test to match new Clang outputEric Fiselier2017-07-071-1/+1
| * cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith2017-07-075-88/+119
| * Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier2017-07-051-0/+1