aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/src/CMakeLists.txt
AgeCommit message (Expand)Author
2020-11-22[libc++] [libc++abi] Use C++20 standard.Marek Kurdej
2020-11-09[runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne
2020-11-02[libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne
2020-10-23[libc++] Refactor the run-buildbot script to make it more modular, and run th...Louis Dionne
2020-10-23[runtimes] Revert the libc++ __config_site changeLouis Dionne
2020-10-21[take 2] [libc++] Include <__config_site> from <__config>Louis Dionne
2020-10-21[libc++] Revert "Include <__config_site> from <__config>"Louis Dionne
2020-10-21[libc++] Include <__config_site> from <__config>Louis Dionne
2020-10-19[libc++] Define new/delete in libc++abi only by defaultLouis Dionne
2020-10-05[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne
2020-10-02[libc++] Move the weak symbols list to libc++abiLouis Dionne
2020-10-01[libc++] Don't re-export new/delete from libc++abi when they are defined in l...Louis Dionne
2020-10-01[libc++] Simplify how we re-export symbols from libc++abiLouis Dionne
2020-07-23[libc++abi] Also build the static archive with C++17Louis Dionne
2020-07-23[libc++abi] Build the dylib with C++17, like for libc++Louis Dionne
2020-07-17[gn build] Make sync_source_lists_from_cmake handle one-line sources linesNico Weber
2020-06-30[libc++abi] Remove empty source file cxa_unexpected.cppLouis Dionne
2020-06-02[libc++abi] Make sure we link in CrashReporterClient.a when it's presentLouis Dionne
2020-04-22[libc++/abi] Provide an option to turn on forgiving dynamic_cast when buildin...Louis Dionne
2020-04-20[libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne
2020-03-30Remove legacy CMake targets for libcxx and libcxxabiLouis Dionne
2020-03-23Revert "Remove legacy CMake targets for libcxx and libcxxabi"Louis Dionne
2020-03-23Remove legacy CMake targets for libcxx and libcxxabiLouis Dionne
2020-01-28[libcxx] Link against android_support when neededShoaib Meenai
2020-01-22[libcxxabi] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2019-10-07[libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION optionLouis Dionne
2019-10-07[libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abiLouis Dionne
2019-10-07[libc++abi] Remove redundant link flags on Apple platformsLouis Dionne
2019-10-04[libc++abi] Link against libSystem on Apple platformsLouis Dionne
2019-09-25[libcxxabi] Fix arm build failer with libgccAdhemerval Zanella
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne
2019-06-27[libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne
2019-06-02[libcxx] Use libtool when merging archives on Apple platformsPetr Hosek
2019-05-22[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek
2019-05-07minor cmake formatting style fixNico Weber
2019-05-06[libcxxabi] Don't use -fvisibility-global-new-delete-hidden when not defining...Petr Hosek
2019-05-02[gn] Support for building libcxxabiPetr Hosek
2019-04-03[libc++abi] Do not share an object library to create the static/shared librariesPetr Hosek
2019-04-03[libc++abi] Add LIBCXXABI_ENABLE_PIC cmake optionSam Clegg
2019-04-03[libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared librarySam Clegg
2019-03-29[libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static librarySam Clegg
2019-03-08Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss
2019-03-08[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek
2019-03-01[libc++abi] Specify unwind lib before other system libraries when linkingLouis Dionne
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-30Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek