aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/makestep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-4/+0
* BuildStep: Make build steps more widely availableTobias Hunger2018-04-111-3/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-41/+11
* BuildSteps: Fix a number of crashesTobias Hunger2017-09-081-1/+1
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-2/+9
* BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-251-8/+8
* Qmake: Add variable choosers where variables are parsedOrgad Shaneh2017-03-291-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-1/+1
* Kits: Save several ToolChains per kitTobias Hunger2016-07-141-7/+7
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-42/+5
* Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-111-3/+1
* Autotools: Use Qt5 style connectsTobias Hunger2016-02-101-5/+6
* Autotools: ModernizeTobias Hunger2016-02-041-10/+4
* 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
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-1/+1
|/
* License updateEike Ziller2014-10-091-7/+8
* Always pass Core::Id by value.Christian Kandeler2014-07-011-4/+4
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-5/+7
* BuildSteps: emitting tasks from init() works fineDaniel Teske2014-04-041-18/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* AutoTools: Fix crash on adding MakeStep to deployconfigurationDaniel Teske2013-11-291-0/+2
* BC: Move builddirectory handling into BC itselfTobias Hunger2013-08-281-2/+2
* AbstractProcessStep: Do not run a qprocess in a threadTobias Hunger2013-02-121-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | ProcessParameter: Ensure macro expansion is done in the main threadDaniel Teske2012-12-071-0/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-261-1/+5
|\|
| * Fix build issues being empty for non-qmake projectsTobias Hunger2012-11-211-1/+5
* | Remove autotoolsBuildConfiguration() from all stepsDaniel Teske2012-11-161-8/+3
* | Kit: Add createOutputParser methodDaniel Teske2012-11-021-5/+3
|/
* Adjust license headershjk2012-10-051-24/+21
* Use QtParser in CMake/Autotools/generic project makestepsTobias Hunger2012-09-271-0/+5
* Make Toolchain::makeCommand return a full path to the make commandDaniel Teske2012-09-121-2/+3
* Warn if kit has no tool chain set upTobias Hunger2012-09-061-2/+23
* s/profile/kit/Tobias Hunger2012-09-041-4/+4
* use new id comparison operators to reduce line noise and save cycleshjk2012-08-061-6/+5
* tr()-Fixes for 2.6.Friedemann Kleint2012-07-271-1/+1
* Profile introductionTobias Hunger2012-06-211-11/+10
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-15/+14
* Compile autotools-plugin with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-04-031-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Optionaly disable buildstepsDaniel Teske2012-01-311-1/+0
* autotools: style, more 'using', less typing.hjk2012-01-161-12/+14
* autotools: minor cleanuphjk2011-11-301-16/+2
* Add AutotoolsProjectManager pluginPatricia Santana Cruz2011-11-301-0/+326