Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This document aims to highlight configuration and content changes of the package
For changes in Eclipse projects that contribute to SimRel and are included in the EPP packages, refer to the change log or New and Noteworthy document of the participating projects.
The [Eclipse IDE New & Noteworthy](https://eclipseide.org/release/noteworthy/) page combines all those documents in one place.

## 2025-09

- The Eclipse IDE for C/C++ Developers now includes the _C/C++ LLVM-Family Compiler Build Support_ feature to provide a CDT managed build system toolchain description for Clang users.

## 2025-03

- The default `eclipse.ini` generally no longer includes `-Xmx` and `-Xms` arguments for the JVM. This means that the JVM will use its internal algorithm for determining `-Xmx` and `-Xms` values. Some users may want to add `-Xmx` and `-Xms` arguments to their `eclipse.ini` if they have particularly small or large memory.
Expand Down
1 change: 1 addition & 0 deletions packages/org.eclipse.epp.package.cpp.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ United States, other countries, or both.
<feature id="org.eclipse.cdt.debug.ui.memory" installMode="root"/>
<feature id="org.eclipse.cdt.launch.remote" installMode="root"/>
<feature id="org.eclipse.cdt.launch.serial.feature" installMode="root"/>
<feature id="org.eclipse.cdt.managedbuilder.llvm" installMode="root"/>
<feature id="org.eclipse.cdt.testsrunner.feature" installMode="root"/>
<feature id="org.eclipse.cdt.lsp.feature" installMode="root"/>
<feature id="org.eclipse.launchbar" installMode="root"/>
Expand Down
Loading