summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/servermodereader.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-5/+5
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-2/+2
* ProjectNodes: Use QVector instead of QList for LocationInfoTobias Hunger2019-07-291-1/+1
* CMake: Make CMakeParser work againTobias Hunger2019-07-251-0/+1
* CMake: Make server-mode handle server restartsTobias Hunger2019-07-231-5/+31
* CMake: Simplify buildkey generationTobias Hunger2019-06-201-1/+1
* CMake: Avoid a bit of useless processing when updating the project treeTobias Hunger2019-06-201-15/+14
* CMake server-mode: Make sure the target's source dir is absoluteTobias Hunger2019-06-201-25/+29
* CMake: Add an option to override cmake reader typeTobias Hunger2019-06-201-0/+3
* CMake: Add initial fileapireader classTobias Hunger2019-06-201-14/+21
* CMake: Keep more accurate information on build typesTobias Hunger2019-06-191-4/+4
* CMake: Unify error reporting for builddirmanager's information retrievalTobias Hunger2019-06-131-4/+9
* CMake: Fix warnings in servermode readerTobias Hunger2019-06-131-3/+3
* CMake: Move some code out of the ServerModeReaderTobias Hunger2019-06-131-152/+1
* CMake: Make sure to run cmake when that is requestedTobias Hunger2019-06-121-36/+50
* CMake: Make all readers use isReadyNow() signalTobias Hunger2019-06-071-6/+1
* CMake: Support building a single fileOrgad Shaneh2019-05-291-0/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-43/+43
* CMake: Set the correct build system target to the project partChristian Stenger2019-05-271-1/+1
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-4/+2
* CMake: Remove redundant std::moveOrgad Shaneh2019-05-071-1/+1
* ProjectExplorer: Use setter for VirtualFolder's priorityhjk2019-02-261-3/+4
* ProjectExplorer: Remove Node::m_idhjk2019-02-261-2/+2
* CMakeProjectManager: Do not mark source-tree CMakeLists.txt as generatedhjk2019-02-251-8/+17
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-3/+4
* CMakeProject: Prefer assignment to out parameterBernhard Beschow2019-01-271-1/+5
* CMake: Simplify servermodereader.cpp:createProjectNodehjk2018-12-181-7/+5
* CMake: Suppress header-only targets from code modelTobias Hunger2018-11-191-0/+13
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-281-38/+66
|\
| * server-mode: Always try to read CMakeCache, even after errorTobias Hunger2018-05-221-38/+66
* | CMake: Do not crash when deleting cmake toolsTobias Hunger2018-05-281-6/+9
|/
* ServerModeReader: Fix crash when filtering out known headersTobias Hunger2018-05-181-2/+1
* CMake: Use FolderNode::addNestedNodes for unique_ptr in server-modeTobias Hunger2018-05-041-50/+61
* ProjectExplorer: Remove FolderNode::addNode taking a raw pointerTobias Hunger2018-05-021-17/+19
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-2/+2
* CmakePM: Fix compile for gcc4.9Christian Stenger2018-05-021-1/+1
* ProjectExplorer: Make FolderNodeFactory return an unique_ptrTobias Hunger2018-05-021-8/+6
* ProjectExplorer: Use unique_ptr to hold ProjectNodesTobias Hunger2018-05-021-1/+1
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-1/+1
* Utils: Purge asConstOrgad Shaneh2018-04-091-4/+3
* CMake: Ignore duplicate files in server-modeTobias Hunger2018-01-261-1/+5
* Improve translated strings and make them consistentRobert Loehning2018-01-221-1/+1
* CMake: Fix build directoryTobias Hunger2017-10-271-4/+4
* CMake: Enable switching between different temporary CMake configurationsTobias Hunger2017-10-241-2/+2
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-24/+25
* CMake: Report cache configuration arguments in server-modeTobias Hunger2017-10-041-1/+4
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-191-8/+25
|\
| * CMake: Filter out CMake input files that are already listedTobias Hunger2017-09-081-8/+25
* | CppTools: Add target type information to project partChristian Stenger2017-09-181-0/+3
* | Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-13/+9