aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-2/+2
* ProjectNodes: Do not define a copy constructor for FileNodeTobias Hunger2017-05-042-2/+2
* CMake: Fix possible nullptr dereferenceTobias Hunger2017-05-031-1/+1
* CMakePM: Fix compile using Qt5.6 and gcc4.9Christian Stenger2017-04-281-3/+3
* Revert "CMake: Use canonical source directory when talking to cmake server-mode"Tobias Hunger2017-04-271-1/+1
* CMake: Unify setup of default build target in CMakeBuildStepTobias Hunger2017-04-272-9/+11
* CMake: Fix signal emission from CMakeBuildStepTobias Hunger2017-04-271-3/+3
* CMake: Report special utility targets in BuildDirManager::buildTargetsTobias Hunger2017-04-273-18/+34
* CMake: Define an "install" targetTobias Hunger2017-04-272-3/+15
* CMake: Use canonical source directory when talking to cmake server-modeTobias Hunger2017-04-251-1/+1
* CMake: Compare canonical paths when checking source directoryTobias Hunger2017-04-251-2/+3
* AbstractProcessStep: Free output parser chain in error caseTobias Hunger2017-04-251-0/+7
* CMake: Simplify codeTobias Hunger2017-04-251-1/+1
* CMake: Use RCs buildSystemTarget when deciding what to buildTobias Hunger2017-04-251-2/+2
* CMake: Fix up file group information in server-modeTobias Hunger2017-04-252-0/+47
* CMake: Use for instead of foreachTobias Hunger2017-04-251-1/+2
* CMake: Improve emission of enabledChanged signals of build configurationsTobias Hunger2017-04-252-5/+10
* CMake: Do not try to update project data when an error occurredTobias Hunger2017-04-111-4/+1
* Project: Unify handling of displayNameTobias Hunger2017-04-072-9/+4
* CMake: Deduplicate targets in server-modeTobias Hunger2017-04-072-7/+21
* CMake: Clear error flag in CmakeBuildConfigurationTobias Hunger2017-04-071-0/+2
* CMake: Do not add empty "<Headers>" folderTobias Hunger2017-04-061-1/+5
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-052-30/+0
* CMake: Fix UI text capitalizationLeena Miettinen2017-04-051-1/+1
* CMake: Fix clean targetTobias Hunger2017-04-032-16/+14
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-4/+2
* CMake: Move headers into their own folder in server-modeTobias Hunger2017-03-292-43/+50
* 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
* CMakePM: Fix assignment of build system targetChristian Stenger2017-03-282-8/+11
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-272-16/+0
* CMake: Fix WSTobias Hunger2017-03-271-1/+1
* CMake: Break loop in error handlingTobias Hunger2017-03-272-2/+26
* CMake: Speed up server-mode readerTobias Hunger2017-03-272-27/+38
* ProjectExplorer: Remove unused Project::displayName() signalhjk2017-03-271-1/+0
* ProjectNodes: Be less enthusiastic about compression opportunitiesTobias Hunger2017-03-241-0/+1
* CMake: Speed up server-modeTobias Hunger2017-03-241-7/+4
* CMake: Fix project tree getting lost during reparsingTobias Hunger2017-03-231-0/+2
* 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
* CppTools: Add target information to ProjectPartTobias Hunger2017-03-152-0/+2
* CMake: Fix some more SOFT-ASSERTS in CMake server-modeTobias Hunger2017-03-151-22/+9
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-159-22/+24
* CMake: Fix projects with complex CMakeLists.txt layoutsTobias Hunger2017-03-152-71/+15
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-143-0/+4
|\
| * QRegExp include cleanupSamuel Gaist2017-03-134-0/+5
* | ProjectExplorer: Inline FolderNode::recursiveFileNodes()hjk2017-03-141-13/+7
* | ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-142-2/+2
* | CMake: forward dirty signal in server-modeTobias Hunger2017-03-132-0/+10
* | CMake: Trim down on headersTobias Hunger2017-03-131-18/+1