summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'llvm-rc-include-path'Brad King2020-04-072-2/+2
|\
| * llvm-rc: Restore include path for data after explicit preprocessingThomas Bernard2020-04-062-2/+2
| * Merge topic 'llvm_rc_pp' into release-3.17Brad King2020-03-301-1/+1
| |\
| * \ Merge topic 'vs-clangcl' into release-3.17Brad King2020-03-271-1/+3
| |\ \
| * \ \ Merge topic 'FindPython-variable-spelling-error' into release-3.17Brad King2020-03-271-1/+1
| |\ \ \
| * \ \ \ Merge topic 'CheckIPOSupported-cleanup-cache' into release-3.17Brad King2020-03-271-2/+4
| |\ \ \ \
| * \ \ \ \ Merge topic 'nmc-cl-showincludes' into release-3.17Brad King2020-03-271-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'UseJava-clean-stale'Brad King2020-04-072-2/+26
|\ \ \ \ \ \ \
| * | | | | | | UseJava: clean class files from previous buildsAlexey Karndshev2020-04-062-2/+26
* | | | | | | | Merge topic 'externalproject-patch-update-order'Brad King2020-04-061-13/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject: Enforce that patch depends on updateCraig Scott2020-04-031-13/+20
* | | | | | | | | FetchContent: Add support for DOWNLOAD_NO_EXTRACTCraig Scott2020-04-032-0/+24
|/ / / / / / / /
* | | | | | | | Merge topic 'ExternalProject-no-extract-bool'Brad King2020-04-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF`Ben Boeckel2020-04-021-1/+1
* | | | | | | | | Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST'Brad King2020-04-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPython: fix handling when FIND_VIRTUALENV == FIRSTMarc Chevrier2020-04-011-1/+1
* | | | | | | | | | Merge topic 'relax_compiler_prefix_detection'Brad King2020-04-014-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detectionRobert Maynard2020-03-304-4/+4
* | | | | | | | | | | Merge topic 'xl-cxx14'Brad King2020-04-011-1/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | XL: Add comment clarifying why we pretend it has full C++11/14 supportBrad King2020-03-311-0/+6
| * | | | | | | | | | | XL: C++14 language level flags are only available on LinuxBrad King2020-03-311-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindBoost-lib-prefix-override'Brad King2020-03-311-9/+15
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | FindBoost: Allow Boost_LIB_PREFIX to be set externallyBartlomiej Cieszkowski2020-03-271-9/+15
* | | | | | | | | | | Merge topic 'cuda_support_bin_util_overrides'Brad King2020-03-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CUDA: Support compiler specific FindBinUtils overridesRobert Maynard2020-03-271-0/+1
* | | | | | | | | | | | Merge topic 'gtest_discover_tests_cross_compile_support'Brad King2020-03-302-124/+229
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | GoogleTest: Add new DISCOVERY_MODE option to gtest_discover_testsRyan Thornton2020-03-201-29/+104
| * | | | | | | | | | | | GoogleTestAddTests: Refactor into callable methodRyan Thornton2020-03-191-95/+125
* | | | | | | | | | | | | Merge topic 'FindBoost-lib-prefix-clarify'Brad King2020-03-301-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | FindBoost: Clarify logic selecting Boost_LIB_PREFIXBrad King2020-03-271-3/+8
* | | | | | | | | | | | | Merge topic 'llvm_rc_pp'Brad King2020-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | llvm-rc: Enable preprocessing if CMAKE_RC_COMPILER_INIT is an absolute pathLucas Wang2020-03-271-1/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'llvm-rc-depfile' into release-3.17Brad King2020-03-271-3/+4
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | FindPython: use 'sysconfig' as alternate to 'distutils.sysconfig'Marc Chevrier2020-03-281-12/+24
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge topic 'pch-warn-invalid'Brad King2020-03-272-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-262-4/+6
* | | | | | | | | | | | | Merge topic 'vs-clangcl'Brad King2020-03-271-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | VS: Fix ClangCL toolset compiler path detectionBrad King2020-03-261-1/+3
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'FindPython-variable-spelling-error'Brad King2020-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | FindPython: fix variable spelling errorMarc Chevrier2020-03-261-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'CheckIPOSupported-cleanup-cache'Brad King2020-03-271-2/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | CheckIPOSupported: Avoid polluting cache with common name 'result'Brad King2020-03-261-2/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'nmc-cl-showincludes'Brad King2020-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Ninja Multi-Config: Fix MSVC showincludes prefix detectionBrad King2020-03-261-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'llvm-rc-depfile'Brad King2020-03-271-3/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | / / / / | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | llvm-rc: Write depfile to location specified by the generatorThomas Bernard2020-03-261-1/+2
| * | | | | | | llvm-rc: Select preprocessor from active languagesThomas Bernard2020-03-261-2/+2
| |/ / / / / /
* | | | | | | Merge topic 'compile-commands-collapse-whitespace'Brad King2020-03-2623-45/+45
|\ \ \ \ \ \ \
| * | | | | | | Modules: Collapse consecutive whitespace in stringsDaan De Meyer2020-03-2323-45/+45
* | | | | | | | Merge topic 'mingw-windres-cross-compile'Brad King2020-03-261-5/+1
|\ \ \ \ \ \ \ \