summaryrefslogtreecommitdiffstats
path: root/Help/release/3.27.rst
Commit message (Collapse)AuthorAgeFilesLines
* CMake 3.27.9v3.27.9Brad King2023-11-281-0/+20
|
* CMake 3.27.8v3.27.8Brad King2023-11-151-2/+2
|
* CMake 3.27.7v3.27.7Brad King2023-10-061-2/+2
|
* CMake 3.27.6v3.27.6Brad King2023-09-201-2/+2
|
* CMake 3.27.5v3.27.5Brad King2023-09-141-2/+2
|
* CMake 3.27.4v3.27.4Brad King2023-08-231-3/+3
|
* CMake 3.27.3v3.27.3Brad King2023-08-161-0/+7
|
* VS: Select latest Windows SDK even when targeting Windows 8.1 and belowBrad King2023-08-101-0/+5
| | | | | | | | | The policy added by commit f90c8ab54e (VS: Select latest available Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1) applied only when targeting Windows 10+. Apply it to older versions too. Fixes: #25170 Issue: #16202
* VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selectionBrad King2023-08-101-0/+8
| | | | | | | Honor an explicit `version=8.1` field value regardless of the Windows target version. Issue: #25170
* Help: Add 3.27 release note on VS default SDK selectionBrad King2023-08-091-1/+4
| | | | | | | | This was accidentally left out of commit f90c8ab54e (VS: Select latest available Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1). Issue: #16202
* CMake 3.27.1v3.27.1Brad King2023-07-251-0/+12
|
* Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notesCraig Scott2023-07-121-0/+6
| | | | Fixes: #25060
* Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRSBrad King2023-06-131-0/+4
| | | | | | This was accidentally left out of commit 2ce3d62ffb (Help: add documentation for the new TARGET_RUNTIME_DLL_DIRS genex, 2023-02-26, v3.27.0-rc1~400^2~2).
* FindCUDAToolkit: Add cupti nvperf and pcsampling targetsRobert Maynard2023-06-071-1/+2
|
* Help: Organize and revise 3.27 release notesBrad King2023-06-061-133/+178
| | | | | Add section headers similar to the 3.26 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.27 release notesBrad King2023-06-051-0/+202
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.27.rst`.