summaryrefslogtreecommitdiffstats
path: root/libunwind/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use find_package(LLVM) instead of LLVMConfigPetr Hosek2019-05-301-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-0/+4
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-4/+9
* Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine2019-05-131-0/+1
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-9/+4
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-4/+9
* [CMake][libunwind] Define add_target_flags which is missingPetr Hosek2019-02-281-5/+11
* [CMake] Don't cache LLVM_MAIN_SRC_DIRPetr Hosek2019-02-131-1/+0
* [CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek2019-02-041-6/+16
* [libunwind] Support building hermetic static libraryPetr Hosek2019-01-291-0/+3
* Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-291-22/+3
* Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek2019-01-281-3/+22
* [libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-281-22/+3
* Enable LLVM_ENABLE_WARNINGS when building standalone out of treeMartin Storsjo2019-01-221-0/+2
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-1/+1
* [cmake] Rename append_if to avoid collision with LLVMMichal Gorny2018-12-111-28/+28
* [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis2018-09-041-1/+1
* [CMake] Allow building standalone without any llvm-config availableMartin Storsjo2018-08-031-5/+8
* Bump version number to 8.0.0svnHans Wennborg2018-08-011-1/+1
* [CMake] Include CMakeDependentOption in libunwindPetr Hosek2018-07-241-0/+1
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-241-0/+6
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-1/+1
* Revert "Revert "Support for multiarch runtimes layout""Eric Christopher2018-06-291-6/+9
* Revert "Support for multiarch runtimes layout"Jordan Rupprecht2018-06-291-9/+6
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-6/+9
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-201-3/+4
* [CMake] Support for monorepo layoutPetr Hosek2018-04-041-0/+1
* [libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin2018-02-271-0/+4
* [cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton2018-01-221-1/+2
* Update PACKAGE_VERSION to 7.0.0svnHans Wennborg2018-01-031-1/+1
* [libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is setPetr Hosek2017-12-051-0/+4
* Support building libunwind as a DLLMartin Storsjo2017-11-291-0/+5
* [libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek2017-11-171-0/+1
* [CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek2017-08-081-1/+3
* [CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek2017-07-181-1/+9
* [libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-0/+7
* Add a test harnessJonathan Roelofs2017-07-061-0/+2
* [CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2017-04-161-3/+3
* Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek2017-04-121-0/+13
* [libunwind] Add sphinx docsJonathan Roelofs2017-03-281-0/+5
* [libunwind][CMake] Use libc++ headers when availablePetr Hosek2017-02-161-0/+20
* Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek2017-02-151-20/+0
* [libunwind][CMake] Use libc++ headers when availablePetr Hosek2017-02-151-0/+20
* Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek2017-02-091-19/+0
* [libunwind][CMake] Use libc++ headers when availablePetr Hosek2017-02-091-0/+19
* Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier2017-01-141-1/+2
* Bump version to 5.0.0svnHans Wennborg2017-01-121-1/+1
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny2017-01-091-1/+12
* [CMake] Get libunwind building under LLVM/runtimesPetr Hosek2016-11-081-4/+6
* [libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake2016-09-281-0/+6
OpenPOWER on IntegriCloud