summaryrefslogtreecommitdiffstats
path: root/Help/release/3.12.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-071-2/+2
| | | | Mostly it's about replace `http:` with `https:` protocol.
* Merge topic 'doc-find_package-root'Craig Scott2018-07-201-2/+3
|\ | | | | | | | | | | | | 492ade276b Help: Add explicit <PackageName>_ROOT variable documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2225
| * Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-201-2/+3
| | | | | | | | | | | | Add documentation for both the CMake variable and environment variable of this name pattern. Update references to these names to link to their documents. Clarify the pattern used to construct their names.
| * Merge branch 'revert-subdirectory-linking' into release-3.12Brad King2018-07-031-3/+0
| |\ | | | | | | | | | Merge-request: !2191
* | \ Merge topic 'revert-subdirectory-linking'Brad King2018-07-051-3/+0
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 0d7114987c Revert "target_link_libraries: Allow use with targets in other directories" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2191
| * | Revert "target_link_libraries: Allow use with targets in other directories"Brad King2018-07-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit v3.12.0-rc1~82^2 (target_link_libraries: Allow use with targets in other directories, 2018-05-11). The RHS target scoping and visibility rules are not clear and will need further investigation before the feature can be added. Issue: #17943
* | | Merge topic 'policy_max_docs'Brad King2018-07-021-1/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 19f338109d Help: Clarify ...<max> behavior for policy-related commands Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2180
| * | Help: Clarify ...<max> behavior for policy-related commandsCraig Scott2018-07-011-1/+2
| |/ | | | | Affects cmake_minimum_required() and cmake_policy(VERSION)
* | Merge topic 'FindMatlab-doc-mcr'Brad King2018-06-291-0/+3
|\ \ | |/ | | | | | | | | | | 27ae8d52d0 Help: Add 3.12 release note for FindMatlab MCR support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2173
| * Help: Add 3.12 release note for FindMatlab MCR supportBrad King2018-06-261-0/+3
| | | | | | | | | | This release note was forgotten by commit v3.12.0-rc1~183^2 (FindMatlab: Matlab Runtime Compiler support, 2018-04-29).
* | Help: Update old version release notes for CPack generator docsBrad King2018-06-211-2/+2
|/ | | | | Replace references to the CPack "modules" with proper terminology referencing the CPack generator documentation directly.
* UseSWIG: Add CSHARP variant for wrapper filesRishi Theivendran2018-06-121-0/+3
| | | | | Issue: #18065 Fixes: #18066
* Help: Organize and revise 3.12 release notesBrad King2018-06-041-163/+208
| | | | | Add section headers similar to the 3.11 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.12 release notesBrad King2018-06-041-0/+255
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.12.rst`.