summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-19[libc++] Allow running ABI list tests with different ABI versionsLouis Dionne
2018-06-28[CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha
2018-06-12[CMake] Use common variable for all header targets NFCPetr Hosek
2018-06-12[CMake] Add a missing target dependency on C++ ABI headersPetr Hosek
2018-06-12Reland "Use custom command and target to install libc++ headers"Petr Hosek
2018-05-29Update ABI lists after change in r333467.Eric Fiselier
2018-04-09Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek
2018-04-09[CMake] Use custom command and target to install libc++ headersPetr Hosek
2018-03-10[CMake] Copy the generated __config header into build directoryPetr Hosek
2018-01-27LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() isDon Hinton
2018-01-26Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2018-01-25Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...Don Hinton
2018-01-25[cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2017-12-06[libc++] Create install-stripped targetsShoaib Meenai
2017-09-17Update changelog revisionEric Fiselier
2017-09-17ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier
2017-09-13Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo
2017-09-04Add MINGW_LIBRARIES to the linker flagsMartin Storsjo
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-15Move external instantiation for __vector_base_common to vector.cppEric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier
2017-04-15[libcxx] Fix check-cxx-abilist on OS XEric Fiselier
2017-04-05[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek
2017-03-30Reexport operator new / delete from libc++abiMehdi Amini
2017-03-30Do not pass an explicit reexported symbol list when building libc++ dylib if ...Mehdi Amini
2017-03-28[libc++] Add a key function for bad_function_callShoaib Meenai
2017-03-11Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier
2017-03-03Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier
2017-03-02Update ABI list for 4.0 releaseEric Fiselier
2017-03-02[libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai
2017-03-02[libc++] Mark some std::num_get method templates inlineShoaib Meenai
2017-02-17update revision in CHANGELOG.TXT and fix python errorEric Fiselier
2017-02-17Remove more basic_string member function templates from the dylib exportsEric Fiselier
2017-02-09Start libc++ python cleanup and consolidation.Eric Fiselier
2017-02-09[libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-02-05Adjust Apple ABI list after r294133Eric Fiselier
2017-02-05Adjust Linux ABI list after r294133Eric Fiselier
2017-01-24Update Linux ABI lists to reflect inlining change in LLVM. More investigation...Eric Fiselier
2017-01-20Fix handling of Apple target triple when checking the ABI lists.Eric Fiselier
2017-01-18Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier
2017-01-17Add warning messages to buildit/testit about their upcoming removalEric Fiselier
2017-01-16Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-14[libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug modeEric Fiselier