summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'deprecate-policy-old'Craig Scott2018-09-2012-4/+115
|\
| * Add deprecation warnings for policies CMP0063 and belowBrad King2018-09-1712-4/+115
* | Merge topic 'bundleutilities-policy'Brad King2018-09-2015-218/+303
|\ \
| * | Help: Add release notes for new BundleUtilities policyKyle Edwards2018-09-191-0/+5
| * | BundleUtilities: Disallow inclusion at configure timeKyle Edwards2018-09-1914-1/+76
| * | Help: Add note for BundleUtilities usageKyle Edwards2018-09-191-0/+4
| * | Help: Convert BundleUtilities help to block-style commentKyle Edwards2018-09-191-217/+218
* | | Merge topic 'rel-win-nightly'Brad King2018-09-202-2/+2
|\ \ \
| * | | Utilities/Release: Skip spurious ExternalData test for nightly binaryBrad King2018-09-192-2/+2
| |/ /
* | | Merge topic 'FindCUDA-filter-compute-capabilities'Brad King2018-09-201-0/+3
|\ \ \
| * | | FindCUDA: Filter unrelated content in compute capabilities outputSoumith Chintala2018-09-191-0/+3
* | | | Merge topic 'FindCUDA-ccbin-env'Brad King2018-09-202-1/+9
|\ \ \ \
| * | | | FindCUDA: Add option to set CUDA_HOST_COMPILER via environmentpeterjc1232018-09-182-1/+9
* | | | | Merge branch 'release-3.12'Brad King2018-09-200-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'doc-updates' into release-3.12Brad King2018-09-191-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-updates'Brad King2018-09-201-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: TESTS property: clarify usage.Marc Chevrier2018-09-191-1/+1
* | | | | | | Merge topic 'vs-2015-max-sdk'Brad King2018-09-205-1/+43
|\ \ \ \ \ \ \
| * | | | | | | Tests: Add VSWinStorePhone for VS 15 2017Gilles Khouzam2018-09-191-0/+5
| * | | | | | | Tests: Fix VSWinStorePhone to properly identify VS 14 2015Gilles Khouzam2018-09-191-1/+1
| * | | | | | | VS: Do not select a Windows SDK too high for current VS versionGilles Khouzam2018-09-174-0/+37
* | | | | | | | Merge topic '18375-kfreebsd-bootstrap'Brad King2018-09-202-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | libuv: Add kFreeBSD platform-specific filesGregor Jasny2018-09-181-0/+16
| * | | | | | | | bootstrap: Add missing libraries for kFreeBSDGregor Jasny2018-09-161-0/+3
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-09-201-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge topic 'symlink'Brad King2018-09-198-44/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Add '-E create_symlink' support on WindowsJon Chronopoulos2018-09-188-44/+76
* | | | | | | | | Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-1923-25/+120
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add release note for the -S and -B options.Robert Maynard2018-09-151-0/+10
| * | | | | | | | | CMake: Internally uses -S instead of -H to specify source directoryRobert Maynard2018-09-156-10/+10
| * | | | | | | | | cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-1516-15/+100
* | | | | | | | | | Merge topic 'ctest-more_submit_params'Brad King2018-09-196-0/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ctest_submit: pass additional info to CDashZack Galbreath2018-09-176-0/+28
* | | | | | | | | | | Merge topic 'fix-getsafedef-stdstring'Brad King2018-09-196-14/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix regression in target output file naming logicBrad King2018-09-194-9/+19
| * | | | | | | | | | | Restore possibly regressed CMP0018 logicBrad King2018-09-192-5/+2
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-09-191-1/+1
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge topic 'vs-ipo'Brad King2018-09-187-8/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | VS: Do not specify incremental linking if LTCG is enabledBrad King2018-09-171-3/+5
| * | | | | | | | | | | IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual StudioNiels Dekker2018-09-177-5/+19
* | | | | | | | | | | | Merge topic 'link-options'Brad King2018-09-181-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | LINK_OPTIONS: Add missing initialization actionsMarc Chevrier2018-09-171-0/+3
* | | | | | | | | | | | | Merge topic 'getsafedef-stdstring'Brad King2018-09-1825-97/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-1825-97/+99
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'if-version-docs'Brad King2018-09-181-5/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Help: Clarify handling of non-integer components in if() version testsCraig Scott2018-09-171-5/+15
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'FindPython-updates'Brad King2018-09-185-63/+416
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | FindPython*: Windows: add facility to select lookup order for registry.Marc Chevrier2018-09-125-61/+244
| * | | | | | | | | | | | FindPython*: MacOS: Fix erroneous handling of Frameworks.Marc Chevrier2018-09-124-17/+180
| * | | | | | | | | | | | FindPython: clean-up lookup names strategyMarc Chevrier2018-09-121-3/+10