aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractprocessstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-3/+1
* AbastractProcessStep; Check that creating the build directory workedDaniel Teske2014-10-221-2/+12
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-10/+10
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-0/+6
* Avoid more platform ifdefsEike Ziller2014-04-081-3/+2
* AbstractProcessStep: Check for existence of executableDaniel Teske2014-01-141-1/+9
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-20/+22
|\
| * Doc: edit projectexplorer API docsLeena Miettinen2013-09-111-20/+22