summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selectionBrad King2023-08-102-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Honor an explicit `version=8.1` field value regardless of the Windows target version. Issue: #25170
| * | | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versionsBrad King2023-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Honor an explicit `version=` field selecting a Windows 10 SDK regardless of the Windows target version. Issue: #25170
| * | | Help: Add 3.27 release note on VS default SDK selectionBrad King2023-08-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was accidentally left out of commit f90c8ab54e (VS: Select latest available Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1). Issue: #16202
| * | | Merge topic 'help-importing-exporting-lib' into release-3.27Brad King2023-08-081-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7704e8818 Help/guide/importing-exporting: Update line numbers in prose Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8691
* | \ \ \ Merge topic 'cmExperimental-uuid-doc'Brad King2023-08-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 21c45a81c3 Help/experimental: fix UUID documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8692
| * | | | | Help/experimental: fix UUID documentationBen Boeckel2023-08-071-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This was missed in be53c75852 (cmExperimental: recycle the C++ modules API UUID, 2023-07-21) from !8639.
* | | | | Merge topic 'help-importing-exporting-lib'Brad King2023-08-081-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | b7704e8818 Help/guide/importing-exporting: Update line numbers in prose Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8691
| * | | | Help/guide/importing-exporting: Update line numbers in proseAdrien Ollier2023-08-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were missed in commit aef057d0e8 (Help/guide: fix MathFunctionsTargets.cmake path in importing-exporting, 2023-05-26, v3.27.0-rc1~39^2) when a line was added to the example code.
* | | | | Merge topic 'doc-fixups-release-3.27'Craig Scott2023-08-075-35/+45
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78e7ea598d cmLocalGenerator: Fix trivial spelling error in code comment 1285fe27ff Help: Improve formatting and fix wording for ENABLE_EXPORTS 91336d061c Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY 03208d9e18 Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8688
| * | | | Help: Improve formatting and fix wording for ENABLE_EXPORTSCraig Scott2023-08-062-28/+32
| | | | |
| * | | | Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLYCraig Scott2023-08-042-4/+10
| | | | |
| * | | | Help: Fix indenting within TARGET_RUNTIME_DLLS genex docsCraig Scott2023-08-041-3/+3
| |/ / /
* | | | Merge topic 'doc-install'Brad King2023-08-071-132/+177
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b97350a151 Help: Add more install(TARGETS) examples 0827305032 Help: Clarify install(TARGETS) artifact-kind option group ordering 7bd6478dd0 Help: Use argument value placeholders consistently in install(TARGETS) ae381e1075 Help: Reorganize install() sections 5d15231a67 Help: Revert "improve install() documentation of argument ordering" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8683
| * | | | Help: Add more install(TARGETS) examplesBrad King2023-08-031-38/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add examples showing per-artifact components and per-configuration destinations. Fixes: #25144
| * | | | Help: Clarify install(TARGETS) artifact-kind option group orderingBrad King2023-08-031-19/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revise the signature and description to explicitly distinguish the initial group of artifact options from later groups that apply to a specific kind. Issue: #25144 Fixes: #16362
| * | | | Help: Use argument value placeholders consistently in install(TARGETS)Brad King2023-08-031-45/+46
| | | | |
| * | | | Help: Reorganize install() sectionsBrad King2023-08-031-20/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After switching to the signature directive we no longer need per-signature sections. Group all the signatures in one section. Add a table of contents since it is no longer redundant with the synopsis.
| * | | | Help: Revert "improve install() documentation of argument ordering"Brad King2023-08-031-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit f09fda97d8 (Help: improve install() documentation of argument ordering, 2018-01-08, v3.11.0-rc1~126^2). Although the example it added is correct, its explanation is misleading. Revert it to make room for an alternative. Issue: #25144 Issue: #16362
* | | | | Merge topic 'cxxmodules-try-compile'Brad King2023-08-072-0/+23
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be53c75852 cmExperimental: recycle the C++ modules API UUID deb1c3cbd5 cmCoreTryCompile: forward module-related binutils variables b768d293c5 cmCoreTryCompile: use the source type context for source files 93993c7ad4 cmArgumentParser: support storing a context value with parsing c9ca5f6326 cmCoreTryCompile: parse `SOURCES_TYPE` argument 07551f35de cmCoreTryCompile: use `target_sources` for `try_compile` targets aad9033b56 cmExperimental: support forwarding associated variables to `try_compile` f6cf433256 cmExperimental: only forward C++ module support to non-ABI checks ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8639
| * | | | cmCoreTryCompile: parse `SOURCES_TYPE` argumentBen Boeckel2023-07-312-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will serve to add context for the source listing in order to properly mark sources as `FILE_SET TYPE CXX_MODULES` in the generated code.
* | | | | Help: Cross-reference install command signatures as commandsBrad King2023-08-022-34/+19
| | | | | | | | | | | | | | | | | | | | Replace manual anchors with proper command signature cross-references.
* | | | | Help: Use signature directive for 'install' commandBrad King2023-08-021-792/+820
| | | | | | | | | | | | | | | | | | | | | | | | | Replace manual anchors with signature directives. Indent each signature's documentation inside its directive.
* | | | | Merge topic 'xcode-embed-resources'Brad King2023-08-013-0/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e40d2cb3af Xcode: Add embed resources support Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Deal <halx99@live.com> Merge-request: !8632
| * | | | | Xcode: Add embed resources supporthalx992023-07-313-0/+15
| | | | | |
* | | | | | Merge topic 'doc_ep'Brad King2023-08-011-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c949a8742e ExternalProject: Add option subsection anchors for accessibility from TOC 6828b9df5a Help/dev: Extend documentation guide with another section nesting level Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8657
| * | | | | | Help/dev: Extend documentation guide with another section nesting levelBrad King2023-07-311-0/+1
| | | | | | |
* | | | | | | Merge topic 'CheckLanguage-doc-cuda-host'Brad King2023-07-311-0/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be03265fa0 Help: Explicitly note that projects should not set CMAKE_CUDA_HOST_COMPILER 13d78bbf16 CheckLanguage: Document that CMAKE_CUDA_HOST_COMPILER should not be set alone cfd92dece3 CheckLanguage: Modernize documentation formatting Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8670
| * | | | | | Help: Explicitly note that projects should not set CMAKE_CUDA_HOST_COMPILERBrad King2023-07-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #25093
* | | | | | | Help: fix agreement in `DLL_NAME_WITH_SOVERSION` docsBen Boeckel2023-07-291-2/+2
| | | | | | |
* | | | | | | Help: fix cross-linking from `Swift_LANGUAGE_VERSION` propertyBen Boeckel2023-07-291-2/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'xcframework-find-library'Kyle Edwards2023-07-282-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9bf8f7de06 find_library(): Add support for .xcframework Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8661
| * | | | | find_library(): Add support for .xcframeworkKyle Edwards2023-07-282-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Issue: #21752
* | | | | | Merge topic 'ExportTestLabelToJUnit'Brad King2023-07-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2b99e64413 set_test_properties: link to the test properties in the documentation b11e8afbfa ctest: export test labels to junit xml Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8635
| * | | | | set_test_properties: link to the test properties in the documentationAlex Neundorf2023-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It was linking to the target properties, this was probably an oversight.
* | | | | | Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-273-0/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7050ac56a1 macOS: Add support for linking against .xcframework folders 93ed53790c bootstrap: Unconditionally build libjsoncpp Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8619
| * | | | | | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-263-0/+19
| | |/ / / / | |/| | | | | | | | | | | | | | | | Issue: #21752
* | | | | | Merge topic 'doc-if-exists'Brad King2023-07-271-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | | | | | | | | | | 3ab132d86f Help: Document that if(EXISTS) requires paths to be readable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8656
| * | | | Help: Document that if(EXISTS) requires paths to be readableBrad King2023-07-261-3/+3
| | | | | | | | | | | | | | | | | | | | Issue: #25125
* | | | | Merge topic 'exec-program-policy'Kyle Edwards2023-07-264-0/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff12a57d5e exec_program(): Remove by policy CMP0153 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8653
| * | | | | exec_program(): Remove by policy CMP0153Kyle Edwards2023-07-254-0/+23
| | | | | |
* | | | | | Merge branch 'release-3.27'Brad King2023-07-251-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | CMake 3.27.1v3.27.1Brad King2023-07-251-0/+12
| | | | |
| * | | | Merge branch 'release-3.26' into release-3.27Brad King2023-07-191-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge topic 'file-REAL_PATH-relative'Brad King2023-07-243-0/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b5f2dbbfe file(REAL_PATH): resolve symlinks before '..' components Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8605
| * | | | | file(REAL_PATH): resolve symlinks before '..' componentsRobert Maynard2023-07-203-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously REAL_PATH would collapse paths before resolving any symlinks so if `..` crossed a symlink the output from `REAL_PATH` would be wrong. It looked like REAL_PATH did this by mistake since it was a side-effect of ensuring we had an absolute path before resolving symlinks.
* | | | | | Merge topic 'deprecate-install-combined'Brad King2023-07-213-4/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d3eede923 Help: Document IOS_INSTALL_COMBINED as deprecated Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8641
| * | | | | | Help: Document IOS_INSTALL_COMBINED as deprecatedMárton Marczell2023-07-203-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The approach has not made sense since the introduction of Apple Silicon and macOS arm64. Issue: #24957
* | | | | | | Merge topic 'command-job-server-aware'Brad King2023-07-203-0/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95941fd990 add_custom_{target,command}: Add argument JOB_SERVER_AWARE Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8547
| * | | | | | add_custom_{target,command}: Add argument JOB_SERVER_AWAREChris Mahoney2023-07-193-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #16273
* | | | | | | Merge branch 'release-3.26'Brad King2023-07-191-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |