1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 06:35:28 +02:00
cdt/build
Jeff 49c2109ff6 Fix specs detection for Container Build feature
- sometimes specs detection will be for a non-active
  build configuration so the project cannot be used to
  determine eligibility for the command launcher
- change ICommandLauncherFactory to accept an object in its
  getCommandLauncher method which can either be an IProject or
  ICConfigurationDesription
- change ContainerCommandLauncherFactory to accept an Object
  instead of IProject in its getCommandLauncher() method
- cast the Object received either to be an IProject or
  ICConfigurationDescription to determine if the build should
  occur in a Container or not
- fix CommandLauncherManager.getCommandLauncher() to accept
  and pass on an Object to the list of ICommandLauncherFactory
  instances
- fix AbstractBuiltinSpecsDetector to pass in the current
  configuration description when getting the CommandLauncher
  since the current configuration may not be the active
  configuration
2017-06-27 16:10:01 -04:00
..
org.eclipse.cdt.autotools-feature releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.autotools.core Add Windows support for CDT Build in Container 2017-06-22 18:10:11 -04:00
org.eclipse.cdt.autotools.docs Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.autotools.tests Refactor CommandLauncherFactoryManager to CommandLauncherManager 2017-06-22 18:10:10 -04:00
org.eclipse.cdt.autotools.ui autotools: Restore API. 2017-03-25 03:05:46 -04:00
org.eclipse.cdt.autotools.ui.tests releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.build.gcc.core Bug 498171 Propagate scanner info fix for Arduino. 2017-05-16 20:57:17 -04:00
org.eclipse.cdt.cmake-feature releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.cmake.core Bug 515990 - Fix constant reindexing in CMake projects 2017-05-02 10:14:13 -04:00
org.eclipse.cdt.cmake.ui releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.gnu.build-feature releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.make.core Refactor CommandLauncherFactoryManager to CommandLauncherManager 2017-06-22 18:10:10 -04:00
org.eclipse.cdt.make.core.tests Bug 515560: Avoid indexer race condition by joining the indexer 2017-04-24 07:31:54 -04:00
org.eclipse.cdt.make.ui Generify ListenerList. 2017-03-23 09:25:24 +02:00
org.eclipse.cdt.make.ui.tests releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.managedbuilder.core Fix specs detection for Container Build feature 2017-06-27 16:10:01 -04:00
org.eclipse.cdt.managedbuilder.core.tests Bug 517908: Don't convert #undef into #include <#undef> anymore 2017-06-07 04:20:23 -04:00
org.eclipse.cdt.managedbuilder.gnu.ui Bug 513860 - build: Change id of pthread option 2017-03-19 19:15:02 -04:00
org.eclipse.cdt.managedbuilder.ui Bug 514244: ability to add custom wizard page prior project creation one 2017-03-27 12:24:26 +01:00
org.eclipse.cdt.managedbuilder.ui.tests Bug 513589 - Add support to build CDT projects in a Docker Container 2017-06-22 18:10:09 -04:00
pom.xml releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00