1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Jeff Johnston 2e99babe5b Bug 533222 - Add Container Build support to Std Make Core Build
- add new getConsoleHeader() method to ICBuildCommandLauncher
  interface and ContainerCommandLauncher class
- modify MakefileBuildConfigurationProvider to create build
  configurations based on an Image name when building for Container
  and as well support the linux-container os that is used for
  Container targets
- add new IConsoleParser2 interface that extends IConsoleParser
  and adds new processLine method that takes a List of Job as
  a parameter
- make CBuildConfiguration implement IConsoleParser2 and add new
  processLine method
- modify watchProcess to recognize an IConsoleParser2 and pass
  a Job List then wait for all jobs to finish before calling
  shutdown() and possibly reindex
- add new IToolChain2 interface with startBuildProcess() method
- add new startBuildProcess() method to CBuildConfiguration
  to look for new IToolChain2 and use its startBuildProcess()
  method to perform the build
- make ContainerGCCToolChain implement IToolChain2 and add
  new startBuildProcess() method to build in Container
- change StandardBuildConfiguration to use startBuildProcess()
  to do build and clean

Change-Id: Icae9a55ef6abfa1b7f611544ad591b6062c72585
2018-04-16 12:10:42 -04:00
..
org.eclipse.cdt.core Bug 533222 - Add Container Build support to Std Make Core Build 2018-04-16 12:10:42 -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