aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakemakestep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Proliferate FilePath usehjk2021-08-201-4/+4
* Qmake: Use FilePath for QmakeMakeStep::m_makeFileToCheckhjk2021-06-221-5/+5
* Utils: add FilePath::baseNameDavid Schulz2021-06-031-3/+2
* QmakeProjectManager: Un-export QmakeMakeStephjk2021-04-261-3/+22
* QmakeProjectManager: Code cosmeticshjk2021-04-231-15/+21
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-1/+2
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-2/+5
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-2/+2
* ProjectExplorer: Remove redundant MakeStep::{is,set}Clean()hjk2020-08-261-6/+2
* ProjectExplorer: Remove ProcessParameters::resolveAll()hjk2020-08-251-1/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-19/+24
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-4/+4
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-7/+15
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-1/+1
* Qmake: Move buildDir() from ProFileNode to QmakeBuildSystemhjk2020-03-231-2/+2
* ProjectExplorer: Remove Task::buildConfigurationMissingTask()hjk2020-02-211-2/+0
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-3/+3
* ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-2/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-2/+1
* Fix build file when 'object_parallel_to_source' is enabledHalfdan Ingvarsson2020-01-091-0/+10
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-11/+13
* Qmake: Show real effective make call on Make step - take 2Orgad Shaneh2019-10-081-1/+9
* QMake: Let the user decide whether to run a make step for subdir buildsChristian Kandeler2019-10-071-2/+2
* Revert "Qmake: Show real effective make call on Make step"Orgad Shaneh2019-09-251-8/+0
* Qmake: Show real effective make call on Make stepOrgad Shaneh2019-09-231-0/+8
* ProjectExplorer: Hide parts of BuildStep's QObject-ness from usershjk2019-08-201-3/+2
* Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-1/+1
* Use build step ids for construction in more caseshjk2019-06-261-4/+2
* Use more Utils::CommandLine in make stepshjk2019-06-201-15/+15
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* QmakeProject: Make QMakeBuildConfiguration less visiblehjk2019-05-201-6/+1
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-3/+4
* QmakeProjectManager: Do not skip the qmake step on a rebuildChristian Kandeler2019-05-061-0/+10
* QmakePM: Only consider the first make step for subproject buildsChristian Kandeler2019-05-021-1/+5
* Qmake: Improve the build dir location warningChristian Kandeler2019-03-061-0/+15
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-4/+4
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+2
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-0/+1
* Qmake: Move some data accessors from QmakeProFile to QmakeProFileNodehjk2018-11-141-2/+1
* QMake: Use option for parallel make jobsAndre Hartmann2018-10-221-1/+1
* MakeSteps: Unify environment codeEike Ziller2018-05-241-14/+3
* MakeStep: Fix that make command could not be set without tool chainEike Ziller2018-05-241-5/+7
* Make step is always called "Make"Eike Ziller2018-05-221-2/+1
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-2/+0
* Rename files for QmakeMakeStepEike Ziller2018-05-181-0/+214