summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix tree scanner not getting run automaticallyTobias Hunger2017-11-211-11/+16
* CMake: Pass C toolchain on to the project modelTobias Hunger2017-11-011-8/+7
* CMake: Enable switching between different temporary CMake configurationsTobias Hunger2017-10-241-2/+2
* CMake: Fix crashes when last target is removed from a projectTobias Hunger2017-10-171-0/+6
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-101/+206
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-73/+122
* CMake: Set CMakeRunConfiguration executable and working directoryClaus Steuer2017-09-241-1/+29
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-1/+1
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-051-2/+4
|\
| * CppTools: set default -std=c++11 for Qt4Ivan Donchevskii2017-09-051-2/+4
* | ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-30/+1
* | CMake: Simplify signalingTobias Hunger2017-07-261-2/+2
* | Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-2/+13
|/
* CMake: Return an empty project tree if parsing failedTobias Hunger2017-06-231-1/+1
* CMake: Make sure no empty strings end up in deployment dataTobias Hunger2017-06-201-2/+7
* AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-191-1/+3
* ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-2/+2
* Project: Unify handling of displayNameTobias Hunger2017-04-071-7/+4
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-4/+2
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-3/+1
* CMake: Speed up extra compiler processing a bitTobias Hunger2017-03-291-15/+26
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-271-15/+0
* CMake: Fix WSTobias Hunger2017-03-271-1/+1
* ProjectExplorer: Remove unused Project::displayName() signalhjk2017-03-271-1/+0
* CMake: Fix file list for "AllFiles"Tobias Hunger2017-03-211-2/+2
* CMake: Fix possible crash before the project is fully set upTobias Hunger2017-03-171-7/+9
* ProjectExplorer: Inline FolderNode::recursiveFileNodes()hjk2017-03-141-13/+7
* CMake: Fix empty display name when opening projectTobias Hunger2017-03-101-5/+5
* ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-4/+2
* Make all projects generate a fresh project treeTobias Hunger2017-03-101-1/+3
* Session: Update SessionNode when Project tree changesTobias Hunger2017-03-101-1/+0
* ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-281-2/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-13/+13
* CMake: fix crash on project close during active file system scanningAlexander Drozdov2017-02-151-0/+5
* CMake: Introduce project importer for cmake projectsTobias Hunger2017-02-101-0/+7
* Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-1/+1
* 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/+71
* CppTools: Call ProjectInfo::finish when we get itNikolai Kosjar2016-12-061-1/+0
* CMake: Return empty tree on errors in server-modeTobias Hunger2016-12-051-7/+6
* CMake: Allow to build target from context menu of CMakeTargetNodesTobias Hunger2016-11-151-0/+9
* CMake: Project tree for server mode dataTobias Hunger2016-11-141-2/+2
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-11-011-0/+2
|\
| * ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* | CMake: Clear files when cleaning CMakeBuildTargetsTobias Hunger2016-10-171-0/+1
* | CMake: Use Utils::FileName where appropriateTobias Hunger2016-10-171-5/+3
|/
* CMake: Move more code into BuildDirManagerTobias Hunger2016-10-101-127/+3
* CMake: Encapsulate BuildDirManager in CMakeBCTobias Hunger2016-10-061-19/+8