summaryrefslogtreecommitdiffstats
path: root/Help/command
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'policy-CMP0022-fixes-for-master'Brad King2013-11-041-7/+10
|\ | | | | | | | | | | | | | | | | | | | | | | b51696f CMP0022: Update target_link_libraries plain signature documentation 25b7f87 Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master 0a561a0 CMP0022: Warn about a given target at most once 23d21b7 Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets ef10b87 CMP0022: Plain target_link_libraries must populate link interface 0e06788 CMP0022: Add test for target_link_libraries plain signature c0f4a61 CMP0022: Add unit test for null pointer check and message. 4b0cfa7 Merge branch 'output-CMP0022-entries' into policy-CMP0022-fixes
| * CMP0022: Update target_link_libraries plain signature documentationBrad King2013-11-031-7/+10
| | | | | | | | | | | | Make the documentation change made by commit ef10b87c (CMP0022: Plain target_link_libraries must populate link interface, 2013-11-02) in the new location for the same documentation.
* | Add missing documentation for include dirs related variables. (#12611)Stephen Kelly2013-11-021-1/+1
|/ | | | | Document CMAKE_INCLUDE_DIRECTORIES_BEFORE and CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.
* Merge topic 'minor-cleanups'Brad King2013-10-241-1/+1
|\ | | | | | | | | | | f3f49ff Docs: Fix typo b0686fd Docs: Fix typo.
| * Docs: Fix typoStephen Kelly2013-10-231-1/+1
| | | | | | | | opitions -> options.
* | Add policy CMP0036 to disallow build_nameBrad King2013-10-221-1/+3
| |
* | Add policy CMP0035 to disallow variable_requiresBrad King2013-10-221-1/+3
| |
* | Add policy CMP0034 to disallow utility_sourceBrad King2013-10-221-0/+2
| |
* | Add policy CMP0033 to disallow export_library_dependenciesBrad King2013-10-221-1/+3
| |
* | Add policy CMP0032 to disallow output_required_filesBrad King2013-10-221-1/+3
| |
* | Add policy CMP0031 to disallow load_commandBrad King2013-10-221-0/+2
| |
* | Add policy CMP0030 to disallow use_mangled_mesaBrad King2013-10-221-0/+2
| |
* | Add policy CMP0029 to disallow subdir_dependsBrad King2013-10-221-1/+3
|/
* Merge topic 'string-CONCAT-command'Brad King2013-10-221-0/+4
|\ | | | | | | | | 4e184a2 string: Add CONCAT sub-command
| * string: Add CONCAT sub-commandBrad King2013-10-211-0/+4
| | | | | | | | | | | | Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases.
* | target_link_libraries(): Fix code snippet in documentation.Stephen Kelly2013-10-181-1/+2
|/ | | | The porting script seems to have made a mistake here.
* Help: Factor out cmake-generator-expressions manual pageBrad King2013-10-167-473/+18
| | | | | | | | | Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
* Help: Factor out find_* command duplicationBrad King2013-10-169-628/+227
| | | | | | | These documents were represented in the builtin documentation using a common starting point with placeholders substituted by each command. Convert them back to this approach using the reStructuredText include directive and substitutions to avoid duplication.
* Help: Fix reStructuredText syntax in auto-generated documentsBrad King2013-10-157-9/+9
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-15113-0/+5553
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.