1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
cdt/core
Jeff Johnston b56078ed96 Bug 533842 - Fix Launchbar for enabled/disabled Docker Connections
- fix CMakeBuildConfigurationProvider to not verify if a toolchain
  file exists which doesn't occur for Container Build configurations
- add new ICBuildConfigurationManager2 interface that adds new
  recheckConfigs() method, make CBuildConfigurationManager
  implement this new interface
- add new recheckConfigs() method to CBuildConfigurationManager so
  that if a Docker Connection is enabled, the list of invalid configs
  can be rechecked and those that are now valid can be removed from
  the noconfigs list
- have ContainerGCCToolChainProvider implement
  IDockerConnectionManagerListener and register itself as a listener
  during init
- add new changeEvent() method as part of a listener that will add
  toolchains for connections that are added/enabled and similarly
  will delete toolchains for connections that are removed/disabled
- do the same with ContainerTargetTypeProvider (making it be an
  IDockerConnectionManagerListener and adding/deleting targets based
  on whether a Docker Connection is added/enabled or deleted/disabled
- as well during the init process of ContainerTargetTypeProvider
  remove any targets for Connections that aren't established

Change-Id: Id5e9415eaa770ef7f6ba1ddd11312ed003585391
2018-04-20 12:44:27 -04:00
..
org.eclipse.cdt.core Bug 533842 - Fix Launchbar for enabled/disabled Docker Connections 2018-04-20 12:44:27 -04:00
org.eclipse.cdt.core.linux [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
org.eclipse.cdt.core.linux.ppc [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
org.eclipse.cdt.core.linux.ppc64 [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
org.eclipse.cdt.core.linux.ppc64le [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
org.eclipse.cdt.core.linux.x86 [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
org.eclipse.cdt.core.linux.x86_64 [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
org.eclipse.cdt.core.macosx [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
org.eclipse.cdt.core.native releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.core.tests Bug 533216 - Correctly classify local types as dependent or not 2018-04-13 01:45:57 -04:00
org.eclipse.cdt.core.win32 [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
org.eclipse.cdt.core.win32.x86 [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
org.eclipse.cdt.core.win32.x86_64 [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
org.eclipse.cdt.ui Bug 533379 - Only add space when appropriate 2018-04-16 10:36:56 -04:00
org.eclipse.cdt.ui.tests Bug 319506 - Allow renaming class via constructor 2018-04-08 01:17:06 -04:00
pom.xml [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00