summaryrefslogtreecommitdiff
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge topic 'doc-cpack-dpkg-shlibdeps-l' into release-3.20Brad King2021-02-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Help: Fix CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS documentationBrad King2021-02-191-1/+1
* | | | | | | | | | | | | Merge topic 'docpreset' into release-3.20Brad King2021-02-192-10/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Help: Add build and test preset to examples in cmake-presets(7)Michael Hirsch2021-02-181-2/+16
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | 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
* | | | | | | | Help: Link to tool-specific preset arguments from cmake-presets(7)Brad King2021-02-182-6/+9
* | | | | | | | Help: Mention version 2 in cmake-presets(7)Brad King2021-02-181-2/+5
|/ / / / / / /
* | | | | | | presets: Remove unintended rerunFailed option from test presetsSam Freed2021-02-151-5/+0
* | | | | | | Merge topic 'release-3.20-cleanups' into release-3.20Brad King2021-02-156-32/+37
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | 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
* | Help: Update Sphinx versionadded directives for 3.20 releaseBrad King2021-02-103-0/+6
* | Help: Organize and revise 3.20 release notesBrad King2021-02-101-174/+225
* | Help: Consolidate 3.20 release notesBrad King2021-02-1057-379/+278
* | FindBoost: Add option to suppress new boost version dependency warningJohn Melas2021-02-101-0/+6
* | Merge topic 'object-lib-multiarch'Brad King2021-02-093-4/+103
|\ \
| * | add_library(): Allow imported object libraries with multi-archCraig Scott2021-02-063-4/+103
* | | Merge topic '21479-branding-name-cpack-nsis'Brad King2021-02-092-0/+20
|\ \ \
| * | | CPack/NSIS: Add option for setting branding textJohnny Jazeix2021-02-072-0/+20
* | | | AddFileDependencies: Deprecate this unnecessary moduleBrad King2021-02-082-1/+6
* | | | Help: Convert some genex names to explicit cross-referencesBrad King2021-02-056-11/+11
|/ / /
* | | Merge topic 'fetchcontent-performance'Brad King2021-02-051-0/+13
|\ \ \
| * | | FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-051-0/+6
| * | | ExternalProject: Refactor pre-configure steps to support no-target usesCraig Scott2021-02-051-0/+7
* | | | Merge topic 'build-test-presets'Brad King2021-02-055-17/+999
|\ \ \ \
| * | | | Help: Add release note for build and test presetsBrad King2021-02-041-0/+4
| * | | | Help: Add documentation for buildPresets and testPresetsSam Freed2021-02-013-4/+523
| * | | | Help: Add buildPresets and testPresets to JSON schemaSam Freed2021-01-271-13/+472
* | | | | Merge topic 'doc-find-env-vars'Brad King2021-02-053-3/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Restore docs that find_library considers LIB, not INCLUDEBrad King2021-02-043-3/+6
* | | | | Merge topic 'aix-xcoff-edit'Brad King2021-02-041-0/+8
|\ \ \ \ \
| * | | | | AIX: Enable XCOFF editing to replace RPATH on installationBrad King2021-02-031-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge topic 'issue-17634'Brad King2021-02-042-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | try_run: Allow to set working directoryAsit Dhal2021-02-032-0/+12
* | | | | Merge topic 'intel-llvm-compilers'Brad King2021-02-031-3/+16
|\ \ \ \ \ | |/ / / / |/| | | |