Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindPython-cache-cleanup' into release-3.17 | Brad King | 2020-02-27 | 1 | -55/+102 |
|\ | |||||
| * | FindPython: Do not cache computed result variables | Marc Chevrier | 2020-02-26 | 1 | -2/+2 |
| * | FindPython: Mark non-public cache entries INTERNAL | Marc Chevrier | 2020-02-26 | 1 | -52/+99 |
* | | Merge topic 'FindCUDA-no-threads-target' into release-3.17 | Brad King | 2020-02-25 | 1 | -1/+5 |
|\ \ | |||||
| * | | FindCUDA: Only depend on Threads::Threads on platforms that need it | Robert Maynard | 2020-02-24 | 1 | -1/+5 |
* | | | Merge topic 'FindPkgConfig-scope' into release-3.17 | Brad King | 2020-02-25 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | FindPkgConfig: set policies CMP0054 and CMP0057 to new | Rolf Eike Beer | 2020-02-24 | 1 | -0/+6 |
| * | | | Merge topic 'android-ndk-r19-binutils' into release-3.16 | Brad King | 2020-02-04 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'aix-skip-exports' into release-3.16 | Brad King | 2020-01-31 | 1 | -1/+11 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cuda-non-device-link' into release-3.17 | Brad King | 2020-02-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Merge branch 'backport-cuda-non-device-link' | Brad King | 2020-02-24 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Ninja: Do not use nvcc response files with non-nvcc tools | Francisco Facioni | 2020-02-24 | 1 | -1/+1 |
| | * | | | | Merge branch 'msvc-runtime-library-masm' into release-3.15 | Brad King | 2020-01-21 | 1 | -0/+6 |
| | |\ \ \ \ | |||||
* | | \ \ \ \ | Merge topic 'pch-create-via-include' into release-3.17 | Brad King | 2020-02-24 | 3 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | PCH: Clang: Update PCH usage flags to include original header | Sergey Larin | 2020-02-24 | 3 | -3/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'swift-exe-rpath' into release-3.17 | Brad King | 2020-02-18 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Swift: support `-rpath` for executables | Saleem Abdulrasool | 2020-02-17 | 1 | -0/+5 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'git-config-with-spaces' into release-3.17 | Brad King | 2020-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ExternalProject: Quote each git --config option to handle spaces | Craig Scott | 2020-02-15 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Help: Replace UTF-8 apostrophe with ascii apostrophe | Brad King | 2020-02-12 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'doc-cpack' into release-3.17 | Brad King | 2020-02-12 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: module CPack: Make internal hyperlink target more unique | Brad King | 2020-02-12 | 1 | -3/+3 |
* | | | | | | | Merge topic 'doc-cpack' into release-3.17 | Brad King | 2020-02-12 | 1 | -10/+31 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Help: module CPack: New section on targets. | Joachim Wuttke (o) | 2020-02-12 | 1 | -7/+21 |
| * | | | | | | Help: module CPack: add cross-reference to cpack-generators(7). | Joachim Wuttke (o) | 2020-02-12 | 1 | -0/+2 |
| * | | | | | | Help: module CPack. Explain usage of the build targets. | Joachim Wuttke (o) | 2020-02-12 | 1 | -7/+11 |
| * | | | | | | Help: module CPack: correction: 2 config files are generated, not just 1 | Joachim Wuttke (o) | 2020-02-12 | 1 | -3/+4 |
| * | | | | | | Help: CPack module: Correct the summary (configure, not build) | Joachim Wuttke (o) | 2020-02-12 | 1 | -1/+1 |
* | | | | | | | Merge topic 'PrintSystemInformation' into release-3.17 | Brad King | 2020-02-12 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: CMakePrintSystemInformation.cmake: Minor corrections. | Joachim Wuttke (o) | 2020-02-12 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'cpack-ifw-qt-links' into release-3.17 | Brad King | 2020-02-12 | 1 | -13/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: CPackIFWGenerator: explain relation to CPackIWF | Joachim Wuttke (o) | 2020-02-11 | 1 | -1/+1 |
| * | | | | | | | Help: Show external link only once per page; explain abbreviation QtIFW. | Joachim Wuttke (o) | 2020-02-11 | 1 | -13/+10 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'ExternalProject-submodules-recurse' into release-3.17 | Brad King | 2020-02-11 | 1 | -19/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ExternalProject: Fix git submodule recursion on update | Charis Marangos | 2020-02-10 | 1 | -19/+28 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'FindOpenMP-clang-windows' into release-3.17 | Brad King | 2020-02-11 | 1 | -7/+25 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindOpenMP: Add support for Clang on Windows | Tim Hutton | 2020-02-10 | 1 | -1/+20 |
| * | | | | | | | FindOpenMP: Save flags/libs in cache entries each time they are detected | Tim Hutton | 2020-02-10 | 1 | -6/+5 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'FindPython-reduce-resources-comsumption' into release-3.17 | Brad King | 2020-02-11 | 1 | -88/+137 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindPython: reduces consumption of resources | Marc Chevrier | 2020-02-10 | 1 | -88/+137 |
* | | | | | | | | Merge topic 'swift-no-sdk-include' into release-3.17 | Brad King | 2020-02-11 | 3 | -1/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Swift: Exclude SDK include paths | Yauheni Khnykin | 2020-02-10 | 3 | -1/+8 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'FindMPI-fix-rerun' into release-3.17 | Brad King | 2020-02-11 | 1 | -12/+48 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | FindMPI: Preserve order of include directories on re-runs of CMake | Brad King | 2020-02-10 | 1 | -12/+27 |
| * | | | | | | | FindMPI: Restore re-construction of include directories | Brad King | 2020-02-10 | 1 | -0/+21 |
* | | | | | | | | CUDAToolkit: Add support for cupti library | Robert Maynard | 2020-02-06 | 1 | -1/+23 |
* | | | | | | | | CUDAToolkit: Correct location of OpenCL doc link | Robert Maynard | 2020-02-06 | 1 | -2/+2 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'llvm-rc-preprocess' | Brad King | 2020-02-05 | 1 | -0/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add -E cmake_llvm_rc to preprocess files for llvm-rc | Thomas Bernard | 2020-02-04 | 1 | -0/+17 |
* | | | | | | | | Merge topic 'sdcc-no-default-target' | Brad King | 2020-02-05 | 1 | -11/+0 |
|\ \ \ \ \ \ \ \ |