aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-151-3/+1
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-4/+4
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-19/+19
* CMake: Don't change targets when parsing failsAaron Barany2019-01-251-1/+3
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+2
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-1/+1
* ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-191-0/+1
* ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-231-5/+0
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-9/+2
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-5/+2
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-0/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-121-1/+1
|\
| * CMake: Fix building on current executable targetTobias Hunger2018-07-121-1/+1
* | ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-1/+1
* | Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-11/+0
|/
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-2/+2
* CMake: Make cmake build step available to all build step listsTobias Hunger2018-03-231-1/+0
* CMake: Remove code that is obsolete since QtC 3.7Tobias Hunger2018-03-231-9/+4
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-39/+6
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-251-1/+1
|\
| * CMake: Fix UI textLeena Miettinen2017-10-241-1/+1
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-091-2/+3
|\|
| * CMake: Fix project parsing notificationTobias Hunger2017-10-061-2/+3
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-28/+30
|/
* cmake: Crash when removingDaniel Trevitz2017-09-081-1/+1
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-2/+2
* Project: Get rid of builddirectoryChanged signalTobias Hunger2017-08-021-1/+0
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-2/+10
* CMake: Simplify signalingTobias Hunger2017-07-261-15/+11
* BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-251-19/+19
* CMake: Warn when doing out-of-source builds with in-source configurationTobias Hunger2017-06-281-0/+16
* CMake: Use tr in BuildStepTobias Hunger2017-06-281-3/+2
* CMake: Do not react to builds in the backgroundClaus Steuer2017-06-201-3/+14
* CMake: Add "test" target to cmake buildsTobias Hunger2017-06-131-1/+6
* CMake: Fix possible nullptr dereferenceTobias Hunger2017-05-031-1/+1
* CMakePM: Fix compile using Qt5.6 and gcc4.9Christian Stenger2017-04-281-3/+3
* CMake: Unify setup of default build target in CMakeBuildStepTobias Hunger2017-04-271-4/+11
* CMake: Fix signal emission from CMakeBuildStepTobias Hunger2017-04-271-3/+3
* CMake: Report special utility targets in BuildDirManager::buildTargetsTobias Hunger2017-04-271-16/+13
* CMake: Define an "install" targetTobias Hunger2017-04-271-3/+13
* AbstractProcessStep: Free output parser chain in error caseTobias Hunger2017-04-251-0/+7
* CMake: Simplify codeTobias Hunger2017-04-251-1/+1
* CMake: Use RCs buildSystemTarget when deciding what to buildTobias Hunger2017-04-251-2/+2
* CMake: Fix clean targetTobias Hunger2017-04-031-7/+14
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-2/+2
* CMake: Allow to build target from context menu of CMakeTargetNodesTobias Hunger2016-11-151-4/+5
* CMake: Trigger cmake run *before* build when files changedTobias Hunger2016-10-071-0/+9