aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractprocessstep.h
Commit message (Expand)AuthorAgeFilesLines
* BuildStep: Make it possible to run with task treeJarek Kobus2023-07-141-5/+1
* AbstractProcessStep: Use task tree for all subclassesJarek Kobus2023-07-141-12/+4
* AbstractProcessStep: Get rid of done hookJarek Kobus2023-07-141-1/+0
* AbstractProcessStep: Introduce defaultProcessTask()Jarek Kobus2023-07-131-2/+6
* AbstractProcessStep: Make checkWorkingDirectory a part of setupProcessJarek Kobus2023-07-131-2/+1
* AbstractProcessStep: Pass reference to the setupProcess()Jarek Kobus2023-07-131-1/+1
* AbstractProcessStep: De-virtualize finish() methodJarek Kobus2023-07-131-3/+2
* AbstractProcessStep: Simplify process done handlingJarek Kobus2023-07-131-2/+0
* AbstractProcessStep: Move process done handler from QMakeStepJarek Kobus2023-07-121-1/+1
* AbstractProcessStep: Hide some methods in protected sectionJarek Kobus2023-07-111-6/+5
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-2/+3
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AbstractProcessStep: Provide API for running TaskTreeJarek Kobus2023-01-051-1/+8
* AbstractProcessStep: Merge finish() with processFinished()Jarek Kobus2023-01-051-2/+3
* AbstractProcessStep: Remove two virtual methodsJarek Kobus2022-12-131-2/+0
* AbstractProcessStep: Devirtualize processStartupFailed()Jarek Kobus2022-12-131-1/+1
* AbstractProcessStep: Remove processStarted() virtual methodJarek Kobus2022-12-061-1/+2
* AbstractProcessStep: Don't read std channels on doneJarek Kobus2022-12-021-2/+0
* AbstractProcessStep: Merge virtual functionsJarek Kobus2022-12-021-2/+1
* ProjectExplorer: Ensure working dir is reachableMarcus Tillmanns2022-10-191-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* AbstractProcessStep: Don't call blocking waitForStarted()Jarek Kobus2022-06-301-1/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+1
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-0/+4
* ProjectExplorer: Make APS::setupProcessParameters constAlessandro Portale2021-04-211-1/+1
* ProjectExplorer: Start to consolidate AbstractProcessStep setuphjk2020-08-141-0/+6
* ProjectExplorer: Small code cosmeticshjk2020-07-281-11/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-7/+1
* Output parsers: Make file look-up self-containedChristian Kandeler2020-04-171-2/+0
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-3/+4
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-0/+1
* ProjectExplorer: Let IOutputParser handle newlinesChristian Kandeler2020-04-071-2/+2
* ProjectExplorer: Apply low priority build immediatelyOrgad Shaneh2019-10-101-1/+1
* ProjectExplorer: Add a setting for low build priorityOrgad Shaneh2019-10-081-1/+1
* Lower priority on buildOrgad Shaneh2019-09-181-0/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* AbstractProcessStep: Re-use FileInProjectFinderChristian Kandeler2019-03-191-3/+0
* Qmake: Improve the build dir location warningChristian Kandeler2019-03-061-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-5/+5
* ProjectExplorer: Sanitize AbstractProcessStep cancellationChristian Kandeler2019-01-281-1/+1
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-1/+1
* ProjectExplorer: ModernizeAlessandro Portale2018-12-041-1/+1
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-24/+7
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-231-1/+0
* Fix UI freeze while building with multiple cores / distributed buildAntonio Di Monaco2018-04-131-0/+9
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-1/+0
* AbstractProcessStep: WS only changeTobias Hunger2017-04-201-1/+1
* AbstractProcessStep: Do not crash when cancelling a buildTobias Hunger2017-01-161-1/+1