summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-default-package-version-zero'Craig Scott2018-07-298-12/+39
|\
| * CPack: Restore support for 0-valued version componentsBrad King2018-07-278-12/+39
* | CMake Nightly Date StampKitware Robot2018-07-291-1/+1
* | CMake Nightly Date StampKitware Robot2018-07-281-1/+1
* | Merge topic 'UseSWIG-target-name-policy'Brad King2018-07-2725-28/+107
|\ \
| * | UseSWIG: add policy to manage target naming strategy.Marc Chevrier2018-07-2525-28/+107
* | | Merge topic 'reproducible-tarballs'Brad King2018-07-279-4/+112
|\ \ \
| * | | CPack/Deb: Support SOURCE_DATE_EPOCH when packaging filesAndrew Fuller2018-07-259-4/+112
* | | | CMake Nightly Date StampKitware Robot2018-07-271-1/+1
* | | | Merge topic 'maint_clarify_merge_process'Brad King2018-07-261-3/+6
|\ \ \ \
| * | | | maint: Add further details about merging topics to release branchCraig Scott2018-07-251-3/+6
| | |/ / | |/| |
* | | | Merge topic 'get_include_directories'Brad King2018-07-262-67/+85
|\ \ \ \
| * | | | cmLocalGenerator: Extend the functionality of ``GetIncludeDirectories()``Sebastian Holtermann2018-07-252-11/+30
| * | | | cmLocalGenerator: Style changes: Private local variable renamesSebastian Holtermann2018-07-251-8/+8
| * | | | cmLocalGenerator: Style change: Wrap temporary strings and code in bracesSebastian Holtermann2018-07-251-14/+17
| * | | | cmLocalGenerator: Style change: Wrap temporary strings and code in bracesSebastian Holtermann2018-07-251-21/+24
| * | | | cmLocalGenerator: Style change: Use return value of std::set::insertSebastian Holtermann2018-07-251-23/+16
* | | | | Merge branch 'release-3.12'Brad King2018-07-260-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'googletest_policy_settings' into release-3.12Brad King2018-07-251-0/+7
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'googletest_policy_settings'Brad King2018-07-261-0/+7
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | GoogleTest: Ensure policy settings allow use of IN_LISTCraig Scott2018-07-251-0/+7
* | | | | | | CMake Nightly Date StampKitware Robot2018-07-261-1/+1
* | | | | | | Merge topic 'GetPrerequisites-dylibsframeworks'Brad King2018-07-251-14/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | GetPrerequisites: Move dylibs from MacOS to Frameworks folder in bundleHarry Mallon2018-07-241-14/+4
* | | | | | | Merge branch 'release-3.12'Craig Scott2018-07-250-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'project-injected-no-cmp0048' into release-3.12Craig Scott2018-07-256-2/+25
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'project-injected-no-cmp0048'Craig Scott2018-07-256-2/+25
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | project: Do not issue CMP0048 warnings on injected callBrad King2018-07-243-14/+9
| * | | | | Tests: Add case showing CMP0048 warning on injected project commandBrad King2018-07-245-0/+28
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-07-251-1/+1
* | | | | Merge branch 'release-3.12'Brad King2018-07-240-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'FindPython-fix-multiple-calls' into release-3.12Brad King2018-07-231-5/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindPython-fix-multiple-calls'Brad King2018-07-241-5/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FindPython*: fix erroneous behavior on multiple 'find_package' callsMarc Chevrier2018-07-231-5/+1
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-07-241-1/+1
* | | | | Merge topic 'FindPkgConfig-global-target'Brad King2018-07-234-17/+54
|\ \ \ \ \
| * | | | | FindPkgConfig: allow to create global imported targetsRolf Eike Beer2018-07-224-17/+54
| | |_|/ / | |/| | |
* | | | | Merge topic 'BundleUtilities-otool-l-error'Brad King2018-07-231-0/+5
|\ \ \ \ \
| * | | | | BundleUtilities: message(FATAL_ERROR) on otool -l errorHarry Mallon2018-07-201-0/+5
* | | | | | Merge branch 'release-3.12'Brad King2018-07-230-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'doc-find_package-root' into release-3.12Brad King2018-07-2010-23/+64
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2018-07-231-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-07-221-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2018-07-211-1/+1
* | | | | | Merge topic 'doc-find_package-root'Craig Scott2018-07-2010-23/+64
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-2010-23/+64
| | |_|/ / | |/| | |
* | | | | Merge topic 'xcode-target-order'Brad King2018-07-202-240/+279
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Xcode: Process targets in depth-first order during generationBrad King2018-07-191-1/+5
| * | | | Xcode: Refactor storage of ordered list of targetsBrad King2018-07-191-10/+8
| * | | | Xcode: Factor target generation loop body into helper methodBrad King2018-07-192-224/+231