Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release-3.19' | Brad King | 2021-01-21 | 0 | -0/+0 |
|\ | |||||
| * | Merge topic 'ci-wix-download' into release-3.19 | Brad King | 2021-01-21 | 4 | -0/+23 |
| |\ | |||||
* | \ | Merge topic 'ci-wix-download' | Brad King | 2021-01-21 | 4 | -0/+23 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'backport-3.18-ci-wix-download' into ci-wix-download | Brad King | 2021-01-21 | 4 | -0/+23 |
| |\ \ | | |/ | |/| | |||||
| | * | ci: download WiX on Windows | Brad King | 2021-01-21 | 2 | -0/+21 |
| | * | ci: speed up cmake and ninja downloads on Windows | Brad King | 2021-01-21 | 2 | -0/+2 |
* | | | Merge topic 'FindGit-cache-version' | Brad King | 2021-01-21 | 7 | -40/+76 |
|\ \ \ | |||||
| * | | | Tests: FindGit already provides the git version, re-use it | Craig Scott | 2021-01-19 | 3 | -25/+7 |
| * | | | FindGit: Cache the GIT_EXECUTABLE version for the current run | Craig Scott | 2021-01-19 | 4 | -15/+69 |
* | | | | Merge topic 'cuda-archs' | Brad King | 2021-01-21 | 1 | -46/+43 |
|\ \ \ \ | |||||
| * | | | | CUDA: Update arch selection, restructure for maintainability | Henry Schreiner | 2021-01-20 | 1 | -46/+32 |
| * | | | | CUDA: Add arch selection debug mode to print out CUDA versions | Henry Schreiner | 2021-01-20 | 1 | -0/+11 |
* | | | | | Merge branch 'release-3.19' | Brad King | 2021-01-21 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge topic 'vs-sdk-selection' into release-3.19 | Brad King | 2021-01-21 | 6 | -4/+23 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'vs-sdk-selection' | Brad King | 2021-01-21 | 6 | -4/+23 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | VS: Generalize Win10 max SDK version to all VS generators | jonathan molinatto | 2021-01-20 | 6 | -4/+23 |
* | | | | | | Merge branch 'release-3.19' | Brad King | 2021-01-21 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'FindHDF5-silence-output' into release-3.19 | Brad King | 2021-01-21 | 1 | -3/+5 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'FindHDF5-silence-output' | Brad King | 2021-01-21 | 1 | -3/+5 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | FindHDF5: silence STATUS messages when found with QUIET | Ben Boeckel | 2021-01-20 | 1 | -3/+3 |
| * | | | | | | FindHDF5: avoid writing to the output when testing h5cc | Ben Boeckel | 2021-01-20 | 1 | -0/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'release-3.19' | Brad King | 2021-01-21 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'macos-include-weak-dependencies' into release-3.19 | Brad King | 2021-01-21 | 4 | -4/+37 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'macos-include-weak-dependencies' | Brad King | 2021-01-21 | 4 | -4/+37 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detected | Bianca van Schaik | 2021-01-20 | 3 | -3/+36 |
| * | | | | | GetPrerequisites: Include weak macOS dependencies | Bianca van Schaik | 2021-01-20 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-01-21 | 1 | -1/+1 |
* | | | | | Merge topic 'ninja-custom_command-depfile' | Brad King | 2021-01-20 | 17 | -64/+99 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency | Marc Chevrier | 2021-01-19 | 17 | -64/+99 |
* | | | | | | Merge topic 'export-copy-if-different' | Brad King | 2021-01-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | install(EXPORT): Set copy-if-different on install export config files | Daan De Meyer | 2021-01-19 | 1 | -0/+1 |
* | | | | | | | Merge topic 'doc-genex' | Brad King | 2021-01-20 | 7 | -109/+377 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Convert genex documentation to sphinx domain objects | Brad King | 2021-01-18 | 1 | -102/+282 |
| * | | | | | | | Help: Remove extra blank line from cmake-generator-expressions(7) | Brad King | 2021-01-18 | 1 | -1/+0 |
| * | | | | | | | Utilities/Sphinx: Add role and directive for 'genex' in CMake domain | Brad King | 2021-01-18 | 6 | -6/+64 |
| * | | | | | | | Help/dev: Mention 'cpack_gen' domain object in CMake Documentation Guide | Brad King | 2021-01-18 | 1 | -0/+5 |
| * | | | | | | | Help/dev: Mention 'envvar' domain object in CMake Documentation Guide | Brad King | 2021-01-18 | 1 | -0/+10 |
| * | | | | | | | cmRST: Add support for 'envvar' directive | Brad King | 2021-01-18 | 3 | -1/+17 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-01-20 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'bootstrap-compiler-check-ldflags' | Brad King | 2021-01-19 | 1 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | bootstrap: add cmake_ld_flags to compilers check | Issam E. Maghni | 2021-01-17 | 1 | -6/+6 |
* | | | | | | | Merge branch 'release-3.19' | Brad King | 2021-01-19 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'CMake-cross-compiling' into release-3.19 | Brad King | 2021-01-19 | 1 | -1/+7 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'CMake-cross-compiling' | Brad King | 2021-01-19 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Restore support for cross-compiling CMake itself | Marc Chevrier | 2021-01-18 | 1 | -1/+7 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-01-19 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'vim-ExternalProject-URL_MD5' | Brad King | 2021-01-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | vim: Add missing keyword URL_MD5 | Eisuke Kawashima | 2021-01-17 | 1 | -0/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'ep-stash-options' | Brad King | 2021-01-18 | 3 | -9/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ExternalProject: Don't git stash ignored files | Craig Scott | 2021-01-16 | 3 | -9/+24 |
| | |_|_|_|/ / | |/| | | | | |