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
/
cppcompletion_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CppTools: Add another failing test for indirect pointer specialization
Orgad Shaneh
2015-03-25
1
-2
/
+32
*
CppTools: Fix bug reference for failing test
Orgad Shaneh
2015-03-24
1
-1
/
+1
*
CppTools: Add a failing test for partial template specialization
Orgad Shaneh
2015-03-13
1
-0
/
+30
*
C++: Fix nested type resolving in member functions
Orgad Shaneh
2015-03-05
1
-1
/
+34
*
CppTools: Move languageFeatures around in CompletionAssist...
Orgad Shaneh
2015-02-27
1
-1
/
+4
*
Clean exported headers of the TextEditor plugin.
Friedemann Kleint
2015-02-26
1
-0
/
+2
*
C++: Fix crash on static template instantiation
Orgad Shaneh
2015-02-26
1
-0
/
+21
*
C++: fix dereferencing of nested type and 'auto'
Przemyslaw Gorszkowski
2015-02-26
1
-0
/
+42
*
C++: fix dereferencing of nested type and operator '->'
Przemyslaw Gorszkowski
2015-02-25
1
-0
/
+20
*
C++: fix dereferencing of nested type and operator '*'
Przemyslaw Gorszkowski
2015-02-25
1
-0
/
+20
*
CppTools: Fix completing qt5 style signals/slots in connect()
Nikolai Kosjar
2015-02-20
1
-24
/
+55
*
CppTools: Tests: time out in waitForFileInGlobalSnapshot()
Nikolai Kosjar
2015-02-18
1
-2
/
+1
*
CppTools: Add basic completion support for qt5 style signals/slots
Nikolai Kosjar
2015-02-17
1
-0
/
+88
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
C++: Remove unneeded qualifications
Orgad Shaneh
2015-02-04
1
-2
/
+2
*
|
C++: fix auto declaration in if condition
Przemyslaw Gorszkowski
2015-02-04
1
-0
/
+11
*
|
CppTools: Rename CppCompletionAssistProcessor to InternalCpp...
Nikolai Kosjar
2015-01-21
1
-1
/
+1
*
|
C++: Fix completion for enum inside member functions
Orgad Shaneh
2015-01-13
1
-3
/
+0
*
|
Core: Use FileName for file path in IDocument
Orgad Shaneh
2015-01-12
1
-1
/
+1
*
|
Revert "C++: Fix completion for enum inside member functions"
Orgad Shaneh
2015-01-06
1
-0
/
+3
*
|
C++: Fix completion for enum inside member functions
Orgad Shaneh
2015-01-06
1
-3
/
+0
*
|
CppTools: Cover all permutations for each enum testcase
Orgad Shaneh
2015-01-06
1
-105
/
+95
*
|
CppTools: Tests: Stop writing into source dir
Nikolai Kosjar
2014-12-19
1
-2
/
+5
|
/
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
hjk
2014-09-29
1
-2
/
+2
*
|
TextEditor: More BaseText* -> Text* renamings
hjk
2014-09-26
1
-1
/
+1
*
|
CppTools: Tests: Fix leaking IAssistProposal and SymbolSearcher
Nikolai Kosjar
2014-09-22
1
-4
/
+5
*
|
Revert "C++: add support for resolving typedefs for template arguments"
Nikolai Kosjar
2014-09-11
1
-28
/
+0
*
|
C++: add support for resolving typedefs for template arguments
Przemyslaw Gorszkowski
2014-09-09
1
-0
/
+28
*
|
C++: Base parsing on editor document instead of widget
Nikolai Kosjar
2014-08-25
1
-2
/
+2
*
|
search for partial specialization for arrays
Filipp
2014-08-20
1
-0
/
+39
*
|
C++: fix code completion for typedef of pointer array
Przemyslaw Gorszkowski
2014-08-18
1
-0
/
+11
*
|
TextEditor: Consolidate document access functions.
hjk
2014-08-04
1
-1
/
+1
*
|
C++: nested class with enclosing template class
Przemyslaw Gorszkowski
2014-08-01
1
-2
/
+20
*
|
C++: use pointer in template specialization and initialization
Przemyslaw Gorszkowski
2014-07-31
1
-0
/
+29
*
|
TextEditor: Merge PlainTextEditor into Base
hjk
2014-07-30
1
-1
/
+1
|
/
*
C++: template base class and default argument for template class
Przemyslaw Gorszkowski
2014-07-08
1
-0
/
+14
*
C++: base class and default argument for template class
Przemyslaw Gorszkowski
2014-07-07
1
-0
/
+13
*
C++: fix include/framework path handling.
Erik Verbruggen
2014-07-04
1
-1
/
+1
*
C++: Fix completion for lambda parameters
Nikolai Kosjar
2014-07-04
1
-0
/
+5
*
Merge remote-tracking branch 'origin/3.1'
Eike Ziller
2014-06-13
1
-0
/
+14
|
\
|
*
C++: fix nested anonymous with __attribute__
Przemyslaw Gorszkowski
2014-06-06
1
-0
/
+14
*
|
Merge remote-tracking branch 'origin/3.1'
Eike Ziller
2014-04-14
1
-0
/
+2
|
\
\
|
|
/
|
*
Revert "C++: nested class with enclosing template class"
Nikolai Kosjar
2014-04-09
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/3.1'
Eike Ziller
2014-04-08
1
-0
/
+16
|
\
\
|
|
/
|
*
C++: nested class with enclosing template class
Przemyslaw Gorszkowski
2014-04-04
1
-0
/
+16
*
|
CppTools/Editor: Make sure test code is free of diagnostic messages
Nikolai Kosjar
2014-04-04
1
-26
/
+14
*
|
C++: fix typedef resolving
Przemyslaw Gorszkowski
2014-04-04
1
-0
/
+24
|
/
[next]