summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Help: Improve ctest tests-from-file documentation wording and wrappingBrad King2024-03-081-4/+4
| | | |
| * | | ctest: Remove unnecessary and ambiguous tests-from-file comment syntaxBrad King2024-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test names can contain `#`. Since we ignore lines that do not match any test names anyway, "commenting" can still work without explicit syntax. Also drop whitespace trimming for similar reasons. Fixes: #25741
* | | | Merge topic 'doc-https'Brad King2024-03-086-13/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | 53a542936e Help: Convert http URLs to https Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9313
| * | | Help: Convert http URLs to httpsscivision2024-03-076-13/+13
| |/ /
* | | Merge topic 'CUDAToolkit_nvfatbin'Brad King2024-03-081-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d420ee6b43 FindCUDAToolkit: Add support for nvfatbin added in 12.4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9311
| * | | FindCUDAToolkit: Add support for nvfatbin added in 12.4Robert Maynard2024-03-051-0/+5
| | | |
* | | | Merge topic 'ExternalProject-TLS_VERSION'Brad King2024-03-013-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ef3bd9186 ExternalProject: Add TLS version options for https connections f0a36b1a76 ExternalProject: Factor out helper to get NETRC options 019960a52a ExternalProject: Factor out helper to get TLS_CAINFO option 1afa6f359e ExternalProject: Factor out helper to get TLS_VERIFY option e39c37ab29 ExternalProject: Revise wording of TLS_VERIFY documentation fe5e6c27bd ExternalProject: Prepare for multiple git submodule config options Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !9296
| * | | | ExternalProject: Add TLS version options for https connectionsBrad King2024-02-293-0/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Add a `TLS_VERSION` option and honor `CMAKE_TLS_VERSION` variables. Also map the version to Git options as we already do for `TLS_VERIFY`. Issue: #25701
* | | | Merge topic 'Help-add_custom_command-grammo'Brad King2024-02-291-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | b03356f954 Help/add_custom_command: fix verb grammo Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9297
| * | Help/add_custom_command: fix verb grammoBen Boeckel2024-02-281-1/+1
| | |
| * | Merge topic 'Help-file-ARCHIVE_EXTRACT-mention-working-dir' into release-3.29Brad King2024-02-271-0/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 189d28d77d Help/file: mention the working directory for `ARCHIVE_EXTRACT` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9291
* | \ \ Merge topic 'curl-tls-version'Brad King2024-02-286-0/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 434fe8a34b file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION environment variable fb9a6cf909 file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION variable 8e6776b9f3 file(DOWNLOAD|UPLOAD): Add TLS_VERSION option for https connections Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9290
| * | | | file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION environment variableBrad King2024-02-284-3/+19
| | | | | | | | | | | | | | | | | | | | Issue: #25701
| * | | | file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION variableBrad King2024-02-284-0/+25
| | | | | | | | | | | | | | | | | | | | Issue: #25701
| * | | | file(DOWNLOAD|UPLOAD): Add TLS_VERSION option for https connectionsBrad King2024-02-282-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to specify the minimum allowed TLS version for https connections. Issue: #25701
* | | | | Merge topic 'Help-file-ARCHIVE_EXTRACT-mention-working-dir'Brad King2024-02-271-0/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | 189d28d77d Help/file: mention the working directory for `ARCHIVE_EXTRACT` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9291
| * | | Help/file: mention the working directory for `ARCHIVE_EXTRACT`Ben Boeckel2024-02-271-0/+7
| | | | | | | | | | | | | | | | See: https://discourse.cmake.org/t/10135
* | | | Merge topic 'vs-UseDebugLibraries'Brad King2024-02-235-4/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 721d8b192a VS: Add UseDebugLibraries to vcxproj files by default 47136b6959 VS: Suppress more MSBuild defaults affected by UseDebugLibraries 82a174182a cmVisualStudioGeneratorOptions: Add UsingDebugRuntime method f498032141 cmVisualStudioGeneratorOptions: Rename {IsDebug => UsingDebugInfo} Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9275
| * | | | VS: Add UseDebugLibraries to vcxproj files by defaultBrad King2024-02-225-4/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use heuristics to select a reasonable value. Add policy CMP0162 to provide compatibility with existing projects. Fixes: #25327
* | | | | Merge topic 'doc-create_test_sourcelist'Brad King2024-02-231-26/+59
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c646641ec Help: Document create_test_sourcelist source path convention c21f0eb30b Help: Modernize create_test_sourcelist documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9281
| * | | | Help: Document create_test_sourcelist source path conventionBrad King2024-02-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Document the change in commit a29ca55b1f (create_test_sourcelist: use the full path to the driver, 2023-12-09, v3.29.0-rc1~264^2).
| * | | | Help: Modernize create_test_sourcelist documentationBrad King2024-02-221-26/+54
| | |/ / | |/| |
* | | | Merge topic 'preset-includes-macro-expansion'Brad King2024-02-223-1/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a38ffc656 presets: Expand more macros in the `include` directive Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9108
| * | | | presets: Expand more macros in the `include` directiveCristian Le2024-02-213-1/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
* | | | | Merge topic 'doc-BUILD_SHARED_LIBS-top-level'Brad King2024-02-221-0/+9
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | fb14a54a25 Help: Advise calling option(BUILD_SHARED_LIBS) early enough Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9280
| * | | | Help: Advise calling option(BUILD_SHARED_LIBS) early enoughCraig Scott2024-02-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Amends 01e33df83f (Help: Modernize BUILD_SHARED_LIBS documentation, 2024-02-21) to highlight that BUILD_SHARED_LIBS needs to be set early enough to prevent different behavior between the first and subsequent runs.
* | | | | Merge topic 'doc-BUILD_SHARED_LIBS'Brad King2024-02-211-6/+30
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | 01e33df83f Help: Modernize BUILD_SHARED_LIBS documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9278
| * | | Help: Modernize BUILD_SHARED_LIBS documentationBrad King2024-02-211-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the documentation used long-outdated terminology from CMake's early days. Issue: #25699
* | | | VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibrariesBrad King2024-02-196-0/+81
| |/ / |/| | | | | | | | | | | | | | | | | This indicates to MSBuild which configurations are considered debug configurations. This is useful for reference both by humans and tools. Issue: #25327
* | | Merge topic 'doc-install-relative-paths'Brad King2024-02-161-13/+16
|\ \ \ | |/ / | | | | | | | | | | | | | | | af293ff7c3 Help: Explicitly discourage absolute install destinations Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9261
| * | Help: Explicitly discourage absolute install destinationsRobert Maynard2024-02-161-13/+16
| | | | | | | | | | | | | | | Document some of the problems caused by absolute install destinations. Encourage use of relative paths.
| * | Merge topic 'backport-3.28-visionOS' into release-3.29Brad King2024-02-151-0/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | dbfc53a2bf Help: Add 3.28.4 release note draft for visionOS updates Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9262
* | | Merge topic 'backport-3.28-visionOS'Brad King2024-02-151-0/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | dbfc53a2bf Help: Add 3.28.4 release note draft for visionOS updates Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9262
| * | Help: Add 3.28.4 release note draft for visionOS updatesBrad King2024-02-151-0/+5
| | | | | | | | | | | | | | | | | | Hide it in a Sphinx comment pending the actual 3.28.4 release. Issue: #25266
* | | Merge topic 'fix-return-example'Brad King2024-02-151-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | c6f56153bb Help: Fix example for return command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9251
| * | Help: Fix example for return commandJohannes Schultz2024-02-151-1/+1
| | | | | | | | | | | | | | | `cmake_minimum_required` is the correct command, not `cmake_version_required`.
* | | Merge topic 'genex-quote'Brad King2024-02-152-0/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 879690ba14 GeneratorExpression: Add $<QUOTE> generator expression Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9242
| * | | GeneratorExpression: Add $<QUOTE> generator expressionRobert Maynard2024-02-142-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Support inserting '"' literals in generator expressions Fixes #20869
* | | | Merge topic 'mingw-objc-objcxx'Brad King2024-02-131-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | 2a4e8f03ef MinGW: Add support for OBJC and OBJCXX Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !9244
| * | MinGW: Add support for OBJC and OBJCXXمهدي شينون (Mehdi Chinoune)2024-02-131-0/+5
| | |
* | | Merge branch 'backport-ticlang' into ticlang-compilersBrad King2024-02-093-0/+6
|\ \ \ | |/ /
| * | TIClang: Add support for TI Clang-based compilers, including tiarmclangAlan Phipps2024-02-093-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add TIClang compiler ID and support in compiler modules. Update documentation. Add rudimentary RunCMake test for TIClang to test basic functionality. Fixes: #24619
| * | Merge topic 'doc-autogen' into release-3.29Brad King2024-02-0812-74/+128
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ccaf529c4e Autogen: Update Documentation 16cc011fa5 cmQtAutoGenGlobalInitializer: Improve Const-correctness Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9223
* | \ \ Merge topic 'doc-autogen'Brad King2024-02-0812-74/+128
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | ccaf529c4e Autogen: Update Documentation 16cc011fa5 cmQtAutoGenGlobalInitializer: Improve Const-correctness Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9223
| * | | Autogen: Update DocumentationOrkun Tokdemir2024-02-0812-74/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Qt 6 to documentation * Add explanation about `<ORIGIN>_autogen_timestamp_deps` Fixes: #25201
* | | | Begin post-3.29 developmentBrad King2024-02-062-0/+9
| |/ / |/| |
* | | Help: Drop development topic notes to prepare releaseBrad King2024-02-062-9/+0
| | | | | | | | | | | | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* | | Help: Organize and revise 3.29 release notesBrad King2024-02-061-98/+135
| | | | | | | | | | | | | | | Add section headers similar to the 3.28 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* | | Help: Consolidate 3.29 release notesBrad King2024-02-0632-216/+165
| | | | | | | | | | | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.29.rst`.
* | | Help: Reword if(EXISTS) suggestion to prefer if(IS_READABLE)Brad King2024-02-061-4/+3
| | |