aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
Commit message (Expand)AuthorAgeFilesLines
* Cmake: Fix compile output glitchChristian Kandeler2020-07-311-7/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* CMake: Support building several targets with cmake --buildTobias Hunger2020-06-031-5/+5
* CMake: Add a way to provide options to CMake --buildTobias Hunger2020-06-031-0/+3
* CMake: Split build output into lines before parsingChristian Kandeler2020-05-261-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-0/+1
* CMake: Move CMakeBuildStepConfigWidget definition to .cpphjk2020-02-211-35/+2
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-1/+1
* Cmake: Remove unused codehjk2019-12-041-3/+0
* CMake: Use radio buttons to select build targetsTobias Hunger2019-10-181-1/+4
* CMake: Remove clearBuildTarget from CMakeBuildStepTobias Hunger2019-10-161-1/+0
* CMake: Remove CMakeProject::buildTargetTitlesTobias Hunger2019-08-121-0/+2
* Unification of desktop run configurations, step 1hjk2019-08-071-4/+5
* CMake: Add helper method to find the default build target for a BuildStepTobias Hunger2019-07-241-0/+2
* CMake: Use Utils::CommandLine for CMakeBuildStephjk2019-06-031-4/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-7/+7
* CMake: Don't change targets when parsing failsAaron Barany2019-01-251-1/+1
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-1/+1
* ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-231-1/+0
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-2/+0
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-1/+0
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-2/+0
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-1/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-11/+2
* CMake: Simplify signalingTobias Hunger2017-07-261-3/+1
* CMake: Do not react to builds in the backgroundClaus Steuer2017-06-201-0/+2
* CMake: Add "test" target to cmake buildsTobias Hunger2017-06-131-0/+1
* CMake: Define an "install" targetTobias Hunger2017-04-271-0/+2
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+2
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-7/+3
* CMake: Only allow one target in cmake build stepTobias Hunger2016-03-301-9/+5
* CMake: Keep cmake state in a temporary directory till first buildTobias Hunger2016-02-261-0/+6
* CMake: Move BuildDirManager from the project into the buildconfigurationTobias Hunger2016-02-261-2/+3
* CMake: Cleanup filesTobias Hunger2016-02-121-1/+0
* CMake: Use pragma once consistentlyTobias Hunger2016-01-271-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-18/+16
* CMake: Use "cmake --build" to buildTobias Hunger2016-01-081-19/+10
* CMake: Move MakeStep to CMakeBuildStepTobias Hunger2016-01-081-0/+173