summaryrefslogtreecommitdiff
path: root/libcxxabi/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [libc++][PSTL] Remove current integrationNikolas Klauser2023-04-211-10/+0
* [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser2023-03-171-0/+4
* Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu2022-10-121-67/+68
* [runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne2022-10-121-68/+67
* [runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2022-10-111-2/+2
* [SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski2022-10-031-0/+11
* [libcxxabi][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek2022-07-141-0/+7
* [runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne2022-05-191-0/+2
* [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö2022-05-181-1/+4
* [runtimes] Introduce object librariesLouis Dionne2022-05-161-81/+70
* [runtimes] [CMake] Unify variable namesPetr Hosek2022-04-241-1/+1
* [libc++abi] Install the libc++abi headers from libc++abiLouis Dionne2022-02-281-1/+3
* [libc++][release] Do not force building the runtimes with -fPICLouis Dionne2021-12-081-2/+0
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-271-1/+2
* Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2021-10-211-2/+1
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-181-1/+2
* [libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne2021-09-211-2/+2
* [runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö2021-09-091-0/+1
* [runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne2021-07-271-0/+2
* [libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne2021-07-261-32/+19
* [libc++abi] Remove the LIBCXXABI_ENABLE_PIC optionLouis Dionne2021-06-101-8/+0
* [CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek2021-04-011-2/+2
* [libcxxabi] Use cxx-headers target to consume libcxx headersPetr Hosek2021-03-261-4/+2
* Revert "[libcxxabi] Use cxx-headers target to consume libcxx headers"Petr Hosek2021-03-251-2/+4
* [libc++][AIX] Initial patch to unblock the libc++ build on AIXjasonliu2021-03-241-1/+2
* [libcxxabi] Use cxx-headers target to consume libcxx headersPetr Hosek2021-03-231-4/+2
* [CMake][runtimes] Add file level dependency to merge_archives commandsMarkus Böck2021-03-181-0/+1
* [libcxxabi] Fewer assumptions about path from libcxx to libcxxabiNico Weber2021-02-261-0/+3
* [libc++abi] Add builtins to dynamic library linkPatrick Oppenlander2021-02-171-0/+5
* [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski2021-02-161-1/+5
* [libc++] [libc++abi] Use C++20 standard.Marek Kurdej2020-11-221-4/+4
* [runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne2020-11-091-3/+0
* [libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne2020-11-021-1/+1
* [libc++] Refactor the run-buildbot script to make it more modular, and run th...Louis Dionne2020-10-231-1/+3
* [runtimes] Revert the libc++ __config_site changeLouis Dionne2020-10-231-2/+4
* [take 2] [libc++] Include <__config_site> from <__config>Louis Dionne2020-10-211-4/+2
* [libc++] Revert "Include <__config_site> from <__config>"Louis Dionne2020-10-211-2/+4
* [libc++] Include <__config_site> from <__config>Louis Dionne2020-10-211-4/+2
* [libc++] Define new/delete in libc++abi only by defaultLouis Dionne2020-10-191-1/+1
* [libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne2020-10-051-2/+0
* [libc++] Move the weak symbols list to libc++abiLouis Dionne2020-10-021-0/+2
* [libc++] Don't re-export new/delete from libc++abi when they are defined in l...Louis Dionne2020-10-011-1/+1
* [libc++] Simplify how we re-export symbols from libc++abiLouis Dionne2020-10-011-5/+13
* [libc++abi] Also build the static archive with C++17Louis Dionne2020-07-231-1/+1
* [libc++abi] Build the dylib with C++17, like for libc++Louis Dionne2020-07-231-1/+1
* [gn build] Make sync_source_lists_from_cmake handle one-line sources linesNico Weber2020-07-171-1/+3
* [libc++abi] Remove empty source file cxa_unexpected.cppLouis Dionne2020-06-301-1/+0
* [libc++abi] Make sure we link in CrashReporterClient.a when it's presentLouis Dionne2020-06-021-0/+11
* [libc++/abi] Provide an option to turn on forgiving dynamic_cast when buildin...Louis Dionne2020-04-221-0/+4
* [libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne2020-04-201-10/+8