Skip to content
Success

Changes

Summary

  1. Add AbstractGnuToolPrefixMacro copyright notice (details)
  2. Fix NPE if Launch Dialog not open yet (#561) (details)
  3. Mark unused API for deletion (#559) (details)
  4. Swapped arguments (#552) (details)
  5. CDT LSP 1.0.0 download files (details)
Commit 8062151c301d8b057c7957eaf4be0e6a84e85e6c by John Dallaway
Add AbstractGnuToolPrefixMacro copyright notice
The file was modified build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/macros/AbstractGnuToolPrefixMacro.java (diff)
Commit 5a4320d9e3b87413b46f30323595f4c00572b032 by noreply
Fix NPE if Launch Dialog not open yet (#561)

Some flows (such as open JUnit test case) does a IRunnableContext.run
before the UI is open. Therefore we need to fall back on the platform
progress service to run it since the launch config UI is not ready yet

Fixes #555
The file was modified launchbar/org.eclipse.launchbar.ui/src/org/eclipse/launchbar/ui/internal/LaunchBarLaunchConfigDialog.java (diff)
The file was modified launchbar/org.eclipse.launchbar.ui/META-INF/MANIFEST.MF (diff)
Commit 48804f5ed92bc90129063dbf2da999912bfa8d52 by noreply
Mark unused API for deletion (#559)

Fixes #558
The file was modified core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java (diff)
The file was modified NewAndNoteworthy/CHANGELOG-API.md (diff)
Commit 147332763b3b07ddc2356336dd3d51d8e675f996 by noreply
Swapped arguments (#552)

Fixed swapped arguments in call of new ExtendedScannerInfo().
The file was modified core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java (diff)
Commit a498b56c59cda4e23cf98a1da0fd32873789c493 by Jonah Graham
CDT LSP 1.0.0 download files

Part of https://github.com/eclipse-cdt/cdt-lsp/issues/209
The file was addedreleng/download/releases/cdt-lsp-1.0/compositeArtifacts.xml
The file was addedreleng/download/releases/cdt-lsp-latest/compositeArtifacts.xml
The file was addedreleng/download/releases/cdt-lsp-1.0/compositeContent.xml
The file was addedreleng/download/releases/cdt-lsp-latest/compositeContent.xml
The file was modified releng/scripts/promote-files-to-download.sh (diff)