You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
+
9
21
## Minimum version of GLIBC required
10
22
11
23
The minimum version of GLIBC required is now 2.31.
12
24
This version can be found in Ubuntu 20.04 and later, RHEL 9.0 and later and other distros as well.
13
25
CDT's native components will likely work with older versions of glibc too, assuming they provide the required APIs for Eclipse CDT.
14
26
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).
## 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
56
76
57
77
See [Issue #1084](https://github.com/eclipse-cdt/cdt/issues/1084)
58
78
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
+
59
83
# Managed Build
60
84
61
85
## 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
129
153
130
154
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.
131
155
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.
See GitHub milestone [](https://github.com/eclipse-cdt/cdt/milestone/14?closed=1)
0 commit comments