aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakemakestep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-1/+1
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-2/+2
* TaskTree: Rename workflow policiesJarek Kobus2023-11-071-1/+1
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-3/+3
* AbstractProcessStep: Use task tree for all subclassesJarek Kobus2023-07-141-3/+8
* QmakeMakeStep: Employ task tree for runningJarek Kobus2023-07-131-21/+23
* AbstractProcessStep: De-virtualize finish() methodJarek Kobus2023-07-131-12/+9
* AbstractProcessStep: Hide some methods in protected sectionJarek Kobus2023-07-111-2/+2
* QMakeProject: Use PagedSettings page for optionshjk2023-05-161-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AbstractProcessStep: Merge finish() with processFinished()Jarek Kobus2023-01-051-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* QmakeProjectManager: Convert to using Tr::trAlessandro Portale2022-09-291-6/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* 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