summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'timestamp-timezone'Brad King2022-10-282-0/+16
|\ | | | | | | | | | | | | | | 9da542d5c1 string(TIMESTAMP): Add %z and %Z for adding time zone string Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7788
| * string(TIMESTAMP): Add %z and %Z for adding time zone stringVasiliy Koyrev2022-10-272-0/+16
| | | | | | | | Fixes: #24056
* | Merge topic 'tutorial_step7_update'Brad King2022-10-283-25/+158
|\ \ | | | | | | | | | | | | | | | | | | | | | f9ef15f3dc Tutorial: Update step 7 style Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7787
| * | Tutorial: Update step 7 styleMarkus Ferrell2022-10-273-25/+158
| |/
* | Merge topic 'tutorial_step5_cleanup'Brad King2022-10-281-1/+1
|\ \ | | | | | | | | | | | | | | | | | | 43f87741f4 Tutorial: Fix Step 5 solution after update to Step 6 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7838
| * | Tutorial: Fix Step 5 solution after update to Step 6Markus Ferrell2022-10-271-1/+1
| |/ | | | | | | | | | | Since commit 6e58a01f4e (Tutorial: Update step 6 style, 2022-10-06) the `literalinclude` included an extra comment from step 6 instructions. Fix the include bounds to remove the extra text.
* | Merge topic 'doc-config-postfix'Craig Scott2022-10-281-5/+5
|\ \ | |/ |/| | | | | | | | | 3fc2dcd801 Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7841
| * Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIXCraig Scott2022-10-271-5/+5
| |
| * Merge topic 'cmake-presets-workflow-arguments' into release-3.25Brad King2022-10-271-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ecbe324b0 cmake --workflow: add --fresh option 7d9aa0f00c cmake::Workflow: Refactor to use enum class argument 322193afcd cmake --workflow: print usage and exit on unrecognized argument 70aef29427 cmake --workflow: print usage message Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7825
* | \ Merge topic 'tutorial_step6_update'Brad King2022-10-272-30/+66
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6e58a01f4e Tutorial: Update step 6 style Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7756
| * | | Tutorial: Update step 6 styleMarkus Ferrell2022-10-252-30/+66
| | | |
* | | | Merge topic 'cmake-presets-workflow-arguments'Brad King2022-10-271-0/+6
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ecbe324b0 cmake --workflow: add --fresh option 7d9aa0f00c cmake::Workflow: Refactor to use enum class argument 322193afcd cmake --workflow: print usage and exit on unrecognized argument 70aef29427 cmake --workflow: print usage message Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7825
| * | | cmake --workflow: add --fresh optionKyle Edwards2022-10-261-0/+6
| | | | | | | | | | | | | | | | Fixes: #24073
* | | | Merge topic 'tutorial_my_math_consistency'Brad King2022-10-274-10/+11
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | 277fbb3035 Tutorial: Restore USE_MYMATH in place of MY_MATH Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7829
| * | | Tutorial: Restore USE_MYMATH in place of MY_MATHMarkus Ferrell2022-10-254-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | In commit 80f5d28813 (Tutorial: Update step 2 style, 2022-07-25, v3.25.0-rc1~226^2) we replaced some uses of `USE_MYMATH` with `MY_MATH`. Restore the former name for consistency with the rest of the tutorial.
| * | | Merge topic 'doc-presets' into release-3.25Brad King2022-10-252-9/+12
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 8a413eb8d0 Help: State default preset strategy for architecture and toolset 8de977fa70 Help: Use array consistently in presets manual e11773e8cf Help: Fix trivial typos related to presets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7817
* | | | Merge topic 'doc-presets'Brad King2022-10-252-9/+12
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 8a413eb8d0 Help: State default preset strategy for architecture and toolset 8de977fa70 Help: Use array consistently in presets manual e11773e8cf Help: Fix trivial typos related to presets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7817
| * | | Help: State default preset strategy for architecture and toolsetCraig Scott2022-10-221-0/+3
| | | |
| * | | Help: Use array consistently in presets manualCraig Scott2022-10-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When referring to data in a JSON array, use "array" consistently rather than "list". This avoids ambiguity over whether we mean a string containing a CMake list, or a JSON array. Fixes: #24074
| * | | Help: Fix trivial typos related to presetsCraig Scott2022-10-222-2/+2
| | | |
* | | | Merge topic 'doc-ctest'Brad King2022-10-242-0/+13
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | 36d76ed07c Help: cmake(1), ctest(1), versionadded for key flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7815
| * | | Help: cmake(1), ctest(1), versionadded for key flagsMichael Hirsch2022-10-212-0/+13
| |/ /
| * | Merge topic 'doc-cli-xrefs' into release-3.25Brad King2022-10-2111-32/+34
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 3043c17039 Help: Add more CLI `:option:` references to various pages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7811
* | \ \ Merge topic 'doc-cli-xrefs'Brad King2022-10-2111-32/+34
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | 3043c17039 Help: Add more CLI `:option:` references to various pages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7811
| * | | Help: Add more CLI `:option:` references to various pagesAlex Turbov2022-10-2011-32/+34
| | | |
* | | | Merge topic 'doc-find_package-search-path-versionadded'Brad King2022-10-211-21/+31
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 65dc8aa8b3 Help: Mention CMake version for a recently-added `find_package` search path 93871cb5a9 Help: Reformat find_package search paths as Sphinx tables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7810
| * | | Help: Mention CMake version for a recently-added `find_package` search pathAlex Turbov2022-10-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a `versionadded` mark for the search path added by commit e55c154c5b (cmFindPackageCommand: Add one more search path, 2022-06-27, v3.25.0-rc1~339^2~1). Fixes: #24067
| * | | Help: Reformat find_package search paths as Sphinx tablesAlex Turbov2022-10-201-21/+29
| |/ /
| * | Merge topic 'cmake-presets-output-junit' into release-3.25Brad King2022-10-193-4/+133
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bea4ed5430 CTest: Add support for outputJUnitFile in presets 9270a02003 CMakePresets.json: Add outputJUnitFile to test presets schema 757786bb73 Tests: Add test for outputLogFile in CMakePresets.json b68c3596e7 CMakePresets.json: Disallow extra properties in test output schema Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !7806
| * \ \ Merge topic 'doc-flag-init' into release-3.25Brad King2022-10-1811-57/+66
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e0075799ed Help: Clarify how language-specific flag environment values are used Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7804
| * \ \ \ Merge topic 'doc-CMAKE_ANDROID_API' into release-3.25Brad King2022-10-181-3/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a739b55bb6 Help: Clarify historical-only role of CMAKE_ANDROID_API variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7800
* | \ \ \ \ Merge topic 'cmake-presets-output-junit'Brad King2022-10-193-4/+133
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bea4ed5430 CTest: Add support for outputJUnitFile in presets 9270a02003 CMakePresets.json: Add outputJUnitFile to test presets schema 757786bb73 Tests: Add test for outputLogFile in CMakePresets.json b68c3596e7 CMakePresets.json: Disallow extra properties in test output schema Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !7806
| * | | | | CTest: Add support for outputJUnitFile in presetsKyle Edwards2022-10-183-1/+81
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #22400
| * | | | | CMakePresets.json: Disallow extra properties in test output schemaKyle Edwards2022-10-181-3/+52
| | | | | | | | | | | | | | | | | | | | | | | | And add test for testOutputTruncation being unsupported.
* | | | | | Merge topic 'doc-flag-init'Brad King2022-10-1811-57/+66
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | e0075799ed Help: Clarify how language-specific flag environment values are used Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7804
| * | | | | Help: Clarify how language-specific flag environment values are usedBrad King2022-10-1811-57/+66
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous the wording could be interpreted to mean that the environment variables like `CXXFLAGS` are used exclusively to initialize the corresponding cache entries like `CMAKE_CXX_FLAGS`. State clearly that the value will be used in combination with builtin defaults. Issue: #23956
* | | | | Merge topic 'doc-CMAKE_ANDROID_API'Brad King2022-10-181-3/+4
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | a739b55bb6 Help: Clarify historical-only role of CMAKE_ANDROID_API variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7800
| * | | | Help: Clarify historical-only role of CMAKE_ANDROID_API variableBrad King2022-10-171-3/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revise documentation added by commit 6b84df8da9 (Help: Document cross compiling for Android, 2016-06-20, v3.7.0-rc1~229^2~2) to avoid implying that `CMAKE_ANDROID_API` is interchangeable with `CMAKE_SYSTEM_VERSION`. The latter is the authoritative value of the Android API level. Issue: #23830
* | | | Merge topic 'tutorial-step1-standard-required'Brad King2022-10-181-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | 5b7e465be3 Tutorial: Fix variable name typo in step 1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7799
| * | | Tutorial: Fix variable name typo in step 1Steven2022-10-171-1/+1
| |/ / | | | | | | | | | `CMAKE_CXX_REQUIRED_STANDARD` => `CMAKE_CXX_STANDARD_REQUIRED`
| * | Merge topic 'doc-timestamp-f' into release-3.25Brad King2022-10-171-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 7d25ae7350 Help: Add versionadded for string(TIMESTAMP) %f specifier Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7796
* | \ \ Merge topic 'trace-try_compile'Brad King2022-10-171-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ba51621af try_compile: Propagate --trace through try_compile Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7757
| * | | | try_compile: Propagate --trace through try_compileMatthew Woehlke2022-10-111-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | Add ability to specify another cmake instance from which to get the trace output target. Use this during try_compile.
* | | | Merge topic 'UseSWIG-perl5-language'Brad King2022-10-171-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 989b469f1c UseSWIG: Add support of perl5 language Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7794
| * | | | UseSWIG: Add support of perl5 languageMarc Chevrier2022-10-141-0/+4
| | | | |
* | | | | Merge topic 'doc-timestamp-f'Brad King2022-10-171-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | 7d25ae7350 Help: Add versionadded for string(TIMESTAMP) %f specifier Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7796
| * | | | Help: Add versionadded for string(TIMESTAMP) %f specifierBrad King2022-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This was accidentally left out of commit c050d6a01e (string(TIMESTAMP): add %f specifier for microseconds, 2022-01-27, v3.23.0-rc1~59^2).
* | | | | Merge topic 'doc-typo'Brad King2022-10-142-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | | | | | | | | | | | | f9fd27a5ee Help: Fix typo that crashes older pygments lexers Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: Craig Scott <craig.scott@crascit.com> Merge-request: !7792
| * | | Help: Fix typo that crashes older pygments lexersBrad King2022-10-132-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit cb14ae2b87 (try_compile: Add SOURCE_FROM_{ARG,VAR}, 2022-09-21, v3.25.0-rc1~94^2~2) we accidentally added unbalanced closing `]` characters in the `try_compile` and `try_run` signatures. Fixes: #24053
| * | | Merge topic 'doc-gen' into release-3.25Brad King2022-10-121-15/+19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e8b8bf4ef Help: Document version when COMPILE_LANGUAGE genex accepts multiple languages 16f37ea7a0 Help: Document comma-separation in some generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7784