1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Find a file
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
.mvn Sync tycho pomless to main tycho used to build to 1.1.0 2018-03-26 13:12:38 +03:00
build Bug 533842 - Fix Launchbar for enabled/disabled Docker Connections 2018-04-20 12:44:27 -04:00
codan Bug 525250: "Create local variable" offered outside of local scopes 2018-03-14 09:30:42 +01:00
core Bug 533842 - Fix Launchbar for enabled/disabled Docker Connections 2018-04-20 12:44:27 -04:00
cross [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
debug Replace refreshScannerInfo with setActive method 2018-03-20 15:54:15 -04:00
doc [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
dsf [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
dsf-gdb Bug 533771 - Allow limit scope of MIStackListArguments 2018-04-20 07:14:46 -04:00
jtag [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
launch Bug 533842 - Fix Launchbar for enabled/disabled Docker Connections 2018-04-20 12:44:27 -04:00
llvm [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
lrparser [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
lsp4e-cpp [releng] update maven dependency versions 2018-03-19 10:36:23 +00:00
memory [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
native [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
qt [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
releng Fix cdt.target for latest meson ui tests plug-in 2018-03-28 16:34:01 -04:00
remote [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
testsrunner [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
toolchains/arduino [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
upc [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
util [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
visualizer [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
windows [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
xlc [releng] Bump version to 9.5.0 2018-02-13 11:25:08 +00:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Enable Meson UI tests 2018-03-29 16:59:37 -04:00