summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| * | | | Xcode: Compute global order index for targetsBrad King2018-07-192-0/+37
| * | | | Xcode: Remove loop over local generators that has no effectBrad King2018-07-191-7/+0
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2018-07-201-1/+1
|/ / /
* | | Merge topic 'cpack_archive_typo'Brad King2018-07-191-5/+5
|\ \ \
| * | | CPack: Fix log typos (spaces in the wrong places)Sylvain Joubert2018-07-181-5/+5
* | | | Merge branch 'release-3.12'Brad King2018-07-190-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'tcl-8.7' into release-3.12Brad King2018-07-183-0/+9
| |\ \ \
| * \ \ \ Merge branch 'UseSWIG-csharp-conditional' into release-3.12Brad King2018-07-181-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'csharp-compiler-loaded' into release-3.12Brad King2018-07-181-0/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'tcl-8.7'Brad King2018-07-193-0/+9
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FindTCL: Add support for version 8.7Dima Panov2018-07-183-0/+9
| |/ / / /
* | | | | Merge topic 'UseSWIG-csharp-conditional'Brad King2018-07-191-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | UseSWIG: Use CSharp language only if it is enabledBrad King2018-07-181-1/+1
| | |/ / | |/| |
* | | | Merge topic 'csharp-compiler-loaded'Brad King2018-07-191-0/+1
|\ \ \ \ | |/ / /
| * | | CSharp: Set CMAKE_CSharp_COMPILER_LOADED variable when language is enabledBrad King2018-07-181-0/+1
| |/ /
* | | CMake Nightly Date StampKitware Robot2018-07-191-1/+1
* | | Merge topic 'doc-regex-notes'Brad King2018-07-181-0/+14
|\ \ \ | |_|/ |/| |
| * | Help: Document how escape sequences work in a regexBrad King2018-07-181-0/+14
|/ /
* | Merge topic 'remove-simpleinstall'Brad King2018-07-18102-1250/+250
|\ \
| * | Tests: Remove the SimpleInstall testKyle Edwards2018-07-1757-1241/+0
| * | Tests: Add test for cmake --build . --target packageKyle Edwards2018-07-173-8/+25
| * | Tests: Add test for install(SCRIPT ... COMPONENT)Kyle Edwards2018-07-175-0/+9