aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* CMake: Inject special build targets into list of extracted targetsTobias Hunger2020-06-031-4/+1
* CMake: Support building several targets with cmake --buildTobias Hunger2020-06-031-85/+75
* CMake: Add a way to provide options to CMake --buildTobias Hunger2020-06-031-5/+30
* CMake: Split build output into lines before parsingChristian Kandeler2020-05-261-23/+35
* Merge output formatters and output parsersChristian Kandeler2020-04-231-7/+10
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-17/+4
* CMake: Rename some constantsTobias Hunger2020-04-171-1/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-3/+1
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-1/+1
|\
| * CMakeBuildStep: Fix messageTobias Hunger2020-02-241-2/+2
* | CMakeBuildStep: Adapt variable name after moving functionalityTobias Hunger2020-02-241-2/+2
* | CMakeBuildStep: Remove dead codeTobias Hunger2020-02-241-3/+0
* | CMakeBuildStep: Document that the buildconfiguration will be non-nullTobias Hunger2020-02-241-1/+2
* | CMake: Move CMakeBuildStepConfigWidget definition to .cpphjk2020-02-211-4/+27
* | ProjectExplorer: Remove Task::buildConfigurationMissingTask()hjk2020-02-211-11/+0
* | ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-6/+6
|/
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-16/+8
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Cmake: Remove unused codehjk2019-12-041-1/+0
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-6/+7
* CMake: Use radio buttons to select build targetsTobias Hunger2019-10-181-16/+46
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-171-1/+1
|\
| * ProjectExplorer: Apply low priority build immediatelyOrgad Shaneh2019-10-101-1/+1
* | CMake: Remove clearBuildTarget from CMakeBuildStepTobias Hunger2019-10-161-5/+0
|/
* ProjectExplorer: Add a setting for low build priorityOrgad Shaneh2019-10-081-1/+1
* Lower priority on buildOrgad Shaneh2019-09-181-0/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1
* ProjectExplorer: Hide parts of BuildStep's QObject-ness from usershjk2019-08-201-2/+3
* CMake: Fix buildstep target selectionTobias Hunger2019-08-161-1/+1
* CMake: Remove some nowadays unneeded build configuration fetchinghjk2019-08-151-7/+0
* Drop connections to active target and build config changeshjk2019-08-131-6/+0
* CMake: Remove CMakeProject::buildTargetTitlesTobias Hunger2019-08-121-4/+8
* Unification of desktop run configurations, step 1hjk2019-08-071-8/+2
* ProjectExplorer: Replace Project::projectConfigurationChangedhjk2019-08-021-9/+5
* Update build step widgets only on changes to the owning build confighjk2019-08-021-4/+4
* ProjectExplorer: Remove ProjectConfiguration base from Targethjk2019-07-311-0/+4
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-311-3/+8
|\
| * CMake: Select better default target when a buildstep's target is no longer foundTobias Hunger2019-07-291-1/+1
| * CMake: Update target list in build step list widgetTobias Hunger2019-07-291-3/+3
| * CMake: Add helper method to find the default build target for a BuildStepTobias Hunger2019-07-291-8/+13
| * CMake: Fix target names for "current executable" selectionTobias Hunger2019-07-291-3/+8
* | CMake: Make CMakeParser work againTobias Hunger2019-07-251-2/+5
* | CMake: Select better default target when a buildstep's target is no longer foundTobias Hunger2019-07-241-1/+1
* | CMake: Update target list in build step list widgetTobias Hunger2019-07-241-3/+3
* | CMake: Add helper method to find the default build target for a BuildStepTobias Hunger2019-07-241-8/+13
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-1/+1
|/
* CMake: Use Utils::CommandLine for CMakeBuildStephjk2019-06-031-21/+10