summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.h
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-2/+0
* ProjectExplorer: Set up hack to funnel information to buildstep ctorshjk2019-08-221-1/+1
* ProjectExplorer: Handle parsingStarted/Finished in BuildConfigurationTobias Hunger2019-08-211-4/+0
* CMake: Move code from CMakeProject into CMakeBuildSystemTobias Hunger2019-08-131-0/+3
* CMake: Move code from CMakeProject into CMakeBuildConfigurationTobias Hunger2019-08-051-0/+7
* CMake: Move builddirmanager into CMakeBuildConfigurationTobias Hunger2019-08-051-0/+4
* ProjectExplorer: Merge BuildConfigurationFactory::availableBuildshjk2019-06-271-3/+2
* ProjectExplorer: Align signatures of BuildConfigurationhjk2019-06-271-1/+2
* ProjectExplorer etc: More FilePath usagehjk2019-06-261-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-1/+1
* Say hello to Android CMake supportBogDan Vatra2019-03-061-1/+2
* ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-301-8/+8
* ProjectExplorer: Rename IBuildConfigurationFactoryhjk2019-01-291-2/+2
* Cmake: Move some code from project to build configurationhjk2019-01-091-1/+5
* ProjectExplorer: Pass id directly to BuildConfigurationshjk2018-05-081-1/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-35/+14
* CMakeProjectManager: Don't use typed enum where it is unrelevantEike Ziller2017-10-241-1/+1
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-23/+16
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-0/+3
* CMake: Simplify signalingTobias Hunger2017-07-261-3/+0
* CMake: Improve emission of enabledChanged signals of build configurationsTobias Hunger2017-04-251-1/+3
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-151-2/+2
* Make all projects generate a fresh project treeTobias Hunger2017-03-101-1/+1
* CMake: Make sure BuildConfiguration enabled state is accurateTobias Hunger2017-03-021-0/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-2/+3
* CMake: Introduce project importer for cmake projectsTobias Hunger2017-02-101-0/+4
* CMakeBuildConfiguration: Add helpers to deal with CMakeBuildTypesTobias Hunger2017-02-091-7/+9
* CMake: Pass const QList<const FileNode *> to Directory ReadersTobias Hunger2016-12-211-1/+1
* CMake: make project file system tree scanner persistentAlexander Drozdov2016-12-131-1/+1
* CMake: Cache cmake configuration only onceTobias Hunger2016-12-021-2/+0
* CMake: Allow to build target from context menu of CMakeTargetNodesTobias Hunger2016-11-151-0/+3
* CMake: Project tree for server mode dataTobias Hunger2016-11-141-1/+2
* CMake: Implement different backends to run cmakeTobias Hunger2016-10-311-1/+3
* CMake: Move more code into BuildDirManagerTobias Hunger2016-10-101-0/+2
* CMake: Trigger cmake run *before* build when files changedTobias Hunger2016-10-071-1/+2
* CMake: Encapsulate BuildDirManager in CMakeBCTobias Hunger2016-10-061-2/+6
* CMake: Move code from CMakeProject into BuildDirManagerTobias Hunger2016-10-061-2/+0
* CMake: Only start parsing when creator gets focus againTobias Hunger2016-06-281-0/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-0/+4
|\
| * CMake: Warn if kit settings are overridden by the projectTobias Hunger2016-05-201-0/+4
* | CMake: Update qmljs codemodelWolfgang Bremer2016-04-291-1/+1
|/
* CMake: Simplify reparsing codeTobias Hunger2016-04-011-2/+1
* CMake: Trigger reparse when target changedTobias Hunger2016-03-301-0/+1
* CMake: Do not crash when cloning cmake buildconfigurationsTobias Hunger2016-03-301-0/+1
* CMake: Remove usused member variableTobias Hunger2016-03-161-1/+0
* CMake: Make shadowBuildDirectory helper availableTobias Hunger2016-03-011-0/+4
* CMake: Keep cmake state in a temporary directory till first buildTobias Hunger2016-02-261-0/+1
* CMake: Move BuildDirManager from the project into the buildconfigurationTobias Hunger2016-02-261-2/+26
* CMake: Disable BC if there is an error during initial cmake runTobias Hunger2016-02-151-0/+10