summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager/genericmakestep.cpp
Commit message (Expand)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Remove BuildStepConfigWidget::init()dt_2011-05-301-22/+6
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Output parsers: Make target specific code pseudo genericdt2010-12-061-1/+2
* | replace env variable injection with pervasive expando supportOswald Buddenhagen2010-11-171-18/+21
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-23/+11
* | refactor VariableManagerOswald Buddenhagen2010-11-171-8/+10
|/
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-3/+3
* Enable restoring the default names of project configuration itemsTobias Hunger2010-08-241-2/+2
* Refactor deploymentTobias Hunger2010-08-021-29/+21
* Rename StepType to BuildStep::TypeTobias Hunger2010-07-061-7/+7
* Use a type enum instead of duplicating functions between build and cleandt2010-03-161-7/+17
* Long live the king!hjk2010-03-051-1/+1
* Make GenericMakeStep not immutableLaurent Desmecht2010-02-251-8/+1
* Make only one GenericMakeStep per BuildConfiguration immutableTobias Hunger2010-02-241-1/+8
* Integrate target supportTobias Hunger2010-02-091-5/+6
* Make use of ProjectConfiguration class in BuildStepsTobias Hunger2010-02-011-41/+103
* Make method naming more consistent.Tobias Hunger2010-01-071-7/+10
* Rework Build Parser handlingTobias Hunger2009-12-091-11/+13
* Some cleanup after BuildConfiguration refactoringdt2009-11-301-2/+0
* Hide static cast in accessor methodsdt2009-11-301-4/+9
* Rename method to the more correct canCreateForBuildConfigurationdt2009-11-301-1/+1
* Change IBuildStepFactory::canCreate to take a BuildConfigurationdt2009-11-301-1/+1
* Move most of the BuildConfiguration specific functionsdt2009-11-301-5/+5
* Remove project() from BuildStepdt2009-11-301-19/+15
* Compiledt2009-11-191-0/+8
* Make BuildSteps one instance per BuildConfigurationdt2009-11-191-61/+48
* Remove value(name) and setValue(name, value) from BuildStepdt2009-11-191-18/+50
* Fix setBuildTargets() in the generic project managerdt2009-10-271-2/+3
* Changing string based api to BuildConfiguration based api.con2009-10-011-9/+10
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+1
* long live the kinghjk2009-08-141-1/+1
* Check/Unchecking useJom should update various makestep config widgets.dt2009-08-121-2/+12
* Make generic make step fit in to the new Project settings.dt2009-08-061-15/+36
* Rework the project settings.dt2009-08-061-0/+6
* Allow for variable replacement in build directory and build argumentsFrank Siegert2009-07-131-3/+13
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Implement a AbstractMakeStep which takes the common code from 3 places.dt2009-05-051-113/+3
* Initialize run mode correctlyThorbjørn Lindeijer2009-03-181-2/+2
* Allow overriding make command and specifying parametersThorbjørn Lindeijer2009-03-181-25/+64
* Use the make command defined by the tool chainThorbjørn Lindeijer2009-03-181-5/+5
* Class name simplification for MakeStep related classesThorbjørn Lindeijer2009-03-181-0/+301