CDT 11.6.0 for Eclipse 2024-06
CDT 11.6.0 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
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.0.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)
What's Changed
- Prep repo for 11.6.0 by @jonahgraham in #729
- Refactor MarkOccurrenceTest to JUnit5 style by @jonahgraham in #730
- Add GNU assembler debug level option to MBS by @jld01 in #732
- Update to Eclipse Platform 4.32 for CDT 11.6 development by @jonahgraham in #731
- CDT 11.5.0 composites by @jonahgraham in #734
- Add GNU assembler debug level option to N&N by @jld01 in #748
- [#657] CDT cannot be built on Java 21 due to security manager changes by @ruspl-afed in #761
- Build with Java 21 on Jenkins by @jonahgraham in #767
- Update docker image of osxcross to latest requirements. by @jonahgraham in #774
- Fix missing mylyn.wikitext dependency by @MarkZ3 in #779
- Change standalone debugger to no longer limit number of bundles by @jonahgraham in #782
- Update CDT.setup's modular targlet to include a site for mylyn.wikitext by @merks in #783
- Update direct-from-maven dependencies to latest available minor versions by @merks in #784
- Include cdt-lsp in the CDT.setup by @merks in #786
- Update org.apache.aries.spifly.dynamic.bundle to 1.3.7 by @merks in #785
- Detection for VS 2022 toolchain by @MarkZ3 in #778
- Added feature to generate compile_commands.json file by @alicetrifu in #692
- Update Java + mvn version in BUILDING.md by @jonahgraham in #790
- Parse empty attribute(()) by @MarkZ3 in #770
- Make CodanRunner progress monitor work a bit better by @MarkZ3 in #768
- Improve error message when service segment bump is needed by @jonahgraham in #791
- Update gson to 2.11.0 by @merks in #798
- [#746] Use inclusive language in codan by @thomas-z8 in #794
- Update org.apache.commons:commons-compress to 1.26.2 by @merks in #799
- Update org.assertj:assertj-core to 3.26.0 by @merks in #800
- XML whitespace clean up only by @jld01 in #801
- Restore correct filterPattern expressions by @jld01 in #802
- LLVM optimization remarks. by @ewaterlander in #803
- Explicitly set application id for standalone debugger by @jonahgraham in #804
- Remove 'Experimental' label from Core Build Makefile projects. by @ewaterlander in #805
- [#808] Support overriden default-editor-association in EditorUtility by @ghentschke in #809
New Contributors
- @alicetrifu made their first contribution in #692
- @thomas-z8 made their first contribution in #794
Full Changelog: CDT_11_5_0...CDT_11_6_0