summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-015-2/+25
* | | | | | | | | | Merge topic 'FindOpenGL-revert-imported-targets'Brad King2014-12-031-3/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | FindOpenGL: Revert support for imported targets (#15267)Brad King2014-12-011-3/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'FindOpenGL-no-X11'Brad King2014-12-021-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindOpenGL: Drop explicit dependency on X11 (#15268)Brad King2014-12-011-0/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'doc-compile-features-typo'Brad King2014-12-021-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Help: Fix typo in cmake-compile-features(7) manualDavid Demelier2014-12-021-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindOpenSSL-separate-libs'Brad King2014-12-021-0/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | FindOpenSSL: Report crypto and ssl libraries separatelyHannes Mezger2014-12-011-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'doc-ctest-j-typo'Brad King2014-12-011-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Help: Add missing space to ctest -j option descriptionChristopher Dembia2014-12-011-1/+1
* | | | | | Merge topic 'target-sources-error-conditions'Brad King2014-12-012-0/+8
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Help: Document the export limitation of INTERFACE_SOURCES.Stephen Kelly2014-11-292-0/+8
| |/ / / /
* | | | | Merge topic 'doc-installed-file-property'Brad King2014-12-013-28/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Add 3.1 release notes for INSTALL property scopeBrad King2014-12-011-0/+6
| * | | | Help: Document installed file property APINils Gladitz2014-12-012-0/+21
| * | | | Help: Format set_property and get_property command docsBrad King2014-12-012-28/+42
| | |/ / | |/| |
* | | | Merge topic 'doc-CMP0053-dedup-char'Brad King2014-12-011-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Help: Remove duplicate '#' in CMP0053 valid character listChristoph GrĂ¼ninger2014-12-011-1/+1
| | |/ | |/|
| * | Merge branch 'doc-target_include_directories-fixup' into releaseBrad King2014-11-171-2/+2
| |\ \
| * \ \ Merge branch 'vs14-is-2015' into releaseBrad King2014-11-173-7/+7
| |\ \ \
| * \ \ \ Merge branch 'doc-install-SCRIPT-CODE-COMPONENT' into releaseBrad King2014-11-131-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge topic 'break-command-strictness'Brad King2014-11-263-0/+24
|\ \ \ \ \
| * | | | | break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-253-0/+24
* | | | | | Merge topic 'remove-developer-forbidden-API'Brad King2014-11-261-26/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove note disallowing use of some string and vector API.Stephen Kelly2014-11-251-26/+0
* | | | | | Merge topic 'custom-command-byproducts'Brad King2014-11-251-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Help: Add notes for topic 'custom-command-byproducts'Brad King2014-11-251-0/+7
* | | | | | Merge topic 'doc-drop-borland-workaround'Brad King2014-11-251-22/+0
|\ \ \ \ \ \
| * | | | | | Remove disallowed feature which Borland did not accept.Stephen Kelly2014-11-251-22/+0
* | | | | | | Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-251-7/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Help: Update developer manual with some C++ features now permitted.Stephen Kelly2014-11-201-7/+1
* | | | | | | Merge topic 'improve-INTERFACE-property-docs'Brad King2014-11-2516-75/+188
|\ \ \ \ \ \ \
| * | | | | | | Help: Warn that paths should not be used in INTERFACE_ build properties.Stephen Kelly2014-11-2510-0/+109
| * | | | | | | Help: Fix typo in genex in documentation.Stephen Kelly2014-11-221-1/+1
| * | | | | | | Help: Use a property-specific command instead of the generic one.Stephen Kelly2014-11-221-2/+2
| * | | | | | | Help: Make remaining build property docs consistent.Stephen Kelly2014-11-222-7/+16
| * | | | | | | Help: Link to target_link_libraries from target properies.Stephen Kelly2014-11-222-2/+4
| * | | | | | | Help: Format the LINK_INTERFACE_LIBRARIES target properies.Stephen Kelly2014-11-222-12/+15
| * | | | | | | Help: Unify the help text of INTERFACE_ build properties.Stephen Kelly2014-11-225-51/+41
| |/ / / / / /
* | | | | | | Merge topic 'custom-command-byproducts'Brad King2014-11-252-0/+45
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-142-0/+45
* | | | | | Merge topic 'doc-target_include_directories-fixup'Brad King2014-11-171-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Help: target_include_directories does not allow target namesBrad King2014-11-171-2/+2
* | | | | | Merge topic 'console-pool'Brad King2014-11-173-3/+24
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Add notes for topic 'console-pool'Peter Collingbourne2014-11-141-0/+8
| * | | | | Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-142-3/+16
* | | | | | Merge topic 'vs14-is-2015'Brad King2014-11-173-7/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-143-7/+7
| | |_|/ / | |/| | |
| * | | | Merge branch 'emacs-mode-underscore-in-symbol' into releaseBrad King2014-11-121-0/+4
| |\ \ \ \