1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
cdt/launch
Jeff Johnston 2bcd06f097 Bug 536317 - Deadlock at start with launchbar and docker tooling enabled
- fix ContainerTargetTypeProvider changeEvent() to start a Job and
  return immediately so it will not cause a DockerConnection
  to be held in multi-threading
- move the DockerConnectionManager addConnectionListener call
  to end of init() method so the fetching of images won't cause
  a notification event to occur
- at end of init(), call CBuildConfigurationManager.recheckConfigs()
  to make sure any disabled configuration due to a missing
  IDockerConnection is now put in the configs master list and
  removed from the noconfigs list
- make similar changes to ContainerGCCToolChainProvider

Change-Id: Idc120d613b99ec365522f5e7bf5da82d1b362425
2018-07-03 15:22:58 -04:00
..
org.eclipse.cdt.docker.launcher Bug 536317 - Deadlock at start with launchbar and docker tooling enabled 2018-07-03 15:22:58 -04:00
org.eclipse.cdt.docker.launcher-feature [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00
org.eclipse.cdt.launch Bug 533499 - Check all problem markers for errors 2018-04-17 04:49:38 -04:00
pom.xml [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00