summaryrefslogtreecommitdiff
path: root/Help/command
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'doc-install-typo'Craig Scott2022-04-041-1/+1
|\
| * Help: Fix typo in install command documentationEugene Shalygin2022-04-041-1/+1
* | Merge topic 'help-json-length-empty-index'Brad King2022-03-311-1/+1
|\ \ | |/
| * Help: Fix string(JSON ... LENGTH ...) signatureTobias Nießen2022-03-301-1/+1
* | cmake -E tar: Add --touch optionKasper Laudrup2022-03-231-1/+6
* | Merge topic 'initialize-property-name'Brad King2022-03-231-2/+4
|\ \ | |/
| * define_property(): Change constraints of INITIALIZE_FROM_VARIABLEKyle Edwards2022-03-231-2/+4
| * Merge topic 'cleanup-define_property' into release-3.23Brad King2022-03-221-11/+15
| |\
* | \ Merge topic 'cleanup-define_property'Brad King2022-03-221-11/+15
|\ \ \ | | |/ | |/|
| * | Help: Update the main purpose of define_property()Craig Scott2022-03-191-7/+9
| * | Help: Clean up INITIALIZE_FROM_VARIABLE define_property() optionCraig Scott2022-03-191-4/+6
* | | Merge topic 'doc-test-property-genex'Brad King2022-03-223-8/+26
|\ \ \ | | |/ | |/|
| * | Help: Clarify when add_test and test properties support generator expressionsBrad King2022-03-213-8/+26
| |/
* | Merge topic 'doc-ignore-prefix-paths'Brad King2022-03-152-0/+10
|\ \ | |/
| * Help: Clarify behavior of search ignore-related variablesCraig Scott2022-03-132-0/+10
* | find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-101-1/+7
* | Merge topic 'ctest_truncate'Brad King2022-03-091-2/+3
|\ \
| * | ctest: add option for output truncationFrank Winklmeier2022-03-081-2/+3
* | | Merge topic 'doc-file-sets'Brad King2022-03-092-76/+80
|\ \ \ | | |/ | |/|
| * | Help: Update install() docs to better reflect preference for file setsCraig Scott2022-03-081-21/+39
| * | Help: Reorganise FILE_SETS and related propertiesCraig Scott2022-03-051-55/+41
| * | Merge topic 'file-set-name-requirements' into release-3.23Brad King2022-03-041-1/+2
| |\ \
* | \ \ Merge topic 'file-set-name-requirements'Brad King2022-03-041-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | target_sources(): Enforce stricter requirements for FILE_SET nameKyle Edwards2022-03-031-1/+2
* | | | Merge topic 'file-set-multiple-names'Brad King2022-03-041-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | target_sources(): Process multiple FILE_SET arguments per blockKyle Edwards2022-03-031-2/+3
| |/ /
* | | Merge topic 'file-set-no-custom-targets'Brad King2022-03-021-1/+2
|\ \ \ | |/ /
| * | target_sources(): Prohibit FILE_SET on custom targetsKyle Edwards2022-02-281-1/+2
* | | file(DOWNLOAD): Add options to download a rangem.klimenko2022-02-151-0/+12
|/ /
* | Help: Organize and clarify export() command documentationBrad King2022-02-141-43/+88
|/
* Help: Clarify precedence of AND and OR in 'if' conditionsBrad King2022-02-091-8/+15
* Help: Clarify documentation on SYSTEM include directoriesBrad King2022-02-031-6/+9
* Merge topic 'help-try-compile-result-var'Brad King2022-02-012-13/+0
|\
| * Help: Drop incorrect versionadded for try_compile result variablefriendlyanon2022-01-312-13/+0
| * Help: cmake_path: fix erroneous example for IS_PREFIXMarc Chevrier2021-06-121-3/+4
* | Help: Clarify relative path handling for target_include_directories()Craig Scott2022-01-311-8/+17
* | string(TIMESTAMP): add %f specifier for microsecondsPeter Würth2022-01-281-0/+3
* | Help: Note the version in which define_property() arguments became optionalKyle Edwards2022-01-211-0/+4
* | define_property(): Add INITIALIZE_FROM_VARIABLE argumentKyle Edwards2022-01-201-1/+7
* | Merge topic 'define-property-optional-args'Brad King2022-01-191-2/+2
|\ \
| * | define_property(): Make BRIEF_DOCS and FULL_DOCS optionalKyle Edwards2022-01-181-2/+2
* | | Depfile parsing: enhance compatibility with GNU MakeMarc Chevrier2022-01-161-4/+3
|/ /
* | Help: add_custom_command: describes depfile formatMarc Chevrier2022-01-111-3/+42
* | Help: Non-zero floating point numbers are true in if() expressionsCraig Scott2022-01-041-1/+2
* | Help: mention non-existent case for list(PREPEND)Adriaan de Groot2021-12-211-1/+3
* | Help: clarify range for list(INSERT), mention nonexistent / empty caseAdriaan de Groot2021-12-211-1/+6
* | Help: clarify description of list(INSERT)Adriaan de Groot2021-12-211-1/+1
* | Help: clarify that list(APPEND) on a non-existent list creates itAdriaan de Groot2021-12-211-1/+3
* | Help: Clarify behavior of if(DEFINED) for cache and non-cache variablesCraig Scott2021-12-201-1/+10
* | Merge topic 'doc-if-basic-expressions'Brad King2021-12-011-4/+15
|\ \