summaryrefslogtreecommitdiff
path: root/libunwind/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-07[libunwind] Add CMake option to enable execute-only code generation on AArch6...Csanád Hajdú
2025-07-09[libcxxabi][libunwind] Support for using LLVM libc (#134893)Petr Hosek
2025-05-12[cmake] Normalize TARGET_SUBDIR paths (#138524)Raul Tambre
2024-12-11[libc++abi] Provide an explicit error when trying to build for MSVC (#119370)Louis Dionne
2024-10-17[runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#11...Louis Dionne
2024-09-30[libc++abi][libunwind] Run c++abi and unwind tests against a fake install roo...Louis Dionne
2024-09-27[libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags...Louis Dionne
2024-09-27[libunwind][CMake] Remove LIBUNWIND_BUILD_32_BITS which has been an error for...Louis Dionne
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn
2024-05-31[runtimes] Correctly apply libdir subdir for multilib (#93354)Petr Hosek
2024-05-25Revise IDE folder structure (#89755)Michael Kruse
2024-02-08MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521)YunQiang Su
2024-01-10[libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534)Martin Storsjö
2023-11-16Remove deprecated warning from cmake files (#72595)Tacet
2023-08-23Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time optionSterling Augustine
2023-06-29[libunwind] Add cached compile and link flags to libunwindmgrzywac
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-04-06[libunwind] [test] Add a mingw specific test config fileMartin Storsjö
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-03-17[runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-02-21[runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek
2022-10-18[CMake] Fix LIBUNWIND_ENABLE_CET build after D110005jinge90
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne
2022-10-11[libunwind] Install the headers by defaultLouis Dionne
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne
2022-05-04[libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to ReleaseMartin Storsjö
2022-04-25[libunwind] [CMake] Remove leftover no-op cmake variable setting. NFC.Martin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson