summaryrefslogtreecommitdiff
path: root/src/plugins/nim/project/nimblebuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Nim: Convert to Tr::trhjk2022-10-111-3/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-3/+2
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-101-1/+1
* Nim: Simplify NimbleBuildStep implementation a bithjk2021-03-171-33/+12
* Nim: Resolve duplicate codeBernhard Beschow2021-02-031-37/+1
* Nim: Fix some nimble pathsBernhard Beschow2021-01-041-2/+1
* Fix lupdate issuesEike Ziller2020-11-091-0/+1
* Consolidate build/deploystep default display name handlinghjk2020-10-021-3/+0
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-9/+0
* Nim: Add a summary updater to NimbleBuildStephjk2020-09-101-0/+6
* ProjectExplorer: Remove ArgumentsAspect::argumentsChanged signalhjk2020-09-101-1/+1
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-2/+2
* Nim: Fix running when building with nimbleChristian Stenger2020-09-081-4/+4
* Nim: Fix building with nimbleChristian Stenger2020-09-021-2/+9
* Nim: Move NimbleTaskStepWidget closer to NimbleTaskStephjk2020-08-261-1/+0
* Nim: Fix use of non-default arguments for Nimble build stephjk2020-08-201-1/+1
* Nim: Use new AbstractProcessStep convenience functionshjk2020-08-181-5/+8
* Nim: Aspectify NimbleBuildStephjk2020-07-281-48/+35
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Remove uses of QRegularExpression::OptimizeOnFirstUsageOptionhjk2020-06-181-8/+5
* Merge output formatters and output parsersChristian Kandeler2020-04-231-8/+15
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-11/+6
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-10/+3
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-2/+3
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-8/+7
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-6/+1
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Nim: Fix compileChristian Stenger2019-11-051-2/+2
* Nim: Add support for the nimble build systemFilippo Cucchetto2019-11-041-0/+189