summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-011-0/+2
* Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier2018-07-271-7/+3
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-271-4/+6
* Implement <filesystem>Eric Fiselier2018-07-271-5/+45
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-241-7/+10
* Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-241-3/+3
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-231-3/+3
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-231-3/+3
* [libc++] Allow running ABI list tests with different ABI versionsLouis Dionne2018-07-194-17/+2425
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-281-1/+1
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-4/+3
* [CMake] Add a missing target dependency on C++ ABI headersPetr Hosek2018-06-121-1/+1
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-1/+5
* Update ABI lists after change in r333467.Eric Fiselier2018-05-298-1885/+10425
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-2/+1
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-1/+2
* [CMake] Copy the generated __config header into build directoryPetr Hosek2018-03-101-1/+1
* LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() isDon Hinton2018-01-271-1/+1
* Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...Don Hinton2018-01-251-1/+0
* [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-251-0/+1
* [libc++] Create install-stripped targetsShoaib Meenai2017-12-061-0/+8
* Update changelog revisionEric Fiselier2017-09-171-1/+1
* ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier2017-09-175-0/+15
* Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo2017-09-131-0/+1
* Add MINGW_LIBRARIES to the linker flagsMartin Storsjo2017-09-041-0/+1
* [CMake] Use MATCHES for regular expression.Leo Li2017-07-181-1/+1
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-3/+3
* Move external instantiation for __vector_base_common to vector.cppEric Fiselier2017-06-151-0/+1
* libcxx: fix bootstrapping for mingw-w64Martell Malone2017-05-251-5/+2
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-081-0/+1
* Rename the static version of libc++ on Windows.Eric Fiselier2017-04-201-1/+6
* [libcxx] Fix check-cxx-abilist on OS XEric Fiselier2017-04-153-14/+12
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-051-1/+6
* Reexport operator new / delete from libc++abiMehdi Amini2017-03-301-8/+8
* Do not pass an explicit reexported symbol list when building libc++ dylib if ...Mehdi Amini2017-03-301-1/+5
* [libc++] Add a key function for bad_function_callShoaib Meenai2017-03-281-1/+1
* Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2017-03-111-6/+5
* Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier2017-03-031-189/+0
* Update ABI list for 4.0 releaseEric Fiselier2017-03-022-1905/+1906
* [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai2017-03-021-1/+1
* [libc++] Mark some std::num_get method templates inlineShoaib Meenai2017-03-022-19/+37
* update revision in CHANGELOG.TXT and fix python errorEric Fiselier2017-02-171-2/+2
* Remove more basic_string member function templates from the dylib exportsEric Fiselier2017-02-172-1905/+1916
* Start libc++ python cleanup and consolidation.Eric Fiselier2017-02-092-2/+2
* [libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek2017-02-091-2/+2
* Adjust Apple ABI list after r294133Eric Fiselier2017-02-051-0/+1
* Adjust Linux ABI list after r294133Eric Fiselier2017-02-051-1904/+1905
* Update Linux ABI lists to reflect inlining change in LLVM. More investigation...Eric Fiselier2017-01-241-1905/+1904
* Fix handling of Apple target triple when checking the ABI lists.Eric Fiselier2017-01-204-3/+10
OpenPOWER on IntegriCloud