index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
cpptools
/
cppmodelmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
texteditor: merge ITextEditable into ITextEditor
hjk
2011-02-22
1
-5
/
+5
*
QmlJS: Rework FakeMetaObjects to no longer contain pointers.
Christian Kamm
2011-02-10
1
-1
/
+0
*
Header cleanup in src, specify module name.
Friedemann Kleint
2011-01-24
1
-3
/
+3
*
Limit depth of include scanning to avoid performance problems.
con
2011-01-12
1
-4
/
+12
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
Qml/C++: Fix performance problem with type extraction.
Christian Kamm
2011-01-06
1
-20
/
+21
*
QmlJS: Add refcounting to FakeMetaObjects.
Christian Kamm
2011-01-06
1
-8
/
+8
*
Qml/C++: Disable qmlRegisterType exposing until performance is better.
Christian Kamm
2011-01-05
1
-1
/
+2
*
Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.
Christian Kamm
2011-01-04
1
-1
/
+161
*
C++: Move the ModelManagerInterface from CppTools to CPlusPlus.
Christian Kamm
2011-01-04
1
-5
/
+6
*
License headers.
con
2010-12-17
1
-7
/
+11
*
Do not scan "/" for include files
Alessandro Portale
2010-10-03
1
-0
/
+3
*
No Samba while including files
Alessandro Portale
2010-10-03
1
-4
/
+10
*
Get rid of the numeric literals.
Roberto Raggi
2010-09-02
1
-0
/
+3
*
Get rid of the old Semantic pass.
Roberto Raggi
2010-08-13
1
-1
/
+0
*
Quickfix: Convert underscore notation to camel case.
ck
2010-07-20
1
-2
/
+3
*
Moved CheckUndefinedSymbols to the cpptools plug-in.
Roberto Raggi
2010-07-05
1
-1
/
+0
*
Removed the TokenCache.
Erik Verbruggen
2010-07-02
1
-5
/
+0
*
Core::Context: compile hot fix for Windows.
hjk
2010-06-25
1
-6
/
+7
*
Introduced token caching to prevent repetetive tokenizing.
Erik Verbruggen
2010-06-14
1
-0
/
+3
*
Revert "Introduced a token cache for the C++ editor."
Erik Verbruggen
2010-06-04
1
-3
/
+0
*
Introduced a token cache for the C++ editor.
Erik Verbruggen
2010-06-04
1
-0
/
+3
*
Ensure we keep the context around for as long as it is needed.
Roberto Raggi
2010-05-31
1
-8
/
+6
*
Removed DeprecatedLookupContext.
Roberto Raggi
2010-05-26
1
-2
/
+0
*
Removed the CppBindings.
Roberto Raggi
2010-05-25
1
-2
/
+1
*
Don't check for undefined symbols in CppModelManager.
Roberto Raggi
2010-05-25
1
-13
/
+0
*
Simplify Process.
Roberto Raggi
2010-05-10
1
-20
/
+19
*
Removed obsolete code.
Roberto Raggi
2010-05-10
1
-49
/
+8
*
Cache the resolved file names.
Roberto Raggi
2010-05-10
1
-6
/
+22
*
Don't use the mime type db to reorder the source files.
Roberto Raggi
2010-05-07
1
-40
/
+19
*
Deprecated the current LookupContext.
Roberto Raggi
2010-05-05
1
-5
/
+5
*
Moved TextEditDocumentLayout and related classes to their own file
Thorbjørn Lindeijer
2010-04-26
1
-0
/
+3
*
Cancel code model indexing on project closing and full code model update
dt
2010-04-26
1
-1
/
+0
*
Fixed icheck build.
Erik Verbruggen
2010-04-23
1
-1
/
+2
*
Include scanning fixes.
con
2010-04-14
1
-22
/
+27
*
Some naming of the progress indicators.
con
2010-04-14
1
-1
/
+1
*
Add private frameworks when a framework is added.
Erik Verbruggen
2010-04-13
1
-1
/
+35
*
Use a reference when possible
Thorbjørn Lindeijer
2010-03-18
1
-1
/
+1
*
Ensure that the memory pool can be reused after a rewind and get rid of the s...
Roberto Raggi
2010-03-18
1
-9
/
+42
*
Get rid of extra (non Creator-friendly) include paths.
Roberto Raggi
2010-03-15
1
-1
/
+25
*
Cancel a previous update code model
dt
2010-03-10
1
-2
/
+2
*
Fixed QTCREATORBUG-745.
Erik Verbruggen
2010-03-09
1
-4
/
+4
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Fix CppModelManager::parse broken in recent commit
dt
2010-02-23
1
-2
/
+3
*
Fix code model indexing crash on Mac.
Friedemann Kleint
2010-02-22
1
-27
/
+45
*
Source update.
Wolfgang Beck
2010-02-03
1
-24
/
+25
*
Fix some code scanning issues.
Friedemann Kleint
2010-02-01
1
-1
/
+1
*
Merge ichecker branch changes into the mainline. New project can be found und...
Wolfgang Beck
2010-01-19
1
-70
/
+22
*
Find macro uses.
Christian Kamm
2009-12-21
1
-0
/
+5
*
Enhance data stored for macros and macro uses.
Christian Kamm
2009-12-21
1
-2
/
+3
[next]