summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-057-139/+140
|\
| * Help: Fix error in resource allocation exampleKyle Edwards2019-11-051-2/+2
| * CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-054-46/+45
| * CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-055-99/+101
* | Merge topic 'remove_sh_error_mingw'Brad King2019-11-051-0/+5
|\ \
| * | MinGW Makefiles: do not fail if sh.exe is present in the pathJohnny Jazeix2019-11-041-0/+5
* | | Merge topic 'clarify_compile_features_documentation'Brad King2019-11-053-15/+15
|\ \ \
| * | | Help: Clarify what 'aware' means as it relates to C++ standardsRobert Maynard2019-11-043-15/+15
| | |/ | |/|
* | | Merge topic 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH'Brad King2019-11-052-11/+17
|\ \ \
| * | | Help: Fix inaccuracies in INSTALL_REMOVE_ENVIRONMENT_RPATH docsCraig Scott2019-11-042-11/+17
| |/ /
* | | Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY'Craig Scott2019-11-0511-5/+58
|\ \ \
| * | | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-0411-5/+58
| |/ /
* | | Merge topic 'message-check-types'Craig Scott2019-11-042-3/+106
|\ \ \
| * | | message: New message types to mark checks performed by CMakeAlex Turbov2019-11-022-3/+106
* | | | 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 '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 'tutorial-cleanup'Brad King2019-11-041-63/+66
|\ \ \ \ \
| * | | | | Tutorial: clean up typos, grammar and formattingCraig Scott2019-11-041-63/+66
| |/ / / /
* | | | | 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 topic 'ctest-repeat-until-pass'Brad King2019-11-012-0/+19
|\ \ \ \
| * | | | ctest: Add --repeat-after-timeout optionBrad King2019-10-292-2/+11
| * | | | ctest: Add --repeat-until-pass optionBrad King2019-10-292-0/+10
* | | | | 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 '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-2810-69/+92
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'project-version-buffer-overflow' into release-3.16Craig Scott2019-10-281-1/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'help-file-spelling-error'Brad King2019-10-311-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docsMarc Chevrier2019-10-301-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'fix-find_package-doc'Brad King2019-10-301-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Help: Add OPTIONAL_COMPONENTS to config mode signature of find_package.Deniz Bahadir2019-10-301-0/+1
| |/ / / / /
* | | | | | Merge topic 'ccmake_progress_bar_and_log_display'Brad King2019-10-291-0/+6
|\ \ \ \ \ \
| * | | | | | ccmake: Add output and progress bar release noteSylvain Joubert2019-10-251-0/+6
* | | | | | | Merge topic 'docs-find-vars'Brad King2019-10-2910-69/+92
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Help: Fix markup errors, improve wording of CMAKE_FIND... variable docsCraig Scott2019-10-278-60/+82
| * | | | | | Help: Document that <PackageName>_ROOT applies to config packages tooCraig Scott2019-10-272-9/+10
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cpack-nsis-uninstaller-name'Brad King2019-10-282-0/+11
|\ \ \ \ \ \
| * | | | | | CPack/NSIS: Add option for custom Uninstall filenameJohnny Jazeix2019-10-252-0/+11
* | | | | | | Merge topic 'ExternalProject-git-no-recurse'Brad King2019-10-281-0/+7
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject: Option to turn off recursive update of git submodulesCharis Marangos2019-10-241-0/+7
* | | | | | | | Merge topic 'project-version-buffer-overflow'Craig Scott2019-10-281-1/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Help: math() expressions must be representable as signed 64-bitCraig Scott2019-10-261-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'xcode-scheme-env'Brad King2019-10-253-0/+21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variableFelix Heidrich2019-10-243-0/+21