aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/autoreconfstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-1/+1
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-2/+5
* Tr: Fix lupdate issuesEike Ziller2023-10-181-1/+2
* AbstractProcessStep: Use task tree for all subclassesJarek Kobus2023-07-141-3/+3
* AutoreconfStep: Employ task tree for runningJarek Kobus2023-07-131-14/+19
* AutoTools: Use direct aspect registration in AutoreconfStephjk2023-07-041-47/+43
* AutoTools: Simplify build step implementationshjk2023-01-241-5/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTools: Move to Tr::trhjk2022-09-301-9/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-26/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-3/+1
* AutoTools: Build step code cosmeticshjk2020-10-051-17/+16
* Consolidate build/deploystep default display name handlinghjk2020-10-021-2/+0
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-2/+5
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-8/+0
* AutoTools: Use new AbstractProcessStep convenience functionshjk2020-08-171-13/+10
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-13/+7
* Autotools: De-Q_OBJECT-ify build related classeshjk2020-01-131-10/+45
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Autotools: Introduce AutotoolsBuildSystemTobias Hunger2019-08-291-4/+2
* AutoTools: Prefer build step ids for setting up the build configurationhjk2019-06-261-5/+3
* Autotools: Use new step widget update logic more intensivelyhjk2019-06-251-28/+18
* ProjectExplorer: Prefer ProcessParameters::setCommandLinehjk2019-06-241-5/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-6/+4
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-3/+3
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+2
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-0/+1
* ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-231-5/+0
* AutoTools: Use aspects in build stepshjk2018-10-221-79/+31
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-7/+2
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-5/+0
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-0/+1
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-1/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-41/+7
* BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-251-5/+5
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-1/+1
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-47/+7
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-4/+3
* Autotools: Use Qt5 style connectsTobias Hunger2016-02-101-4/+4
* Autotools: ModernizeTobias Hunger2016-02-041-11/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-20/+15
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-2/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\