aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/baremetalrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Use Kit instead of TargetChristian Kandeler2025-03-111-1/+1
* ProjectExplorer: Use Kit instead of Target in ExecutableAspectChristian Kandeler2025-03-111-2/+2
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-9/+7
* ProjectExplorer: Display build configuration specific variables againhjk2024-10-181-8/+0
* ProjectExplorer: Fix asserthjk2024-08-021-0/+1
* BareMetal: Use new setup scheme for various factorieshjk2023-11-171-9/+40
* BareMetal: Use aspects more directly in run configurationshjk2023-07-071-31/+32
* ProjectExplorer: Remove unusual {Arguments,WorkingDir}Aspecthjk2023-07-051-4/+10
* ProjectExplorer: Replace unusual ExecutableAspect constructorhjk2023-07-041-2/+4
* ProjectExplorer: Use FilePathAspect(s) in ExecutableAspecthjk2023-07-041-2/+1
* BareMetal: Use a derived class for debug support factoryhjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BareMetal: Convert to Tr::trhjk2022-10-111-16/+12
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Make target device for executable aspect explicithjk2022-06-021-2/+2
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-2/+2
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-3/+3
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-3/+3
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-2/+2
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* BareMetal: De-Q_OBJECT-ify RunConfigurationshjk2020-02-131-13/+63
* ProjectExplorer: Remove enabledChanged emissionshjk2019-12-201-1/+0
* Standardize RunConfiguration id specificationhjk2019-12-111-3/+1
* BareMetal: Let RunConfiguration not listen to Kit changeshjk2019-12-031-2/+0
* BareMetal: Use new runconfiguration aspect update mechanismhjk2019-11-261-10/+8
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-5/+2
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-1/+1
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-3/+2
* ProjectExplorer: Introduce Target::buildTarget(buildKey)hjk2019-02-201-1/+1
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-4/+3
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-2/+2
* BareMetal: Split runconfigs into independent classeshjk2018-04-301-74/+13
* Pass id to RunConfiguration constructorhjk2018-04-251-2/+2
* Simplify runconfiguration aspect addTo... interfacehjk2018-04-241-2/+2
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-20/+1
* BareMetal: Do not use QtOutputFormatterhjk2018-04-121-6/+0
* BareMetal: Some consolidation of RunConfiguration related classeshjk2018-04-061-3/+58
* BareMetal: Use now-standard WorkingDirectoryAspecthjk2018-03-221-19/+3
* BareMetal: Fix run configuration display name setuphjk2018-03-221-30/+12
* BareMetal: fix run configuration creationAlexander Drozdov2018-03-021-9/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-23/+7
* BareMetal: standardize RunConfiguration::initialize() signaturehjk2017-11-141-2/+18
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-9/+0
* Merge remote-tracking branch 'origin/4.4' into 4.5Orgad Shaneh2017-10-041-6/+4
|\
| * BareMetal: Fix target file name resolvingOrgad Shaneh2017-09-261-6/+4
* | ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-20/+19
* | ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-16/+0
|/
* BareMetal: fix Run configurationAlexander Drozdov2017-06-231-3/+6