1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 02:35:37 +02:00
cdt/core/org.eclipse.cdt.core
Jeff Johnston db3ee42b31 Bug 513589 - Add support to build CDT projects in a Docker Container
- add IOptionalBuildObjectPropertiesContainer interface to use for
  objects that supply optional build properties
- add new IOptionalBuildProperties interface that defines
  optional build properties donated by external plug-ins
- add new
- change IConfiguration to an IOptionalBuildObjectPropertiesContainer
- change IManagedProject to be an
  IOptionalBuildObjectPropertiesContainer
- fix ProcessClosure to ensure that readers are not null before
  accessing them
- fix Container launch delegate to look at project optional
  build properties for active configuration to fetch connection
  and image info and use said info to find a matching
  launch or create a new one
- have Container launch delegate use the image name as part of
  the launch config name
- have Container launch short-cut also use the project's
  optional build properties for the active config to get
  connection and image information before any defaulting
- change AutotoolsNewMarkerGenerator to store the command
  launcher as an ICommandLauncher
- add new CommandLauncherFactory extension to cdt.core that
  allows plug-ins to specify a CommandLauncherFactory that
  will return an ICommandLauncher based on the project
- add macros for new extension to CCorePlugin
- add new CommandLauncherFactoryManager class that loads
  CommandLauncherFactory extensions and is used to give
  an ICommandLauncher wrapper that will go through the list
  of CommandLauncherFactory extensions until one returns
  non-null ICommandLauncher
- add code to RemoteCommandLauncher so it will use the
  CommandLauncherFactoryManager to get the local launcher
- also change RemoteCommandLauncher to check at execution
  time whether the command is local and in that case use
  the local command launcher
- add new ICommandLauncherFactory interface
- add new ContainerCommandLauncher to launch
- add new ContainerCommandLauncherFactory class for returning
  a ContainerCommandLauncher instance to launch commands
  in a Docker Container
- change MakeBuilder to use CommandLauncherFactoryManager to get
  its ICommandLauncher
- change CommandBuilder to use CommandLauncherFactoryManager too
- ditto for Builder and AbstractBuiltinSpecsDetector and
  ExternalToolInvoker
- change Configuration to load/store optional build properties
  as well as return the properties to get/set
- ditto for MultiConfiguration
- change ManagedProject to implement IOptionalBuildOptionProperties
  interface
- ditto for ProjectType
- create new OptionalBuildProperties class to store optional
  build properties for a configuration
- bump cdt.managedbuilder.core to 8.5.0
- bump cdt.docker.launcher to 1.1.0
- use CommandLauncherFactory extension to define
  ContainerCommandLauncherFactory
- add optional ContainerPropertyTab which allows the end-user to
  optionally choose to build a C/C++ project in a Container
  and specify the connection/image to use

Change-Id: Id4d202d5eeb0dd52e528a45bf44d3e386f67376d
2017-06-22 18:10:09 -04:00
..
.settings Fix API errors with Eclipse 4.7 2017-01-30 14:11:36 -04:00
browser/org/eclipse/cdt Bug 492210 - Remove ChangeLog files from project 2016-04-25 22:53:31 +01:00
META-INF Bug 513589 - Add support to build CDT projects in a Docker Container 2017-06-22 18:10:09 -04:00
model/org/eclipse/cdt Generify ListenerList. 2017-03-23 09:25:24 +02:00
parser/org/eclipse/cdt Bug 518628 Function declarator location misses virtual specifiers 2017-06-22 07:48:33 -04:00
schema Bug 513589 - Add support to build CDT projects in a Docker Container 2017-06-22 18:10:09 -04:00
src/org/eclipse/cdt Bug 513589 - Add support to build CDT projects in a Docker Container 2017-06-22 18:10:09 -04:00
templateengine/org/eclipse/cdt/core/templateengine Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00
utils/org/eclipse/cdt Bug 517581 Keep env var operation on merged vars the same. 2017-05-31 13:07:37 -04:00
.classpath
.options Added tracing to CompositeValue.create. 2017-02-27 20:29:30 -08:00
.project
about.html
build.properties
plugin.properties Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
plugin.xml Bug 513589 - Add support to build CDT projects in a Docker Container 2017-06-22 18:10:09 -04:00