index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
18.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/4.8.0
qds/4.8.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
cmakeprojectmanager
/
servermodereader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Remove servermode support
Tobias Hunger
2020-04-29
1
-915
/
+0
*
Merge output formatters and output parsers
Christian Kandeler
2020-04-23
1
-9
/
+1
*
CMake: Fix includes all over the CMake plugin
Tobias Hunger
2020-04-20
1
-12
/
+1
*
ProjectExplorer: Split up the IOutputParser class
Christian Kandeler
2020-04-16
1
-3
/
+4
*
IOutputParser: Replace std{Out,Err} with a single parameterized function
Christian Kandeler
2020-04-08
1
-1
/
+1
*
ProjectExplorer: Clean up IOutputParser interface
Christian Kandeler
2020-04-03
1
-2
/
+0
*
CMake: Fix typo in symbol names
Tobias Hunger
2020-03-19
1
-3
/
+3
*
CMakeBuildSystem: Don't re-update code model on CMakeLists.txt saves
Cristian Adam
2020-02-20
1
-9
/
+2
*
ProjectManager: Add convenience Task subclasses
hjk
2020-01-20
1
-2
/
+2
*
CppTools: Move RawProjectPart to ProjectExplorer
Eike Ziller
2019-09-11
1
-5
/
+5
*
CppTools: Move QtVersion and BuildTargetType
Eike Ziller
2019-09-10
1
-2
/
+2
*
ProjectNodes: Use QVector instead of QList for LocationInfo
Tobias Hunger
2019-07-29
1
-1
/
+1
*
CMake: Make CMakeParser work again
Tobias Hunger
2019-07-25
1
-0
/
+1
*
CMake: Make server-mode handle server restarts
Tobias Hunger
2019-07-23
1
-5
/
+31
*
CMake: Simplify buildkey generation
Tobias Hunger
2019-06-20
1
-1
/
+1
*
CMake: Avoid a bit of useless processing when updating the project tree
Tobias Hunger
2019-06-20
1
-15
/
+14
*
CMake server-mode: Make sure the target's source dir is absolute
Tobias Hunger
2019-06-20
1
-25
/
+29
*
CMake: Add an option to override cmake reader type
Tobias Hunger
2019-06-20
1
-0
/
+3
*
CMake: Add initial fileapireader class
Tobias Hunger
2019-06-20
1
-14
/
+21
*
CMake: Keep more accurate information on build types
Tobias Hunger
2019-06-19
1
-4
/
+4
*
CMake: Unify error reporting for builddirmanager's information retrieval
Tobias Hunger
2019-06-13
1
-4
/
+9
*
CMake: Fix warnings in servermode reader
Tobias Hunger
2019-06-13
1
-3
/
+3
*
CMake: Move some code out of the ServerModeReader
Tobias Hunger
2019-06-13
1
-152
/
+1
*
CMake: Make sure to run cmake when that is requested
Tobias Hunger
2019-06-12
1
-36
/
+50
*
CMake: Make all readers use isReadyNow() signal
Tobias Hunger
2019-06-07
1
-6
/
+1
*
CMake: Support building a single file
Orgad Shaneh
2019-05-29
1
-0
/
+1
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-43
/
+43
*
CMake: Set the correct build system target to the project part
Christian Stenger
2019-05-27
1
-1
/
+1
*
More FileName::appendPath() -> .pathAppended()
hjk
2019-05-17
1
-4
/
+2
*
CMake: Remove redundant std::move
Orgad Shaneh
2019-05-07
1
-1
/
+1
*
ProjectExplorer: Use setter for VirtualFolder's priority
hjk
2019-02-26
1
-3
/
+4
*
ProjectExplorer: Remove Node::m_id
hjk
2019-02-26
1
-2
/
+2
*
CMakeProjectManager: Do not mark source-tree CMakeLists.txt as generated
hjk
2019-02-25
1
-8
/
+17
*
ProjectExplorer: Remove FileNode's isGenerated constructor bool
hjk
2019-02-25
1
-3
/
+4
*
CMakeProject: Prefer assignment to out parameter
Bernhard Beschow
2019-01-27
1
-1
/
+5
*
CMake: Simplify servermodereader.cpp:createProjectNode
hjk
2018-12-18
1
-7
/
+5
*
CMake: Suppress header-only targets from code model
Tobias Hunger
2018-11-19
1
-0
/
+13
*
Merge remote-tracking branch 'origin/4.7'
Eike Ziller
2018-05-28
1
-38
/
+66
|
\
|
*
server-mode: Always try to read CMakeCache, even after error
Tobias Hunger
2018-05-22
1
-38
/
+66
*
|
CMake: Do not crash when deleting cmake tools
Tobias Hunger
2018-05-28
1
-6
/
+9
|
/
*
ServerModeReader: Fix crash when filtering out known headers
Tobias Hunger
2018-05-18
1
-2
/
+1
*
CMake: Use FolderNode::addNestedNodes for unique_ptr in server-mode
Tobias Hunger
2018-05-04
1
-50
/
+61
*
ProjectExplorer: Remove FolderNode::addNode taking a raw pointer
Tobias Hunger
2018-05-02
1
-17
/
+19
*
ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptr
Tobias Hunger
2018-05-02
1
-2
/
+2
*
CmakePM: Fix compile for gcc4.9
Christian Stenger
2018-05-02
1
-1
/
+1
*
ProjectExplorer: Make FolderNodeFactory return an unique_ptr
Tobias Hunger
2018-05-02
1
-8
/
+6
*
ProjectExplorer: Use unique_ptr to hold ProjectNodes
Tobias Hunger
2018-05-02
1
-1
/
+1
*
ProjectExplorer: Consolidate RunConfiguration identifications
hjk
2018-04-12
1
-1
/
+1
*
Utils: Purge asConst
Orgad Shaneh
2018-04-09
1
-4
/
+3
*
CMake: Ignore duplicate files in server-mode
Tobias Hunger
2018-01-26
1
-1
/
+5
[next]