1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-05 14:43:36 +02:00
cdt/build
betamax fc083dad86
The active Launch Target is now saved in the ICBuildConfiguration (#1076)
In addition to the active launch mode and toolchain, the active Launch
Target is now used to determine the Core Build Configuration
(ICBuildConfiguration).

The build output folder name now ends with the name of the Launch Target
(eg: cmake.debug.win32.x86_64.Local)

Additionally, API added to allow the ISV to configure the build output
folder name.

The ICBuildConfigurationProvider implementations, shown below, have been
tidied up to use common code.

  CMakeBuildConfigurationProvider
  AutotoolsBuildConfigurationProvider
  MakefileBuildConfigurationProvider
  MesonBuildConfigurationProvider

Addresses Issue: CDT CMake Improvements #1000, IDE-82683-REQ-016 Launch
Targets used in ICBuildConfiguration
Addresses Issue: CDT CMake Improvements #1000, IDE-82683-REQ-018 Build
output folder name
2025-02-12 12:30:48 -05:00
..
org.eclipse.cdt.autotools-feature
org.eclipse.cdt.autotools.core
org.eclipse.cdt.autotools.docs
org.eclipse.cdt.autotools.tests
org.eclipse.cdt.autotools.ui
org.eclipse.cdt.autotools.ui.tests
org.eclipse.cdt.build.gcc.core
org.eclipse.cdt.build.gcc.core.tests
org.eclipse.cdt.build.gcc.ui
org.eclipse.cdt.core.autotools-feature
org.eclipse.cdt.core.autotools.core The active Launch Target is now saved in the ICBuildConfiguration (#1076) 2025-02-12 12:30:48 -05:00
org.eclipse.cdt.core.autotools.ui
org.eclipse.cdt.gnu.build-feature
org.eclipse.cdt.make.core The active Launch Target is now saved in the ICBuildConfiguration (#1076) 2025-02-12 12:30:48 -05:00
org.eclipse.cdt.make.core.tests
org.eclipse.cdt.make.ui
org.eclipse.cdt.make.ui.tests
org.eclipse.cdt.managedbuilder.core
org.eclipse.cdt.managedbuilder.core.tests
org.eclipse.cdt.managedbuilder.gnu.ui
org.eclipse.cdt.managedbuilder.headlessbuilderapp
org.eclipse.cdt.managedbuilder.ui
org.eclipse.cdt.managedbuilder.ui.tests
org.eclipse.cdt.meson-feature
org.eclipse.cdt.meson.core The active Launch Target is now saved in the ICBuildConfiguration (#1076) 2025-02-12 12:30:48 -05:00
org.eclipse.cdt.meson.docs
org.eclipse.cdt.meson.ui
org.eclipse.cdt.meson.ui.editor
org.eclipse.cdt.meson.ui.tests
pom.xml