summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help: Convert BundleUtilities help to block-style commentKyle Edwards2018-09-191-217/+218
* 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
* | | | | | | | CMake Nightly Date StampKitware Robot2018-09-181-1/+1
* | | | | | | | Merge topic 'cmake_rule_messages_doc'Brad King2018-09-173-1/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Help: Document CMAKE_RULE_MESSAGES variableJulien Schueller2018-09-173-1/+10
* | | | | | | | Merge topic 'link-options'Brad King2018-09-172-2/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | target_link_options: fix erroneous handling of BEFORE keyword.Marc Chevrier2018-09-142-2/+10
| |/ / / / / / /
* | | | | | | | Merge topic 'docs/gen-see-also'Brad King2018-09-171-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: add some 'see also' helper textsBrian Heim2018-09-131-0/+5
* | | | | | | | | Merge topic 'FindCUDA-doc-typo'Brad King2018-09-171-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindCUDA: Fix "alphabetical" typoNikolaus Wittenstein2018-09-141-2/+2
* | | | | | | | | | Merge topic 'update-kwsys'Brad King2018-09-172-5/+5
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-09-142-5/+5
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | KWSys 2018-09-14 (1809bedd)KWSys Upstream2018-09-142-5/+5
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-09-171-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-09-161-1/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2018-09-151-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge topic 'out-of-dir-linking'Brad King2018-09-1460-88/+529
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-1256-44/+460
| * | | | | | | | | cmTarget: Future-proof AddLinkLibrary target lookup scopeBrad King2018-09-121-1/+1
| * | | | | | | | | cmExportFileGenerator: Use cmGeneratorTarget::ResolveTargetReferenceBrad King2018-09-121-2/+7
| * | | | | | | | | cmGeneratorTarget: Factor target name resolution out of link item resolutionBrad King2018-09-122-10/+31
| * | | | | | | | | Make internal TARGET_PROPERTY generator expressions more robustBrad King2018-09-124-3/+33
| * | | | | | | | | Android.mk: De-duplicate link libraries logic during exportBrad King2018-09-111-21/+5
| * | | | | | | | | cmGlobalGenerator: Remove unused FindLocalGenerator methodBrad King2018-09-112-15/+0
* | | | | | | | | | Merge topic 'module_policy_protection'Brad King2018-09-145-2/+27
|\ \ \ \ \ \ \ \ \ \