aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add xcodebuild parser for "Darwin" targetsEike Ziller2021-11-161-0/+8
* Docker: Map build directory to device in cmake callsDavid Schulz2021-10-261-5/+8
* CMakePM: Populate targets list on add new build stepCristian Adam2021-09-161-0/+3
* Revert "Android: add prepare_apk_dir CMake target by default"Assam Boudjelthia2021-06-281-28/+1
* CMake: Use local builddir path when constructing cmakeCommandhjk2021-06-031-2/+2
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-051-1/+3
|\
| * CMake: Do not remove "Current executable" targetEike Ziller2021-04-271-1/+3
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-091-0/+8
|\|
| * CMakePM: Remove non existing targets from cmake --target listCristian Adam2021-04-071-0/+8
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-061-2/+0
|\|
| * CMakePM: Filter out utility targets from target configuration listCristian Adam2021-04-061-2/+0
* | Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-6/+4
|/
* CMakeProjectManager: Use buildDirectory instead of "."Cristian Adam2021-01-261-1/+4
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-24/+32
* CMakeProjectManager: Add "install/strip" and "package" special targetsCristian Adam2020-12-221-1/+12
* CMake: Fix UI text capitalization and punctuationLeena Miettinen2020-11-091-1/+1
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-2/+2
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-3/+3
* Consolidate build/deploystep default display name handlinghjk2020-10-021-4/+1
* Android: add prepare_apk_dir CMake target by defaultAssam Boudjelthia2020-09-281-1/+28
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-0/+1
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-5/+6
* CMake: Fix several issues with the CMakeBuildStephjk2020-09-111-187/+154
* CMake: Slim down CMakeStep interfacehjk2020-09-091-6/+1
* CMake: Use StringAspect for cmake argumentshjk2020-09-091-60/+25
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-4/+3
* ProjectExplorer: Remove ProcessParameters::resolveAll()hjk2020-08-251-1/+0
* CMake: Use new AbstractProcessStep convenience functionshjk2020-08-171-11/+10
* Cmake: Fix compile output glitchChristian Kandeler2020-07-311-50/+60
* 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