Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake 3.27.9v3.27.9 | Brad King | 2023-11-28 | 1 | -0/+20 |
| | |||||
* | CMake 3.27.8v3.27.8 | Brad King | 2023-11-15 | 1 | -2/+2 |
| | |||||
* | CMake 3.27.7v3.27.7 | Brad King | 2023-10-06 | 1 | -2/+2 |
| | |||||
* | CMake 3.27.6v3.27.6 | Brad King | 2023-09-20 | 1 | -2/+2 |
| | |||||
* | CMake 3.27.5v3.27.5 | Brad King | 2023-09-14 | 1 | -2/+2 |
| | |||||
* | CMake 3.27.4v3.27.4 | Brad King | 2023-08-23 | 1 | -3/+3 |
| | |||||
* | CMake 3.27.3v3.27.3 | Brad King | 2023-08-16 | 1 | -0/+7 |
| | |||||
* | VS: Select latest Windows SDK even when targeting Windows 8.1 and below | Brad King | 2023-08-10 | 1 | -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 selection | Brad King | 2023-08-10 | 1 | -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 selection | Brad King | 2023-08-09 | 1 | -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.1 | Brad King | 2023-07-25 | 1 | -0/+12 |
| | |||||
* | Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notes | Craig Scott | 2023-07-12 | 1 | -0/+6 |
| | | | | Fixes: #25060 | ||||
* | Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS | Brad King | 2023-06-13 | 1 | -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 targets | Robert Maynard | 2023-06-07 | 1 | -1/+2 |
| | |||||
* | Help: Organize and revise 3.27 release notes | Brad King | 2023-06-06 | 1 | -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 notes | Brad King | 2023-06-05 | 1 | -0/+202 |
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.27.rst`. |