aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unification of desktop run configurations, step 1hjk2019-08-071-121/+0
* ProjectExplorer: Propagate build environment changes more directlyhjk2019-07-261-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer: Use the new way for dependent aspectshjk2019-05-281-1/+1
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-1/+1
* Revert "ProjectExplorer: Upstream CMake's handling of outdated builds"hjk2019-05-031-0/+22
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-2/+0
* ProjectExplorer: Let user provide default for "run in terminal"Christian Kandeler2019-03-151-2/+1
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* ProjectExplorer: Split EnvironmentAspecthjk2019-03-111-10/+12
* ProjectExplorer: Upstream CMake's handling of outdated buildshjk2019-02-221-22/+0
* ProjectExplorer: Introduce Target::buildTarget(buildKey)hjk2019-02-201-1/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-4/+4
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-1/+1
* ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfighjk2018-09-101-2/+3
* ProjectExplorer: Simplify LocalEnvspect's BaseEnvironmentModifierhjk2018-09-061-3/+3
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-5/+5
* ProjectExplorer: Remove RunConfiguration::fillConfigurationLayouthjk2018-09-041-1/+1
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-3/+3
* Tie SimpleTargetRunner desktop usages to individual RunConfigurationshjk2018-05-311-0/+2
* CMake: Do not store the "title" in the run configurationhjk2018-04-261-19/+1
* Pass id to RunConfiguration constructorhjk2018-04-251-4/+3
* ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-241-35/+0
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-131-7/+3
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-9/+2
* ProjectExplorer: Start unifing visual appearance of run config widgetshjk2018-04-101-2/+0
* CMake: Use new ExecutableAspecthjk2018-03-291-78/+44
* Consolidate some run configuration widget boilerplatehjk2018-03-221-16/+3
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-161-0/+1
|\
| * CMake: Re-add RunConfiguration display namehjk2018-03-131-0/+2
* | CMake: Restrict CMakeRunConfigurationFactory to local setupshjk2018-03-141-0/+1
* | Partially decouple local CMakeRunConfiguration from CMakeProjecthjk2018-03-131-42/+20
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-1/+2
|\|
| * RunConfigurationFactories: Fix crash opening non-qmake based projectsTobias Hunger2018-03-071-1/+2
* | Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-3/+1
* | ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-151-3/+1
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-131-3/+0
|\|
| * CMake: Do not override the displayname/defaultdisplaynameTobias Hunger2018-02-091-3/+0
* | CMake: Fix warning about unused parameterTobias Hunger2018-02-071-1/+4
* | IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-061-8/+2
* | CMakeRunConfiguration: Fix warning about unused lambda captureTobias Hunger2018-01-171-1/+1
|/
* ProjectExplorer: Return BuildTargetInfo from availableBuildTarget()hjk2018-01-051-2/+9
* ProjectExplorer: Use ids in RunConfigFactory:: setSupportedProjectTypehjk2017-12-191-1/+1
* QmakeAndroidSupport: Move AndroidPackageInstallationStep to Android pluginhjk2017-12-121-0/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-18/+22
* ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-271-44/+5
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-241-1/+12
|\
| * CMake: Add QT_INSTALL_BINS to PATH on windowsTobias Hunger2017-11-231-1/+12
* | ProjectExplorer: Add a RunConfigurationFactory::canHandle(Target *)hjk2017-11-201-7/+1