mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() - 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 |
||
---|---|---|
.mvn | ||
build | ||
codan | ||
core | ||
cross | ||
debug | ||
doc | ||
dsf | ||
dsf-gdb | ||
jtag | ||
launch | ||
llvm | ||
lrparser | ||
memory | ||
native | ||
qt | ||
releng | ||
remote | ||
testsrunner | ||
toolchains/arduino | ||
upc | ||
util | ||
visualizer | ||
windows | ||
xlc | ||
.gitignore | ||
pom.xml |