summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'android-r22' into release-3.20Brad King2021-03-034-0/+16
|\ | | | | | | | | | | | | | | | | | | 005e2cdfb0 Android: Do not use gold for ndk >= r22 ed7a87f270 Tests: Update RunCMake.Android for NDK r22 4950d35733 Help: Document CMAKE_ANDROID_NDK_VERSION variable 746906242d Android: Detect NDK version number Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5862
| * Help: Document CMAKE_ANDROID_NDK_VERSION variableBrad King2021-03-034-0/+16
| |
* | Help/guide: fix the remaining CMake install destinationsBen Boeckel2021-03-013-4/+4
|/ | | | Followup from !5674.
* HELP: Update compile-features documentation with missing compilersRobert Maynard2021-02-241-0/+2
|
* Merge topic 'preset-flag-consistency' into release-3.20Brad King2021-02-242-3/+3
|\ | | | | | | | | | | | | | | | | 6fa3647023 ctest: Add support for '--prefix=<prefix>' form of the argument 3357d37761 cmake: Add support for '--build --prefix=<prefix>' form of the argument 2f13fdef0a cmake: Document '--preset <preset>' form of the argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5849
| * ctest: Add support for '--prefix=<prefix>' form of the argumentBrad King2021-02-231-1/+1
| | | | | | | | | | | | | | The main `cmake --preset` argument for configure presets supports both forms, so support it for `ctest --preset` too. Fixes: #21855
| * cmake: Add support for '--build --prefix=<prefix>' form of the argumentBrad King2021-02-231-1/+1
| | | | | | | | | | | | | | The main `cmake --preset` argument for configure presets supports both forms, so support it for `cmake --build --preset` too. Issue: #21855
| * cmake: Document '--preset <preset>' form of the argumentBrad King2021-02-231-1/+1
| | | | | | | | | | | | This form already works. Document it and add tests. Issue: #21855
* | Merge topic 'autogen-cmp0116-fix' into release-3.20Brad King2021-02-241-1/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 339dbc901f Help: Note that CMP0116 is recorded at the time of CC creation e3740e020e Tests: Test Qt autogen target with CMP0116 set to WARN cf34011ce7 Tests: Test per-CC behavior of CMP0116 3a95503512 Ninja: Use CMP0116 status recorded at time of custom command's creation f01f10e8fb cmCustomCommand: Record value of CMP0116 at time of creation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5848
| * | Help: Note that CMP0116 is recorded at the time of CC creationKyle Edwards2021-02-231-1/+4
| |/
* | Merge branch 'backport-3.19-preset-no-comments' into preset-no-commentsBrad King2021-02-241-1/+8
|\ \
| * | CMakePresets.json: Remove undocumented support for commentsKyle Edwards2021-02-241-1/+8
| | | | | | | | | | | | Fixes: #21858
* | | Revert "Help: Document JSON comment support in cmake-presets(7)"Kyle Edwards2021-02-241-4/+1
| |/ |/| | | | | | | | | Revert commit 8f1e607ed9 (Help: Document JSON comment support in cmake-presets(7), 2021-02-18). The support for comments was a mistake when the feature was implemented in 3.19, and is being removed.
* | Merge topic 'doc-cpack-dpkg-shlibdeps-l' into release-3.20Brad King2021-02-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | cf9a71870b Help: Fix CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5835
| * | Help: Fix CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS documentationBrad King2021-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The docs added by commit d586a4ad60 (CPackDeb: dpkg-shlibdeps now supports searching for private shared libs, 2021-01-19, v3.20.0-rc1~115^2) specify the `-d` option, but the implementation actually uses the `-l` option. Issue: #21838
* | | Merge topic 'docpreset' into release-3.20Brad King2021-02-192-10/+25
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 87b170d9f9 Help: Add build and test preset to examples in cmake-presets(7) 3f8cf006cb Help: Clarify preset name conflict rules in cmake-presets(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5823
| * | Help: Add build and test preset to examples in cmake-presets(7)Michael Hirsch2021-02-181-2/+16
| | | | | | | | | | | | Co-Author: Brad King <brad.king@kitware.com>
| * | Help: Clarify preset name conflict rules in cmake-presets(7)Michael Hirsch2021-02-181-8/+9
| | |
* | | Merge topic 'doc-if-links' into release-3.20Brad King2021-02-181-7/+51
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 22140f7af3 Help: Add internal links to if() docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5824
| * | Help: Add internal links to if() docsMichael Hirsch, Ph.D2021-02-181-7/+51
| | |
* | | Merge topic 'preset-json-comments' into release-3.20Brad King2021-02-181-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8f1e607ed9 Help: Document JSON comment support in cmake-presets(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5830
| * | | Help: Document JSON comment support in cmake-presets(7)Michael Hirsch2021-02-181-1/+4
| |/ /
* | | Help: Clarify role of binaryDir inheritance in cmake-presets(7)Brad King2021-02-181-4/+6
| | | | | | | | | | | | Suggested-by: Michael Hirsch
* | | Help: Link to tool-specific preset arguments from cmake-presets(7)Brad King2021-02-182-6/+9
| | | | | | | | | | | | Fixes: #21835
* | | Help: Mention version 2 in cmake-presets(7)Brad King2021-02-181-2/+5
|/ / | | | | | | | | | | Version 2 is required for build and test presets. Fixes: #21829
* | presets: Remove unintended rerunFailed option from test presetsSam Freed2021-02-151-5/+0
| | | | | | | | | | | | | | This was accidentally included after discussion in #21391 had decided to leave it out. It was never included in a release. Issue: #21391
* | Merge topic 'release-3.20-cleanups' into release-3.20Brad King2021-02-156-32/+37
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7c147b21c7 Help: Add Ninja Multi-Config and make generator types into links 5039ca1126 Help: Convert output directory variable mentions to cross-references 1a7e51b9d5 Help: Cleanup wording and links in 3.20 release notes d16830324f CPackIFW: Improve warning and docs for show page list option 7ed7db88a4 CPackIFW: Fix cppcheck warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5810
| * | Help: Add Ninja Multi-Config and make generator types into linksCraig Scott2021-02-141-5/+6
| | |
| * | Help: Convert output directory variable mentions to cross-referencesCraig Scott2021-02-143-3/+3
| | |
| * | Help: Cleanup wording and links in 3.20 release notesCraig Scott2021-02-141-23/+25
| | |
| * | CPackIFW: Improve warning and docs for show page list optionCraig Scott2021-02-141-1/+3
| | |
* | | Merge topic 'FindGDAL-improvements' into release-3.20Brad King2021-02-151-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55e493928b FindGDAL: add release note f4b53fadda FindGDAL: support finding additional GDAL library names 1b2774450d FindGDAL: add support for skipping gdal-config 1621cb3eb1 FindGDAL: add documentation to cache variables 3caaff4c08 FindGDAL: conditionally set the output variables 3f6a4f2062 FindGDAL: mark cache variables as advanced 02e906305d FindGDAL: use execute_process instead of exec_program 140344da14 FindGDAL: fix some indentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5799
| * | | FindGDAL: add release noteBen Boeckel2021-02-121-0/+6
| |/ /
* | | Merge topic 'relnote-IOS_INSTALL_COMBINED-xcode12' into release-3.20Brad King2021-02-151-0/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | cd80f3905f Help: Add 3.19.5 release notes for Xcode iOS-related changes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5811
| * | Help: Add 3.19.5 release notes for Xcode iOS-related changesCraig Scott2021-02-141-0/+17
| | |
* | | Merge topic 'Help-MSVC_IDE-avail-notice' into release-3.20Brad King2021-02-121-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cf22237c69 Help: clarify availability of the MSVC_IDE variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5800
| * | | Help: clarify availability of the MSVC_IDE variableBen Boeckel2021-02-111-0/+7
| | |/ | |/|
* | | IAR: add support for the STM8 compilerFelipe Torrezan2021-02-121-0/+2
|/ /
* | Help: Drop development topic notes to prepare releaseBrad King2021-02-102-9/+0
| | | | | | | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* | Help: Update Sphinx versionadded directives for 3.20 releaseBrad King2021-02-103-0/+6
| | | | | | | | | | | | | | | | | | Run the script: Utilities/Sphinx/update_versions.py --since v3.19.0 --overwrite Manually restore the 3.20 version for `cmake_path`, which was originally part of 3.19 but reverted and restored in 3.20.
* | Help: Organize and revise 3.20 release notesBrad King2021-02-101-174/+225
| | | | | | | | | | Add section headers similar to the 3.19 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* | Help: Consolidate 3.20 release notesBrad King2021-02-1057-379/+278
| | | | | | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.20.rst`.
* | FindBoost: Add option to suppress new boost version dependency warningJohn Melas2021-02-101-0/+6
| | | | | | | | | | | | | | Add option `Boost_NO_WARN_NEW_VERSIONS` to suppress new boost version dependency warning. Fixes: #21786
* | Merge topic 'object-lib-multiarch'Brad King2021-02-093-4/+103
|\ \ | | | | | | | | | | | | | | | | | | | | | 4d46b1401f add_library(): Allow imported object libraries with multi-arch 1a915e8953 Tests: TargetObjects does not need any languages enabled Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5771
| * | add_library(): Allow imported object libraries with multi-archCraig Scott2021-02-063-4/+103
| | | | | | | | | Fixes: #21276
* | | Merge topic '21479-branding-name-cpack-nsis'Brad King2021-02-092-0/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0aabeb0c30 CPack/NSIS: Add option for setting branding text Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5784
| * | | CPack/NSIS: Add option for setting branding textJohnny Jazeix2021-02-072-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://nsis.sourceforge.io/Reference/BrandingText for more information. Fixes: #21479
* | | | AddFileDependencies: Deprecate this unnecessary moduleBrad King2021-02-082-1/+6
| | | | | | | | | | | | | | | | Document that one can call `set_property` directly instead.
* | | | Help: Convert some genex names to explicit cross-referencesBrad King2021-02-056-11/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Since commit c2dc7e0f53 (Help: Convert genex documentation to sphinx domain objects, 2021-01-15) we can use `:genex:` cross-references to link to named generator expressions. Update some places to do this. This is meant to demonstrate the capability, not as a comprehensive sweep.
* | | Merge topic 'fetchcontent-performance'Brad King2021-02-051-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 17e5516e60 FetchContent: Invoke steps directly and avoid a separate sub-build 4f3d1abbb4 ExternalProject: Refactor pre-configure steps to support no-target uses 23aab9ecce ExternalProject: Avoid scanning docs for keywords, use include_guard() Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Acked-by: Michael Hirsch, Ph.D. <michael@scivision.dev> Acked-by: Lars Melchior <lars.melchior@gmail.com> Merge-request: !5749