aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractprocessstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-55/+10
* Enforce PWD in the environment of build stepsEike Ziller2020-04-211-1/+6
* Output parsers: Make file look-up self-containedChristian Kandeler2020-04-171-29/+13
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-4/+4
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-28/+19
* ProjectExplorer: Dissolve the AnsiFilterParser classChristian Kandeler2020-04-071-4/+4
* ProjectExplorer: Let IOutputParser handle newlinesChristian Kandeler2020-04-071-58/+20
* ProjectExplorer: Clean up IOutputParser interfaceChristian Kandeler2020-04-031-1/+0
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-031-1/+1
|\
| * ProjectExplorer: Fix copy-paste error in AbstractProcessStepChristian Kandeler2020-04-021-1/+1
* | ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-4/+1
|/
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* ProjectExplorer: Apply low priority build immediatelyOrgad Shaneh2019-10-101-4/+3
* ProjectExplorer: Add a setting for low build priorityOrgad Shaneh2019-10-081-2/+5
* Lower priority on buildOrgad Shaneh2019-09-181-0/+8
* Utils: Encourage marking of raw command line parametershjk2019-06-061-1/+3
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-3/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-5/+5
* AbstractProcessStep: Re-use FileInProjectFinderChristian Kandeler2019-03-191-72/+15
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-12/+8
* ProjectExplorer: Sanitize AbstractProcessStep cancellationChristian Kandeler2019-01-281-16/+5
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-3/+1
* OutputFormatter/AbstractProcessStep: Handle \r\n as newlineOrgad Shaneh2018-12-181-0/+2
* AbstractProcessStep: Support \r in outputOrgad Shaneh2018-11-191-9/+39
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-77/+112
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-231-0/+1
* Fix crash of process steps in deploy configurationEike Ziller2018-06-191-1/+5
* ProjectExplorer: Fix switching build console to Utf8 for MSVCIvan Donchevskii2018-05-241-1/+5
* Fix UI freeze while building with multiple cores / distributed buildAntonio Di Monaco2018-04-131-14/+51
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-5/+0
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+2
* ProcessExplorer: Remove QLatin1String from AbstractProcessStepTobias Hunger2017-06-131-1/+1
* ProjectExplorer: Do not try to resolve file name for internalsOrgad Shaneh2017-05-171-1/+1
* AbstractProcessStep: Free output parser chain in error caseTobias Hunger2017-04-251-0/+1
* AbstractProcessStep: Make init fail if a process is still runningTobias Hunger2017-04-251-1/+1
* ProjectExplorer: fix crash while canceling a processTim Jenssen2017-02-101-1/+1
* ProjectExplorer: Polish AbstractProcessStepTobias Hunger2017-01-201-2/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-9/+9
* AbstractProcessStep: Do not crash when cancelling a buildTobias Hunger2017-01-161-10/+20
* AbstractProcessStep: Fix double-free of QFutureInterfaceTobias Hunger2016-12-081-4/+3
* AbstractProcessStep: Clean up codeTobias Hunger2016-12-071-64/+36
* ProjectExplorer: Simplify code in AbstractProcessStepTobias Hunger2016-12-071-6/+2
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-10/+8
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-15/+9
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-1/+2