summaryrefslogtreecommitdiffstats
path: root/Help/command
Commit message (Expand)AuthorAgeFilesLines
* Help: Make note that file(READ ... HEX) produces lowercase lettersKyle Edwards2020-02-191-1/+3
* string: Add new HEX sub-commandKyle Edwards2020-02-191-0/+11
* Merge topic 'doc-sections'Brad King2020-02-181-17/+24
|\
| * Help: install: use bullet lists to sort out target kindsJoachim Wuttke (o)2020-02-171-17/+24
* | Help: string: regex match and replace is a subcase of Search&ReplaceJoachim Wuttke (o)2020-02-171-4/+6
|/
* Help: command install: absolute paths unsupported by CPackJoachim Wuttke (o)2020-02-121-3/+10
* file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009Shane Parris2020-02-111-1/+1
* cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-201-0/+6
* add_custom_command: convert DEPENDS path arguments to absolute pathsBen Boeckel2019-12-181-3/+5
* Merge topic 'function-var-current'Kyle Edwards2019-12-121-0/+6
|\
| * cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variablesAlex Turbov2019-12-101-0/+6
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-3/+3
* | Merge topic 'foreach-ZIP_LISTS'Brad King2019-12-091-0/+43
|\ \
| * | foreach: Allow multiple iteration variables for `ZIP_LIST` modeAlex Turbov2019-12-071-11/+26
| * | foreach: Introduce `IN ZIP_LISTS` modeAlex Turbov2019-12-011-0/+28
* | | Merge topic 'docs-pch-reorg'Brad King2019-11-181-49/+73
|\ \ \
| * | | Help: Provide guidance on INTERFACE for target_precompile_headers()Craig Scott2019-11-131-0/+14
| * | | Help: Reorganise target_precompile_headers() docs for readabilityCraig Scott2019-11-131-49/+59
| * | | Merge topic 'add_custom_command-supports-COMMAND_EXPAND_LISTS' into release-3.16Kyle Edwards2019-11-121-1/+2
| |\ \ \
* | \ \ \ Merge topic 'ctest_test-repeat'Brad King2019-11-151-0/+20
|\ \ \ \ \
| * | | | | ctest_test: Add option to REPEAT testsBrad King2019-11-071-0/+20
* | | | | | Merge topic 'add_custom_command-supports-COMMAND_EXPAND_LISTS'Kyle Edwards2019-11-121-1/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Help: Both add_custom_command signatures support COMMAND_EXPAND_LISTSMarc Aldorasi2019-11-111-1/+2
* | | | | | Merge topic 'objc-standard-docs'Brad King2019-11-121-1/+10
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ObjC: Document ObjC/ObjCXX standard properties / variablesCristian Adam2019-11-111-1/+10
| |/ / / /
| * | | | Merge topic 'doc-pch-genex' into release-3.16Brad King2019-11-081-0/+11
| |\ \ \ \
| * \ \ \ \ Merge topic 'ctest-resource-groups' into release-3.16Kyle Edwards2019-11-071-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' into release...Craig Scott2019-11-051-1/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fix_load_cache_docs' into release-3.16Brad King2019-11-041-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'docs-file-GET_RUNTIME_DEPENDENCIES' into release-3.16Craig Scott2019-11-031-10/+10
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'doc-pch-genex'Brad King2019-11-081-0/+11
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Help: Document target_precompile_headers genex with angle bracketsBrad King2019-11-081-0/+11
* | | | | | | | | Merge topic 'ctest-resource-groups'Kyle Edwards2019-11-071-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-4/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-4/+4
| | |/ / / / /
* | | | | | | Merge topic 'refactor-foreach'Brad King2019-11-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Refactor: Modernize `foreach` code and fix some bugsAlex Turbov2019-11-061-1/+1
* | | | | | | Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY'Craig Scott2019-11-051-1/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-041-1/+3
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'message-check-types'Craig Scott2019-11-041-3/+101
|\ \ \ \ \ \
| * | | | | | message: New message types to mark checks performed by CMakeAlex Turbov2019-11-021-3/+101
* | | | | | | Merge topic 'fix_load_cache_docs'Brad King2019-11-041-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Help: Clarify load_cache documentation of first parameterCharles Barto2019-11-011-2/+2
| | |/ / / | |/| | |
* | | | | Merge topic 'docs-file-GET_RUNTIME_DEPENDENCIES'Craig Scott2019-11-031-10/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Typo and grammar fixes for file(GET_RUNTIME_DEPENDENCIES)Craig Scott2019-11-031-10/+10
| |/ / /
* | | | Merge topic 'docs-list-remove_item'Craig Scott2019-11-031-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Help: list(REMOVE_ITEM) removes all instances, not just the first foundCraig Scott2019-11-021-1/+1
| |/ /
| * | Merge branch 'help-file-spelling-error' into release-3.16Brad King2019-10-311-1/+1
| |\ \
| * \ \ Merge branch 'fix-find_package-doc' into release-3.16Brad King2019-10-301-0/+1
| |\ \ \
| * \ \ \ Merge branch 'docs-find-vars' into release-3.16Brad King2019-10-281-6/+7
| |\ \ \ \