Skip to content

Commit d89b930

Browse files
committed
Cleanup N&N for CDT 12 and add some missing entries
As we approach the release now I collapsed all the milestones into the CDT 12.0.0 one as the milestone releases are not really public once the release is complete.
1 parent d1287b0 commit d89b930

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

NewAndNoteworthy/CDT-12.0.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,32 @@ This is the New & Noteworthy page for CDT 12.0 which is part of Eclipse 2025-03
66

77
# Release Notes
88

9+
## New and Noteworthy Video
10+
11+
A short video highlighting CDT LSP support and CMake improvements is available on YouTube.
12+
13+
[<p align="center"><img src="images/CDT-12.0-NnN-thumbnail.png" width="80%"></p>](https://youtu.be/FvNHo9bDA7Q)
14+
15+
16+
## Support for Windows on Arm natives contributed
17+
18+
CDT 12 includes support for running Eclipse CDT on Windows on ARM machines.
19+
There are a few parts of CDT written in C to support launching sub-processes, terminals and serial ports, these items now work on Windows on Arm.
20+
921
## Minimum version of GLIBC required
1022

1123
The minimum version of GLIBC required is now 2.31.
1224
This version can be found in Ubuntu 20.04 and later, RHEL 9.0 and later and other distros as well.
1325
CDT's native components will likely work with older versions of glibc too, assuming they provide the required APIs for Eclipse CDT.
1426

27+
# CDT LSP (clangd support)
28+
29+
CDT 12 includes a banner in the editor to easily try out the new C/C++ editing experience based on CDT LSP and clangd.
30+
More information about the CDT LSP project can be found in the [project's GitHub page](https://github.com/eclipse-cdt/cdt-lsp?tab=readme-ov-file#readme).
31+
32+
<p align="center"><img src="images/CDT-12.0-try-new-experience.png" width="80%"></p>
33+
34+
1535
# Core Build
1636

1737
## Default build system generator for CMake changed to Ninja on all platforms
@@ -56,6 +76,10 @@ Previously the name "default" would appear as one of the project's build directo
5676

5777
See [Issue #1084](https://github.com/eclipse-cdt/cdt/issues/1084)
5878

79+
### Improved launch configuration for CMake and other Core Build System projects
80+
81+
The CMake and CBS Makefile project launch configurations for local applications have an improved Main tab and new Arguments, Environment, Debugger, Source, and Common tabs.
82+
5983
# Managed Build
6084

6185
## New *C Project* and new *C++ Project* available via *New C/C++ Project* wizard
@@ -129,14 +153,6 @@ Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API cha
129153

130154
See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A12.0.0) for this release in the issue/PR tracker.
131155

132-
## Improved launch configuration for CMake and other Core Build System projects
133-
134-
The CMake and CBS Makefile project launch configurations for local applications have an improved Main tab and new Arguments, Environment, Debugger, Source, and Common tabs.
135-
136156
# Bugs Fixed in this Release
137157

138-
See GitHub milestones:
139-
- [![12.0.0 M1](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/12)](https://github.com/eclipse-cdt/cdt/milestone/12?closed=1)
140-
- [![12.0.0 M2](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/13)](https://github.com/eclipse-cdt/cdt/milestone/13?closed=1)
141-
- [![12.0.0 M3](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/18)](https://github.com/eclipse-cdt/cdt/milestone/18?closed=1)
142-
- [![12.0.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/14)](https://github.com/eclipse-cdt/cdt/milestone/14?closed=1)
158+
See GitHub milestone [![12.0.0](https://img.shields.io/github/milestones/issues-total/eclipse-cdt/cdt/14)](https://github.com/eclipse-cdt/cdt/milestone/14?closed=1)
Loading
Loading

0 commit comments

Comments
 (0)