summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-199-25/+59
|\
| * 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-153-15/+49
* | Merge topic 'ctest-more_submit_params'Brad King2018-09-191-0/+23
|\ \
| * | ctest_submit: pass additional info to CDashZack Galbreath2018-09-171-0/+23
* | | Merge topic 'fix-getsafedef-stdstring'Brad King2018-09-193-14/+10
|\ \ \
| * | | Fix regression in target output file naming logicBrad King2018-09-191-9/+8
| * | | 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-183-5/+15
|\ \ \ \
| * | | | VS: Do not specify incremental linking if LTCG is enabledBrad King2018-09-171-3/+5
| * | | | IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual StudioNiels Dekker2018-09-173-2/+10
* | | | | 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
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-09-181-1/+1
| |/ / / |/| | |
* | | | Merge topic 'link-options'Brad King2018-09-171-2/+2
|\ \ \ \
| * | | | target_link_options: fix erroneous handling of BEFORE keyword.Marc Chevrier2018-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
* | | | | | 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-1413-73/+234
|\ \ \ \ \
| * | | | | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-129-29/+165
| * | | | | 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 'ctest-stop-time-test'Brad King2018-09-144-18/+44
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | CTest: Improve stop-time implementationBrad King2018-09-124-18/+44
* | | | | | CMake Nightly Date StampKitware Robot2018-09-141-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2018-09-131-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'rule-launch-custom-extra-space'Brad King2018-09-122-8/+3
|\ \ \ \ \
| * | | | | Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM valueBrad King2018-09-112-8/+3
| |/ / / /
* | | | | Merge topic 'gicv-stdstring'Brad King2018-09-129-66/+64
|\ \ \ \ \
| * | | | | cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-109-66/+64
* | | | | | Merge topic 'unused-variables-cleanup'Craig Scott2018-09-122-5/+0
|\ \ \ \ \ \
| * | | | | | Warnings: Remove unused variablesCraig Scott2018-09-112-5/+0
* | | | | | | CMake Nightly Date StampKitware Robot2018-09-121-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'replace-os-x-name-with-macos'Brad King2018-09-117-9/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Replace occurrences of "Mac OS X" with "macOS" in commentsBartosz Kosiorek2018-09-107-9/+9
* | | | | | Merge topic 'imported-same-name'Brad King2018-09-1124-221/+249
|\ \ \ \ \ \
| * | | | | | Fix transitive usage requirements through same-name imported targetsBrad King2018-09-107-47/+45
| * | | | | | genex: Simplify cmGeneratorExpressionInterpreterBrad King2018-09-079-87/+36
| * | | | | | Fix dependency propagation through same-name imported targetsBrad King2018-09-075-41/+44
| * | | | | | cmLinkItem: Convert to a "sum type" over a string and target pointerBrad King2018-09-079-66/+144