aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/project/nimrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nim: Use aspects more directly in NimRunConfigurationhjk2023-07-101-12/+12
* ProjectExplorer: Remove unusual {Arguments,WorkingDir}Aspecthjk2023-07-051-2/+6
* ProjectExplorer: Replace unusual ExecutableAspect constructorhjk2023-07-041-1/+3
* ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspecthjk2023-05-251-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+2
* Nim: Convert to Tr::trhjk2022-10-111-4/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Make target device for executable aspect explicithjk2022-06-021-1/+1
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-1/+1
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-1/+1
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-1/+1
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ProjectExplorer: Remove RunConfiguration::activeBuildConfigurationhjk2020-02-261-2/+2
* Nim: Move RunConfigurations to .cpp, drop Q_OBJECThjk2020-02-171-21/+27
* Nim: Use generic RunConfiguration::update setuphjk2019-12-111-13/+11
* Nim: Adapt to recent buildconfiguration changeshjk2019-11-291-27/+2
* Nim: Do not crash on nullptr for buildconfigurationTobias Hunger2019-08-061-1/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* ProjectExplorer: Use the new way for dependent aspectshjk2019-05-281-3/+2
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-1/+0
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* ProjectExplorer: Split EnvironmentAspecthjk2019-03-111-2/+1
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-2/+2
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-1/+2
* ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfighjk2018-09-101-2/+3
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-5/+5
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-3/+3
* Remove ApplicationLauncher::Modehjk2018-06-051-4/+1
* ProjectExplorer: Add RunConfigFactory::addRunWorkerFactory convieniencehjk2018-05-291-0/+1
* Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+0
* Pass id to RunConfiguration constructorhjk2018-04-251-3/+3
* ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-241-30/+0
* Nim: Use aspects in NimRunConfiguration similarly to other runconfigshjk2018-04-121-37/+33
* IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-061-2/+1
* Nim: Move a few factories to their product's compilation unitshjk2018-01-191-0/+9
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-1/+1
* Nim: Remove some unused functions, inline othershjk2017-11-221-17/+3
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-5/+3
* Nim: Set environment for running projectChristian Stenger2016-08-041-0/+1
* Nim: Cleanup includes and qbs dependenciesOrgad Shaneh2016-06-151-4/+4
* Added plugin for supporting the Nim programming languageFilippo Cucchetto2016-06-071-0/+148