summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Makefiles Generators: Add support for various depends scannersMarc Chevrier2020-11-284-19/+28
* Merge branch 'release-3.19'Marc Chevrier2020-11-280-0/+0
|\
| * Merge topic 'FPHSA-usable-outside-find_package' into release-3.19Marc Chevrier2020-11-281-2/+7
| |\
* | \ Merge topic 'FPHSA-usable-outside-find_package'Marc Chevrier2020-11-281-2/+7
|\ \ \ | | |/ | |/|
| * | FPHSA: ensure it can be used outside 'find_package'Marc Chevrier2020-11-251-2/+7
* | | CMake Nightly Date StampKitware Robot2020-11-281-1/+1
* | | CMake Nightly Date StampKitware Robot2020-11-271-1/+1
* | | CMake Nightly Date StampKitware Robot2020-11-261-1/+1
* | | Merge branch 'release-3.19'Brad King2020-11-250-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'ci-xcode-12.2' into release-3.19Brad King2020-11-252-4/+5
| |\ \
* | \ \ Merge topic 'ci-xcode-12.2'Brad King2020-11-252-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | gitlab-ci: update macOS jobs to use Xcode 12.2Brad King2020-11-241-4/+4
| * | | Tests: Teach RunCMake to ignore Xcode install_name_tool signature warningsBrad King2020-11-241-0/+1
* | | | Merge branch 'release-3.19'Brad King2020-11-250-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'test-java-default' into release-3.19Brad King2020-11-252-6/+12
| |\ \ \
* | \ \ \ Merge topic 'test-java-default'Brad King2020-11-252-6/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Tests: Add CMake_TEST_Java option to control Java testsBrad King2020-11-242-6/+12
| | |/ / | |/| |
* | | | Merge branch 'release-3.18'Brad King2020-11-250-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'cuda_detect_vs_codegen' into release-3.18Brad King2020-11-251-4/+8
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.19'Brad King2020-11-250-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'cuda_detect_vs_codegen' into release-3.19Brad King2020-11-251-4/+8
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
* | | | | Merge topic 'cuda_detect_vs_codegen'Brad King2020-11-251-4/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CUDA: Fix user-set architectures during detection with Visual StudioRaul Tambre2020-11-251-4/+8
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2020-11-251-1/+1
* | | | Merge topic 'doc-dev-experimental'Brad King2020-11-242-0/+12
|\ \ \ \
| * | | | Help/dev: Add a CMake Experimental Features GuideBrad King2020-11-242-0/+12
|/ / / /
* | | | Merge branch 'release-3.19'Brad King2020-11-240-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | CMake 3.19.1v3.19.1Brad King2020-11-241-1/+1
* | | | Merge branch 'release-3.19'Brad King2020-11-240-0/+0
|\ \ \ \ | |/ / /
| * | | Merge topic 'policy-cmp0111-iface' into release-3.19Brad King2020-11-247-40/+65
| |\ \ \
* | \ \ \ Merge topic 'policy-cmp0111-iface'Brad King2020-11-247-40/+65
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmVisualStudio10TargetGenerator: Avoid GetFullPath on INTERFACE libraryBrad King2020-11-231-1/+2
| * | | | cmTarget: Do not enforce CMP0111 on imported INTERFACE librariesBrad King2020-11-234-32/+36
| * | | | Tests: Match RunCMake.CMP0111 stderr more strictlyBrad King2020-11-232-7/+27
* | | | | Merge branch 'release-3.19'Brad King2020-11-240-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'fix-find-make-program' into release-3.19Brad King2020-11-244-1/+29
| |\ \ \ \
* | \ \ \ \ Merge topic 'fix-find-make-program'Brad King2020-11-244-1/+29
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cmGlobalGenerator: FindMakeProgram() at a generator-specific timeKyle Edwards2020-11-234-1/+29
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.19'Brad King2020-11-240-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'xcode-cc-work-dir' into release-3.19Brad King2020-11-246-3/+38
| |\ \ \ \
* | \ \ \ \ Merge topic 'xcode-cc-work-dir'Brad King2020-11-246-3/+38
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Xcode: Fix custom command work-dir placeholders in "new build system"Brad King2020-11-236-3/+38
* | | | | | Merge branch 'release-3.19'Brad King2020-11-240-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cmFileTime-fix-overflow' into release-3.19Brad King2020-11-242-27/+40
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
* | | | | Merge topic 'cmFileTime-fix-overflow'Brad King2020-11-242-27/+40
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmFileTime: Fix overflow on time computationMarc Chevrier2020-11-232-27/+40
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2020-11-241-1/+1
* | | | Merge topic 'doc-removed-UseJava-modules'Brad King2020-11-233-0/+14
|\ \ \ \
| * | | | Help: Restore documentation placeholder for removed modulesBrad King2020-11-203-0/+14
* | | | | Merge branch 'release-3.19'Brad King2020-11-230-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |