summaryrefslogtreecommitdiffstats
path: root/Help/command
Commit message (Expand)AuthorAgeFilesLines
* CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)Craig Scott2024-11-151-1/+2
* Help: Fix find_package search order w.r.t. globsMatthew Woehlke2024-10-231-16/+36
* Help: Update Sphinx versionadded directives for 3.31 releaseBrad King2024-10-091-0/+2
* project: Always set <PROJECT-NAME>_* as normal variablesCraig Scott2024-10-081-20/+11
* Merge topic 'project-vars'Brad King2024-10-081-4/+20
|\
| * project: Only check non-cache vars when setting project varsCraig Scott2024-10-071-4/+20
* | Deprecate compatibility with CMake versions older than 3.10Brad King2024-10-031-0/+8
* | Help: Document find_program filename suffix behaviorscivision2024-10-031-0/+20
* | Merge topic 'curl-tls-version'Brad King2024-09-271-0/+4
|\ \
| * | file(DOWNLOAD/UPLOAD): Require minimum TLS 1.2 by defaultBrad King2024-09-261-0/+4
* | | Merge topic 'link-strategy'Brad King2024-09-261-0/+5
|\ \ \
| * | | Linking: Optionally reorder direct dependencies from LINK_LIBRARIESBrad King2024-09-251-0/+5
* | | | Help: Explicitly state include_external_msproject is only for VS generatorsBrad King2024-09-251-4/+5
| |/ / |/| |
* | | Merge topic 'curl-tls-verify'Brad King2024-09-241-5/+10
|\ \ \
| * | | file(DOWNLOAD/UPLOAD): Verify TLS server certificate by defaultBrad King2024-09-241-5/+10
| |/ /
* | | Merge branch 'backport-project-vars' into project-varsBrad King2024-09-201-0/+6
|\ \ \ | |/ / |/| / | |/
| * project: Only define non-cache vars if already definedCraig Scott2024-09-201-0/+6
| * Help: State valid scopes for using proj_SOURCE_DIR and proj_BINARY_DIRCraig Scott2024-09-201-2/+9
* | Merge topic 'normalize-install-destination-paths'Brad King2024-09-201-1/+13
|\ \
| * | install: Normalize DESTINATION pathsCraig Scott2024-09-191-1/+13
* | | install: Add TYPE LIBEXEC for FILES and DIRECTORYChen Linxuan2024-09-181-0/+8
|/ /
* | execute_process: Change default ENCODING to UTF-8Brad King2024-09-161-1/+3
* | execute_process: Document and test ENCODING defaultBrad King2024-09-131-1/+4
* | Help/command/execute_process: Improve formatting of ENCODING namesBrad King2024-09-131-4/+11
* | Merge topic 'file-archive-workdir'Brad King2024-09-121-35/+58
|\ \
| * | file(ARCHIVE_CREATE): add WORKING_DIRECTORY optionYuri Witte2024-09-111-0/+9
| * | Help: Format file(ARCHIVE*) options as definition listsBrad King2024-09-111-36/+50
* | | Merge topic 'add_custom_command-arg-handling'Brad King2024-09-111-9/+60
|\ \ \ | |/ / |/| |
| * | add_custom_command: Validate arguments more rigorouslyCraig Scott2024-09-091-9/+60
* | | Merge topic 'cmp0168-populate-nondeclare-regression'Craig Scott2024-09-081-1/+3
|\ \ \ | | |/ | |/|
| * | Help: file(CONFIGURE) only updates output file timestamp if it changesCraig Scott2024-09-061-1/+3
* | | Help: Recommend good prefixes for cmake_parse_arguments, expand exampleCraig Scott2024-08-311-25/+81
* | | Help: Improve grammar and wording for cmake_parse_argumentsCraig Scott2024-08-311-28/+29
| |/ |/|
* | Drop Visual Studio 12 2013 generatorBrad King2024-08-281-1/+1
* | Merge topic 'if-space-dldt'Brad King2024-08-281-2/+2
|\ \
| * | Help/command/if: fix formatting in precedence order overviewAleksei Shpakovskii2024-08-271-2/+2
* | | Merge topic 'cps-export'Brad King2024-08-271-0/+59
|\ \ \ | |/ / |/| |
| * | export: Add initial CPS supportMatthew Woehlke2024-08-141-0/+59
* | | Merge topic 'cmake-parse-arguments-one-arg-empty-string'Brad King2024-08-261-0/+6
|\ \ \
| * | | cmake_parse_arguments: Set variable if empty string given after keywordCraig Scott2024-08-221-0/+6
* | | | Merge topic 'doc-get_property-undefined'Craig Scott2024-08-231-13/+14
|\ \ \ \
| * | | | Help: get_property() result var is unset if property is not setCraig Scott2024-08-221-3/+4
| * | | | Help: Minor formatting and grammar fixes for get_property()Craig Scott2024-08-221-10/+10
| |/ / /
* | | | Help/command/if: list all condition operators in precedence order overviewAleksei Shpakovskii2024-08-221-2/+4
|/ / /
* | | Help/command/if: Document variable expansion by IN_LISTBrad King2024-08-211-0/+4
* | | Merge topic 'fix-dependencies-searching'Brad King2024-08-201-0/+8
|\ \ \
| * | | file(GET_RUNTIME_DEPENDENCIES): Fix resolution of repeated ELF dependenciesAliaksandr Averchanka2024-08-191-0/+8
* | | | Help: State valid scopes for using proj_SOURCE_DIR and proj_BINARY_DIRCraig Scott2024-08-171-2/+9
|/ / /
* | | Help(install): Move RENAME docs to FILES signatureFeRD (Frank Dana)2024-08-011-5/+4
|/ /
* | PkgC: Add cmake_pkg_config(EXTRACT) commandVito Gamberini2024-07-291-0/+261