summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeLines
* [cmake] Require C++17 as does LLVMKim Gräsman2022-08-28-2/+2
* [cmake] Support LLVM external project buildKim Gräsman2022-04-25-2/+13
* [cmake] Use "standalone" instead of out-of-tree/in-treeKim Gräsman2022-04-25-5/+5
* [cmake] Synthesize clang-headers target if it's missingKim Gräsman2022-04-24-3/+2
* [cmake] Move Git revision lookup towards the top of the fileKim Gräsman2022-04-24-16/+16
* [cmake] Use target-specific definitions and include dirsKim Gräsman2022-04-24-19/+24
* [cmake] Update comment styleKim Gräsman2022-04-24-6/+7
* [cmake] Use more consistent formattingKim Gräsman2022-04-24-30/+55
* [cmake] Use more consistent namingKim Gräsman2022-04-24-15/+15
* Link with all target librariesKim Gräsman2021-07-25-3/+3
* Remove /EHsc from MSVC build argsKim Grasman2021-07-06-2/+2
* Run tests using CMakeAlexey Storozhev2021-05-01-3/+17
* [cmake] Require C++14 for building IWYUKim Grasman2021-03-13-0/+5
* [cmake] Move clang-resource-headers target up a bitKim Grasman2021-03-13-24/+24
* [cmake] Clarify comment around dynamic linkingKim Grasman2020-11-21-1/+1
* Correctly detect link with LLVM/CLANG shared libraries.Romain Geissler2020-11-12-1/+5
* Fix clang-headers copy for locally built LLVM/ClangKim Grasman2020-10-27-1/+1
* Add quotes to cmake argumentsSeth R Johnson2020-03-30-9/+10
* Do not assume CMAKE_PREFIX_PATH is LLVM_ROOTSeth R Johnson2020-03-30-1/+1
* Use new behavior for CMake policy CMP0077Kim Grasman2020-03-03-0/+4
* Add man page as a brief reference documentationAaron Puchert2019-11-03-0/+5
* Use GNUInstallDirs instead of hardcoding directoriesAaron Puchert2019-11-03-3/+4
* Link with clang-cpp if only that is availableAaron Puchert2019-11-02-19/+24
* Synthesize clang-resource-headers for out-of-treeKim Grasman2019-10-24-5/+28
* Clang r355340: clang-headers was renamed clang-resource-headersKim Grasman2019-10-24-3/+3
* Allow regular `make test` workflowAlexander Grund2019-10-06-0/+14
* Remove MSVS solution folder groupingKim Grasman2019-07-17-5/+0
* Explicitly link to clangSerializationclang_8.00.12clang_8.0tomKPZ2019-04-08-0/+10
* Have IWYU depend on clang-headers targetKim Grasman2018-09-17-0/+7
* Introduce IWYU_IN_TREE CMake variableKim Grasman2018-09-17-2/+6
* Build to $build/bin instead of $buildKim Grasman2018-09-17-0/+2
* [CMake] Improve linking against the LLVM libraries.Philip Pfaffe2018-07-20-13/+8
* Set CMake policy CMP0048 unconditionallyKim Grasman2018-07-08-7/+3
* Use LLVM and Clang CMake modulesKim Grasman2018-05-28-137/+54
* Use PRIVATE in target_link_librariesKim Grasman2017-12-10-0/+4
* Add library dependency for backtraceKim Grasman2017-09-16-0/+3
* Update to reflect changes in LLVM.Volodymyr Sapsai2017-06-08-1/+2
* Fix out-of-tree build for MSVCKim Grasman2017-02-19-3/+6
* Add /bigobj for MSVC buildsKim Grasman2017-01-24-0/+3
* Update to reflect changes in LLVM.Volodymyr Sapsai2016-09-07-1/+2
* Update CMake minimum required version to 3.4.3 to sync with LLVM+Clang.Volodymyr Sapsai2016-07-03-1/+1
* Install mapping files in share/include-what-you-useEugeneZelenko2016-05-19-0/+4
* Update to reflect libLLVMProfileData changes in Clang.Volodymyr Sapsai2016-03-05-0/+1
* Silence CMake CMP0048 warningKim Grasman2016-02-09-0/+5
* Fix #262: Don't fail the build in SVN checkoutKim Grasman2016-02-09-1/+4
* Fix #256: Enable bigobjs for MSYSKim Grasman2016-01-18-0/+5
* Remove use of CMAKE_SYSTEM_NAMEKim Grasman2016-01-02-4/+7
* Delegate to CMake the usage of -ldl or not (fixes the KFreeBSD link issue)Sylvestre Ledru2015-12-30-7/+1
* Fix #232: Pick up revision from Git instead of SVNKim Grasman2015-11-18-8/+8
* Fix #211: Install scripts to bin/Kim Grasman2015-11-10-2/+2