Skip to content
Success

Changes

Summary

  1. CDT 11.5.0 composites (details)
  2. Add GNU assembler debug level option to N&N (details)
  3. [#657] CDT cannot be built on Java 21 due to security manager changes (details)
  4. Add Dockerfiles for build images of CDT project (details)
  5. Cleanup CDT repo related to the docker + Java 21 updates (details)
  6. Update images to Dockerfiles from commit cc66780e92 (details)
  7. Remove use of Thread.stop from test code (details)
The file was addedreleng/download/releases/11.5/compositeArtifacts.xml
The file was modified releng/download/releases/latest/compositeContent.xml (diff)
The file was modified releng/download/releases/latest/compositeArtifacts.xml (diff)
The file was addedreleng/download/releases/11.5/compositeContent.xml
The file was modified releng/scripts/promote-files-to-download.sh (diff)
Commit 96a3310420176655286d84fb8f24383949616e72 by John Dallaway
Add GNU assembler debug level option to N&N
The file was addedNewAndNoteworthy/images/CDT-11.6-gnu-as-debug.png
The file was modified NewAndNoteworthy/CDT-11.6.md (diff)
Commit 88355ecc48cff62d936f3497ca0fd343b42ba0a8 by Alexander Fedorov
[#657] CDT cannot be built on Java 21 due to security manager changes

* Switch CI to Java 21
* Remove config generation for debug application
* Remove `org.eclipse.osgi.services` from `proxy.server` product
* Remove `org.eclipse.osgi.services` from
`org.eclipse.cdt.debug.application.product` product
* Move `org.eclipse.cdt.debug.application.product` from profile to
general part

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
The file was modified remote/org.eclipse.remote.proxy.server.product/proxy.server.product (diff)
The file was modified .github/workflows/code-cleanliness.yml (diff)
The file was removeddebug/org.eclipse.cdt.debug.application.product/about.html
The file was removeddebug/org.eclipse.cdt.debug.application/pom.xml
The file was removeddebug/org.eclipse.cdt.debug.application.product/plugin_customization.ini
The file was removeddebug/org.eclipse.cdt.debug.application.product/build.properties
The file was removeddebug/org.eclipse.cdt.debug.application.product/epl-v20.html
The file was removeddebug/org.eclipse.cdt.debug.application.product/license.html
The file was removeddebug/org.eclipse.cdt.debug.application/configGenerator.xml
The file was modified pom.xml (diff)
The file was modified debug/org.eclipse.cdt.debug.application.product/debug.product (diff)
The file was modified releng/org.eclipse.cdt.target/cdt.target (diff)
The file was modified .github/workflows/build-test.yml (diff)
Commit 9fb6260b6a86428389a03eae5c216281720a31dd by Jonah Graham
Add Dockerfiles for build images of CDT project

This is the state of the files as of cdt-infra
commit 497e7b2a643ff6ea12a56a21c17dd2d170e918c8 with
the Readme updated for the new locations
The file was addeddocker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile
The file was addeddocker/cdt-infra-base/Readme.md
The file was addeddocker/cdt-infra-build-macos-sdk/ubuntu-18.04/Dockerfile
The file was addeddocker/cdt-infra-all-gdbs/Readme.md
The file was addeddocker/.dockerignore
The file was addeddocker/cdt-infra-plus-eclipse-install/Readme.md
The file was addeddocker/cdt-infra-all-gdbs/ubuntu-18.04/Dockerfile
The file was addeddocker/scripts/download-build-gdb.sh
The file was addeddocker/scripts/xstartup_mutter.sh
The file was addeddocker/deploy-images.sh
The file was addeddocker/cdt-infra-eclipse-full/Readme.md
The file was addeddocker/cdt-infra-plus-eclipse-install/ubuntu-18.04/Dockerfile
The file was addeddocker/cdt-infra-base/ubuntu-18.04/Dockerfile
The file was addeddocker/cdt-infra-build-macos-sdk/Readme.md
The file was addeddocker/scripts/xstartup_metacity.sh
The file was addeddocker/build-images.sh
The file was addeddocker/scripts/uid_entrypoint
The file was addeddocker/Readme.md
The file was addeddocker/scripts/xstartup_icewm.sh
Commit cc66780e926327e55ed18928c122c6461e1c2087 by Jonah Graham
Cleanup CDT repo related to the docker + Java 21 updates

- Fix links for cdt-infra
- The cdt-infra git repo is now archived, so this commit updates
the links to the current values.
- Add new Docker related files to the gitattributes as text files
- Update DEFAULT_BUFFER_SIZE for Java 21's value when building JNI,
this also means the dll/exe need a rebuild
- add a toolchains.xml since we use Java 21 toolchain, but most bundles
are Java 17 still
The file was modified core/org.eclipse.cdt.core.native/pom.xml (diff)
The file was modified core/org.eclipse.cdt.core.win32.x86_64/os/win32/x86_64/pty.dll (diff)
The file was modified dsf/org.eclipse.cdt.examples.dsf/META-INF/MANIFEST.MF (diff)
The file was modified core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF (diff)
The file was modified docker/scripts/xstartup_metacity.sh (diff)
The file was addeddocker/toolchains.xml
The file was modified docker/scripts/xstartup_mutter.sh (diff)
The file was modified releng/scripts/do_format_code.sh (diff)
The file was modified core/org.eclipse.cdt.core.win32.x86_64/os/win32/x86_64/starter.exe (diff)
The file was modified dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh (diff)
The file was modified core/org.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_pty_PTYInputStream.h (diff)
The file was modified docker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile (diff)
The file was modified core/org.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_spawner_SpawnerInputStream.h (diff)
The file was modified docker/scripts/xstartup_icewm.sh (diff)
The file was modified .gitattributes (diff)
The file was modified docker/cdt-infra-base/ubuntu-18.04/Dockerfile (diff)
The file was modified BUILDING.md (diff)
The file was modified core/org.eclipse.cdt.core.win32.x86_64/os/win32/x86_64/spawner.dll (diff)
The file was modified native/org.eclipse.cdt.native.serial/os/win32/x86_64/serial.dll (diff)
The file was modified POLICY.md (diff)
The file was modified NOTICE.md (diff)
Commit 5d229301ed95d76c3f55786662545e1cacdc1464 by Jonah Graham
Update images to Dockerfiles from commit cc66780e92
The file was modified jenkins/pod-templates/cdt-full-pod-small.yaml (diff)
The file was modified jenkins/pod-templates/cdt-full-pod-standard.yaml (diff)
The file was modified jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml (diff)
Commit f0ae450f72d6c481a4701b171302917f6ae46b74 by Jonah Graham
Remove use of Thread.stop from test code
The file was modified core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexBugsTests.java (diff)