summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2021-01-251-1/+1
* Merge topic 'doc-xcode-attr'Craig Scott2021-01-242-3/+15
|\
| * Help: Document intended purpose of XCODE_ATTRIBUTE_<an-attribute>Brad King2021-01-232-3/+15
* | CMake Nightly Date StampKitware Robot2021-01-241-1/+1
* | CMake Nightly Date StampKitware Robot2021-01-231-1/+1
* | Merge topic 'SWIG-dependencies'Brad King2021-01-225-18/+93
|\ \
| * | UseSWIG: use swig tool to generate dependenciesMarc Chevrier2021-01-215-18/+93
| |/
* | Merge topic 'msvc-arm64ec-platform-support'Brad King2021-01-225-3/+33
|\ \
| * | MSVC: Add support for targeting ARM64ECMoyo Okeremi 😊2021-01-205-3/+33
* | | CMake Nightly Date StampKitware Robot2021-01-221-1/+1
* | | Merge branch 'release-3.18'Brad King2021-01-210-0/+0
|\ \ \
| * \ \ Merge branch 'backport-3.18-ci-wix-download' into release-3.18Brad King2021-01-214-0/+23
| |\ \ \
* | \ \ \ Merge branch 'release-3.19'Brad King2021-01-210-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'ci-wix-download' into release-3.19Brad King2021-01-214-0/+23
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ci-wix-download'Brad King2021-01-214-0/+23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'backport-3.18-ci-wix-download' into ci-wix-downloadBrad King2021-01-214-0/+23
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | ci: download WiX on WindowsBrad King2021-01-212-0/+21
| | * | | ci: speed up cmake and ninja downloads on WindowsBrad King2021-01-212-0/+2
| | |/ /
* | | | Merge topic 'FindGit-cache-version'Brad King2021-01-217-40/+76
|\ \ \ \
| * | | | Tests: FindGit already provides the git version, re-use itCraig Scott2021-01-203-25/+7
| * | | | FindGit: Cache the GIT_EXECUTABLE version for the current runCraig Scott2021-01-204-15/+69
* | | | | Merge topic 'cuda-archs'Brad King2021-01-211-46/+43
|\ \ \ \ \
| * | | | | CUDA: Update arch selection, restructure for maintainabilityHenry Schreiner2021-01-201-46/+32
| * | | | | CUDA: Add arch selection debug mode to print out CUDA versionsHenry Schreiner2021-01-201-0/+11
* | | | | | Merge branch 'release-3.19'Brad King2021-01-210-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'vs-sdk-selection' into release-3.19Brad King2021-01-216-4/+23
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'vs-sdk-selection'Brad King2021-01-216-4/+23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | VS: Generalize Win10 max SDK version to all VS generatorsjonathan molinatto2021-01-206-4/+23
* | | | | | | Merge branch 'release-3.19'Brad King2021-01-210-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'FindHDF5-silence-output' into release-3.19Brad King2021-01-211-3/+5
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindHDF5-silence-output'Brad King2021-01-211-3/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindHDF5: silence STATUS messages when found with QUIETBen Boeckel2021-01-201-3/+3
| * | | | | | | FindHDF5: avoid writing to the output when testing h5ccBen Boeckel2021-01-201-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.19'Brad King2021-01-210-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'macos-include-weak-dependencies' into release-3.19Brad King2021-01-214-4/+37
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'macos-include-weak-dependencies'Brad King2021-01-214-4/+37
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detectedBianca van Schaik2021-01-203-3/+36
| * | | | | | GetPrerequisites: Include weak macOS dependenciesBianca van Schaik2021-01-201-1/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2021-01-211-1/+1
* | | | | | Merge topic 'ninja-custom_command-depfile'Brad King2021-01-2017-64/+99
|\ \ \ \ \ \
| * | | | | | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistencyMarc Chevrier2021-01-1917-64/+99
* | | | | | | Merge topic 'export-copy-if-different'Brad King2021-01-201-0/+1
|\ \ \ \ \ \ \
| * | | | | | | install(EXPORT): Set copy-if-different on install export config filesDaan De Meyer2021-01-191-0/+1
* | | | | | | | Merge topic 'doc-genex'Brad King2021-01-207-109/+377
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Convert genex documentation to sphinx domain objectsBrad King2021-01-181-102/+282
| * | | | | | | | Help: Remove extra blank line from cmake-generator-expressions(7)Brad King2021-01-181-1/+0
| * | | | | | | | Utilities/Sphinx: Add role and directive for 'genex' in CMake domainBrad King2021-01-186-6/+64
| * | | | | | | | Help/dev: Mention 'cpack_gen' domain object in CMake Documentation GuideBrad King2021-01-181-0/+5
| * | | | | | | | Help/dev: Mention 'envvar' domain object in CMake Documentation GuideBrad King2021-01-181-0/+10
| * | | | | | | | cmRST: Add support for 'envvar' directiveBrad King2021-01-183-1/+17
| |/ / / / / / /