summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Tests: Add test for InstallRequiredSystemLibrariesKyle Edwards2018-07-173-0/+12
| * | Tests: Add test for $<0:...> in ExportImportKyle Edwards2018-07-171-3/+3
| * | Tests: Add test for install(TARGETS) RPATH functionalityKyle Edwards2018-07-175-1/+42
| * | Tests: Add test for install(FILES) with PERMISSIONSKyle Edwards2018-07-173-0/+7
| * | Tests: Add test for installing parts of targets in different directoriesKyle Edwards2018-07-174-0/+15
| * | Tests: Add test for install(DIRECTORY) with PATTERN and REGEXKyle Edwards2018-07-176-0/+38
| * | Tests: Add test for CONFIGURATIONS parameter of install()Kyle Edwards2018-07-173-0/+4
| * | Tests: Add test for install(<SCRIPT|CODE>)Kyle Edwards2018-07-174-0/+11
| * | Tests: Add test for <PRE|POST>_INSTALL_SCRIPTKyle Edwards2018-07-175-0/+11
| * | Tests: Add test for deprecated install_*() commandsKyle Edwards2018-07-175-0/+19
| * | Tests: Add tests for *OUTPUT_NAME propertiesKyle Edwards2018-07-173-0/+44
| * | Tests: Add test for install(DIRECTORY ... OPTIONAL)Kyle Edwards2018-07-173-0/+3
| * | Tests: Add tests for install(<TARGETS|FILES> ... OPTIONAL)Kyle Edwards2018-07-176-0/+10
* | | Merge topic 'nvcc_dlink_dedup_static_libs'Brad King2018-07-187-5/+77
|\ \ \
| * | | CUDA: Properly de-duplicate libs when doing device linkingRobert Maynard2018-07-172-7/+18
| * | | CUDA: Add a test to verify device linking can handle circular depsRobert Maynard2018-07-176-0/+61
* | | | CMake Nightly Date StampKitware Robot2018-07-181-1/+1
| |/ / |/| |
* | | Merge branch 'release-3.12'Brad King2018-07-170-0/+0
|\ \ \ | | |/ | |/|
| * | CMake 3.12.0v3.12.0Brad King2018-07-171-1/+1
* | | Merge topic 'math-err'Brad King2018-07-1712-92/+104
|\ \ \
| * | | math: Restore toleration of unexpected characters in an expressionBrad King2018-07-1612-76/+102
| * | | cmExprParserHelper: Simplify error state trackingBrad King2018-07-161-6/+2