summaryrefslogtreecommitdiffstats
path: root/Help/manual
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ctest-resource-fixes'Brad King2019-11-261-0/+26
|\
| * Help: Clarify how tests are run if no resource spec file is specifiedKyle Edwards2019-11-261-0/+17
| * CTest: Add version field to resource spec fileKyle Edwards2019-11-251-0/+9
* | FileAPI: Add "multiConfig" parameter to index fileKyle Edwards2019-11-201-0/+4
* | Merge topic 'ctest-repeat'Craig Scott2019-11-191-13/+17
|\ \
| * | CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-151-13/+17
* | | Merge topic 'xcode-scheme-workdir'Brad King2019-11-192-0/+2
|\ \ \
| * | | Xcode: Add custom working directory propertyGregor Jasny2019-11-182-0/+2
* | | | Merge topic 'FindFLEX-work-dir'Brad King2019-11-191-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | FindFLEX: Add policy CMP0098 to run flex in build treeJannick2019-11-151-0/+8
* | | | Merge topic 'compile-features-other-lang'Brad King2019-11-181-1/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Help: Clarify compile features handling for OBJC and OBJCXXCraig Scott2019-11-171-1/+6
| * | Merge topic 'objc-standard-docs' into release-3.16Brad King2019-11-122-0/+12
| |\ \
| * \ \ Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16Craig Scott2019-11-121-0/+2
| |\ \ \
* | \ \ \ Merge topic 'cmake-e-rm'Kyle Edwards2019-11-151-4/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cmake -E: Add rm with improved semantics over remove and remove_directoryJohnny Jazeix2019-11-131-4/+20
* | | | | Merge topic 'objc-standard-docs'Brad King2019-11-122-0/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ObjC: Document ObjC/ObjCXX standard properties / variablesCristian Adam2019-11-112-0/+12
| | |/ / | |/| |
| * | | Merge topic 'ctest-resource-groups' into release-3.16Kyle Edwards2019-11-072-72/+73
| |\ \ \
| * \ \ \ Merge topic 'doc-discourse' into release-3.16Craig Scott2019-11-061-7/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'clarify_compile_features_documentation' into release-3.16Brad King2019-11-051-7/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' into release...Craig Scott2019-11-051-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'update-compile-feature-supported-compiler-list' into release-3.16Brad King2019-11-041-11/+11
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS'Craig Scott2019-11-121-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-111-0/+2
* | | | | | | | Merge topic 'ctest-resource-groups'Kyle Edwards2019-11-072-72/+73
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'backport-ctest-resource-groups'Brad King2019-11-052-72/+73
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Help: Fix error in resource allocation exampleKyle Edwards2019-11-051-2/+2
| | * | | | | | | CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-36/+35
| | * | | | | | | CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-052-38/+40
| | |/ / / / / /
* | | | | | | | Merge topic 'install-name-dir-genex'Brad King2019-11-061-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Add documentation and release notes for INSTALL_NAME_DIR genexKyle Edwards2019-11-051-1/+2
* | | | | | | | | Merge topic 'doc-discourse'Craig Scott2019-11-061-7/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Help: Replace links to mailing lists with links to our Discourse ForumBrad King2019-11-051-7/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'clarify_compile_features_documentation'Brad King2019-11-051-7/+7
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Help: Clarify what 'aware' means as it relates to C++ standardsRobert Maynard2019-11-041-7/+7
| |/ / / / /
* | | | | | Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY'Craig Scott2019-11-051-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-041-0/+1
| |/ / / /
* | | | | Merge topic 'update-compile-feature-supported-compiler-list'Brad King2019-11-041-11/+11
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Help: Remove out of date bounds on compile feature supported versionsRobert Maynard2019-11-011-11/+11
* | | | Merge topic 'ctest-repeat-until-pass'Brad King2019-11-011-0/+13
|\ \ \ \
| * | | | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-0/+8
| * | | | ctest: Add --repeat-until-pass optionBrad King2019-10-291-0/+5
* | | | | Merge topic 'clarify-BOOL-genex-eval'Brad King2019-10-311-2/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Help: drop confusing reference to `if()` from `$<BOOL:>`Ben Boeckel2019-10-311-2/+2
| | |/ | |/|
| * | Merge branch 'doc-genex-tweak' into release-3.16Brad King2019-10-211-1/+1
| |\ \ | | |/ | |/|
* | | Merge topic 'xcode-scheme-env'Brad King2019-10-251-0/+1
|\ \ \
| * | | Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variableFelix Heidrich2019-10-241-0/+1
* | | | Merge topic 'project-include-before'Brad King2019-10-211-0/+1
|\ \ \ \
| * | | | project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFOREDeniz Bahadir2019-10-181-0/+1