aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/makestep.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Move MakeStep to CMakeBuildStepTobias Hunger2016-01-081-618/+0
* CMake: Use "clean" targetTobias Hunger2016-01-081-18/+17
* CMake: Add current run configurations' name to make stepTom Deblauwe2015-12-011-12/+72
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-2/+2
* Remove unnecessary destructorsTobias Hunger2015-11-161-4/+0
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-8/+9
|\
| * License updateEike Ziller2014-10-091-7/+8
| * CMakeProjectManager: Fix crash on selecting make targetDaniel Teske2014-10-081-1/+1
* | CMakeProject: Add option to override the make commandDaniel Teske2014-10-091-1/+33
* | CMake MakeStep update connectionsNikita Baryshnikov2014-09-191-24/+18
* | FindToolBar: Add support for "lightcolored" panelsDaniel Teske2014-08-121-1/+2
* | CMakeMakeStep: Add ItemViewFind to the target listDaniel Teske2014-08-111-1/+11
* | CMake: Remove pointless commentDaniel Teske2014-07-311-1/+0
* | "foreach (QString" -> "foreach (const QString &"Alessandro Portale2014-07-241-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-4/+4
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-11/+5
* CMake: Fix build warningTobias Hunger2014-04-111-1/+0
* CMakeProject: Fix useNinja handling in MakeStepDaniel Teske2014-04-071-14/+13
* CMake: MakeStep consistently check that we have a buildconfigurationDaniel Teske2014-04-071-1/+10
* CMake: MakeStep: Simplfy codeDaniel Teske2014-04-041-17/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CMake: fix Ninja's decreasing progress reportPeter Kümmel2013-11-251-1/+1
* Cmake: Improve handling of build targets in makestepTobias Hunger2013-09-121-6/+33
* Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* BC: Move builddirectory handling into BC itselfTobias Hunger2013-08-281-2/+2
* Cmake: Added cmake errors parserNikita Baryshnikov2013-07-171-4/+4
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-261-1/+1
|\
| * CMake::MakeStep: Fix cloningDaniel Teske2013-03-251-1/+1
* | Fix build breakAurindam Jana2013-03-211-1/+1
* | cmake: Sort list of build targetsTobias Hunger2013-03-211-1/+3
|/
* CMake MakeStep: Fix crash after buildingDaniel Teske2013-02-201-1/+1
* CMake: Fix progress reporting on makestepTobias Hunger2013-02-181-0/+12
* CMake: Fix stringTobias Hunger2013-02-151-1/+1
* CMake: Fix crash when building a cmake projectTobias Hunger2013-02-151-12/+4
* 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-8/+7
|\|
| * Fix build issues being empty for non-qmake projectsTobias Hunger2012-11-211-8/+7
* | CMake: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-231-3/+3
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-161-2/+2
|\|
| * Updated strings after target -> kit renamingRobert Loehning2012-11-121-2/+2
* | CMakeProjectManager MakeStep: Slightly reduce dependency on CMakeBCDaniel Teske2012-11-161-2/+2
* | Kit: Add createOutputParser methodDaniel Teske2012-11-021-6/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* CMake and Kits: Fix interaction between themDaniel Teske2012-10-051-2/+3
* CMake: add Ninja supportPeter Kümmel2012-10-041-7/+80