CDT 11.6.1 for Eclipse 2024-06 is now released. Please have a look at the New and Noteworthy for the highlights of what is included in this release.
Eclipse IDE Installer
The preferred way to get CDT is to install Eclipse CDT as part of the Eclipse IDE for C/C++ Developers or Eclipse IDE for Embedded C/C++ Developers using the installer and then running Check for Updates to update to the latest version.
Eclipse IDE Downloads
Alternatively, download the zip/tar/dmg files from the main Eclipse Downloads site.
p2 site
Install CDT into an existing installation using the following p2 URL: https://download.eclipse.org/tools/cdt/releases/11.6 or as a cdt-11.6.1.zip
Eclipse Marketplace
The CDT project maintains 3 Marketplace entries:
Standalone Debugger
Any CDT install can be used as the standalone debugger, therefore download/install CDT as best suits you using the above options.
Thank you
Congratulations and thank you to everyone who contributed, whether by testing, filing bugs, submitting PRs, answering questions. Thank you all for the hard work.
What's Changed (Auto-generated by GitHub)
- Use final p2 repos for all CDT 11.6 dependencies by @jonahgraham in #844
- [cdt_11_6] Add enabled to JSON Compilation Database Generator prop page (#847) (#848) by @github-actions in #850
- [cdt_11_6] Use CDT's container to run all code cleanliness checks by @jonahgraham in #852
- [cdt_11_6] Speed up closing all file descriptors in the child process (Fixes #835) by @jonahgraham in #853
- [cdt_11_6] On createBuildConfiguration, reset project's ScannerInfoProvider (#817) by @github-actions in #854
- [cdt_11_6] Add support for String Terminator to be ESC \ by @github-actions in #855
New Contributors
- @github-actions made their first contribution in #850
Full Changelog: CDT_11_6_0...CDT_11_6_1