summaryrefslogtreecommitdiffstats
path: root/Help/release/3.25.rst
Commit message (Collapse)AuthorAgeFilesLines
* CMake 3.25.3v3.25.3Brad King2023-03-081-0/+7
|
* CMake 3.25.2v3.25.2Brad King2023-01-191-0/+4
|
* Help: Clarify and update SYSTEM-related docsCraig Scott2022-12-171-3/+4
|
* CUDA: Add support for cuda_std_20 for nvcc 12.0+Robert Maynard2022-12-131-0/+6
| | | | CUDA 12.0 has been released with support for `-std=c++20`.
* MSVC: Revert "Teach find_library to consider the 'libfoo.a' naming convention"Brad King2022-11-281-5/+13
| | | | | | | | | | | | Revert commit be848a71b0 (MSVC: Teach find_library to consider the 'libfoo.a' naming convention, 2022-09-19, v3.25.0-rc1~111^2). When targeting the MSVC ABI, this causes GNU-ABI libraries to be found in cases they were not previously, and broke existing builds. Revert the change pending further discussion on how to handle the motivating use case. Issue: #23975 Fixes: #24168
* Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-071-1/+1
| | | | Mostly it's about replace `http:` with `https:` protocol.
* Help: Fix trivial typos related to presetsCraig Scott2022-10-221-1/+1
|
* CTest: Add support for outputJUnitFile in presetsKyle Edwards2022-10-181-0/+3
| | | | Fixes: #22400
* Help: Replace the ref `cmake --workflow --preset` with `option` roleAlex Turbov2022-10-121-2/+2
| | | | | So, it'll look the same as refs to other commands in this release notes below.
* Help: Organize and revise 3.25 release notesBrad King2022-10-071-125/+161
| | | | | | | | | Add section headers similar to the 3.24 release notes and move each individual bullet into an appropriate section. Revise a few bullets. Drop the `UseSWIG` bullet, as it is a simple bug fix. Drop the `LINK_LIBRARY` bullet, as it just polishes an existing feature, and has a corresponding `versionadded` mark anyway.
* Help: Consolidate 3.25 release notesBrad King2022-10-071-0/+201
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.25.rst`.