summaryrefslogtreecommitdiff
path: root/Help/command
Commit message (Expand)AuthorAgeFilesLines
* Help: Document append functionality of string(JSON)Leonid Pospelov2023-05-031-0/+3
* Help: change links to point to the env.vars, not to the cmake varsAlex Neundorf2023-05-016-5/+32
* GenEx LIST: list operationsMarc Chevrier2023-04-161-15/+15
* Help: Clarify that {add,target}_compile_options are not used for linkingBrad King2023-03-314-0/+28
* Help: Link to COMPILE_LANGUAGE genex from add_compile_optionsBrad King2023-03-311-0/+4
* Help: Link to COMPILE_LANGUAGE genex from target_compile_optionsBrad King2023-03-281-0/+4
* Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing'Brad King2023-03-281-9/+16
|\
| * file(GET_RUNTIME_DEPENDENCIES): Document case-preserving change on WindowsBrad King2023-03-271-9/+16
* | Help: Clarify that set(VAR) unsets VARBrad King2023-03-243-12/+21
|/
* Help: Improve file command signaturesMatthew Woehlke2023-03-151-5/+5
* Help: Convert signatures of file commandMatthew Woehlke2023-03-153-931/+899
* Help: Convert signatures of list and set commandsMatthew Woehlke2023-03-152-277/+248
* Help: Use signature directive for 'if' commandBrad King2023-03-071-70/+90
* Help: Improve sentence structure around "if so"Brad King2023-03-071-6/+6
* Help: Add internal cross-references to 'if' command docsBrad King2023-03-071-12/+14
* Help: Indent 'if' command docs more consistentlyBrad King2023-03-071-102/+102
* Merge topic 'improve-doc-signatures'Brad King2023-03-072-496/+409
|\
| * Help: Use signature directive for string commandMatthew Woehlke2023-03-061-330/+256
| * Help: Use signature directive for cmake_language commandMatthew Woehlke2023-03-061-166/+153
* | Merge topic 'Apple-handle-Text-Stubs'Brad King2023-03-021-0/+18
|\ \
| * | Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+18
* | | Merge topic 'try-doc'Brad King2023-03-012-39/+37
|\ \ \ | |/ / |/| |
| * | Help:try_{compile,run}: clarify, encourage new syntaxscivision2023-02-282-39/+37
* | | Help:file: document HTTPHEADER morescivision2023-02-241-1/+8
* | | find_package: Use <PACKAGENAME>_ROOT variables as search prefixesBrad King2023-02-232-2/+26
* | | Help: Document <PackageName>_ROOT variable ordering using an ordered listBrad King2023-02-232-26/+41
| |/ |/|
* | Merge topic 'ninja-custom-command-depends'Brad King2023-02-201-0/+3
|\ \
| * | Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLYAbdelmaged Khalifa2023-02-171-0/+3
* | | Merge topic 'ci-linkcheck'Brad King2023-02-171-1/+1
|\ \ \ | |/ / |/| |
| * | Help: Replace links with their permanent redirectsBrad King2023-02-171-1/+1
* | | Help:add_test: emphasize important pointsscivision2023-02-152-37/+32
|/ /
* | Merge topic 'ninja-custom-command-depends'Brad King2023-02-151-1/+17
|\ \
| * | add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for NinjaAbdelmaged Khalifa2023-02-141-1/+17
* | | Help: math: note that floating point inputs are invalidscivision2023-02-141-1/+2
|/ /
* | Merge topic 'doc-find_package-root-case'Brad King2023-02-091-1/+2
|\ \ | |/
| * Help: Clarify that <PackageName>_ROOT variable names are case-preservedBrad King2023-02-081-1/+2
* | Merge topic 'KateImprovements'Brad King2023-02-071-1/+1
|\ \ | |/ |/|
| * Help: fix typo in docs for set_property()Alexander Neundorf2023-02-061-1/+1
* | Help: Clarify interaction of execute_process *_FILE and *_VARIABLE optionsscivision2023-02-061-34/+40
|/
* Help: Clarify add_custom_command OUTPUT relative path behaviorBrad King2023-01-301-3/+12
* Help: configure_file doc example use `target_include_directories`Robert Maynard2023-01-251-2/+2
* Merge topic 'isdir_empty'Brad King2023-01-251-2/+6
|\
| * Help: Document behavior of if(EXISTS,IS_DIRECTORY) for empty pathsscivision2023-01-241-2/+6
* | Help: Update supported languages in project and enable_languageRobert Maynard2023-01-203-31/+31
|/
* message: Add CONFIGURE_LOG mode to record a message in the configure logBrad King2023-01-181-0/+50
* Help: Document configure log behavior in try_compile and try_runBrad King2023-01-182-0/+10
* try_compile: Add a NO_LOG option to skip recording in the configure logBrad King2023-01-162-0/+11
* try_compile: Add optional LOG_DESCRIPTION to record in configure logBrad King2023-01-162-0/+12
* Help: Fix typo in configure_file docsGustaf Borgström2023-01-111-1/+1
* Merge topic 'doc-SYSTEM'Craig Scott2022-12-191-11/+9
|\