summaryrefslogtreecommitdiffstats
path: root/Help/release/3.30.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add 3.30 release note for error on unknown arguments to ctestBrad King2024-12-171-0/+3
| | | | | | | This was left out of commit 304396d13c (ctest: Show error on invalid ctest arguments, 2024-04-03, v3.30.0-rc1~286^2). Fixes: #26539
* CMake 3.30.6v3.30.6Brad King2024-11-211-0/+7
|
* CMake 3.30.5v3.30.5Brad King2024-10-081-10/+11
|
* project: Only check non-cache vars when setting project varsCraig Scott2024-10-071-3/+19
| | | | | | | | | | | | | | The change in commit 86ad7cc886 (project: Only define non-cache vars if already defined, 2024-09-15, v3.30.4~2^2) was meant to only check for non-cache variables when deciding whether to set non-cache project variables for the current call. However, it erroneously checked for any variable, including cache variables. This gives the intended result on the first run, but on subsequent runs a cache variable will exist that did not on the first run, leading to different behavior between the two runs. Fix the logic to only check for a pre-existing non-cache variable, as was originally intended. Fixes: #26355
* CMake 3.30.4v3.30.4Brad King2024-09-271-9/+10
|
* Help: Add 3.30 release notes for project variable updatesBrad King2024-09-261-0/+17
| | | | | | | Add a 3.30.3 release note for commit c1ece78d11 (project: non cache <project> prefix variables are also created, 2024-08-27, v3.30.3~2^2). Prepare a 3.30.4 release note for commit 86ad7cc886 (project: Only define non-cache vars if already defined, 2024-09-15).
* CMake 3.30.3v3.30.3Brad King2024-08-291-7/+8
|
* FindPython: ensure a usable environment is set for the free threaded PythonMarc Chevrier2024-08-271-0/+8
| | | | | | | | Define the `Python_DEFINITIONS` variable for the support of free threaded Python developments on Windows. This is a complement to commit 9a0dee7257 (FindPython: Add support for free threaded python, 2024-05-30).
* CMake 3.30.2v3.30.2Brad King2024-08-021-3/+3
|
* CMake 3.30.1v3.30.1Brad King2024-07-181-0/+12
|
* Merge topic 'link-feature-attributes-stabilization' into release-3.30Brad King2024-06-241-3/+3
|\ | | | | | | | | | | | | | | 576567f028 Link feature attributes: stabilization 5617c34c31 Libraries processing: update configuration wording Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9607
| * Link feature attributes: stabilizationMarc Chevrier2024-06-211-3/+3
| | | | | | | | | | * enhance OVERRIDE handling * Update wording
* | Help: Mention CPack/NuGet additions in the 3.30 release notesAlex Turbov2024-06-201-0/+7
|/
* FetchContent: Force cmake --fresh to re-execute direct population stepsCraig Scott2024-06-071-3/+4
| | | | Issue: #25468
* Help: Clarify preset-specific macrosCristian Le2024-06-061-1/+2
| | | | | Closes: #26030 Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
* Help: Organize and revise 3.30 release notesBrad King2024-06-051-109/+145
| | | | | | | | Add section headers similar to the 3.29 release notes and move each individual bullet into an appropriate section. Revise a few bullets. Drop the `CXX_MODULE_STD` release note since it is an experimental feature.
* Help: Consolidate 3.30 release notesBrad King2024-06-051-0/+199
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.30.rst`.