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
/
libs
/
3rdparty
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++: Fix expensive parsing of expressions
Nikolai Kosjar
2014-07-24
2
-8
/
+126
*
C++: Remove superfluous declarations in Parser
Nikolai Kosjar
2014-07-24
2
-5
/
+0
*
ObjC++: also index ObjC symbols.
Erik Verbruggen
2014-07-24
1
-0
/
+2
*
C++: Support alignas in C++11 mode.
Erik Verbruggen
2014-07-22
14
-104
/
+276
*
C++: block recursion when parsing subsequent case statements.
Erik Verbruggen
2014-07-22
2
-6
/
+11
*
C++: initialize class field.
Erik Verbruggen
2014-07-16
1
-0
/
+1
*
C++: Fix return type of lambda
Nikolai Kosjar
2014-07-10
1
-4
/
+8
*
C++: Fix preprocessor line offsets
Nikolai Kosjar
2014-07-04
2
-15
/
+15
*
C++: Fix (Find)LocalSymbols for lambda parameters
Nikolai Kosjar
2014-07-04
2
-0
/
+4
*
C++: Fix completion for lambda parameters
Nikolai Kosjar
2014-07-04
2
-6
/
+13
*
C++: Fix "duplicate data type in declaration" for lambdas
Nikolai Kosjar
2014-07-04
1
-1
/
+1
*
Mark unused parameters/fields with Q_UNUSED.
Erik Verbruggen
2014-06-27
1
-0
/
+5
*
CppEditor: Fix always-false-condition
Nikolai Kosjar
2014-06-24
1
-4
/
+6
*
C++: Split designator AST
Orgad Shaneh
2014-06-24
11
-79
/
+164
*
C++: Fix parsing designators vs lambdas
Nikolai Kosjar
2014-06-24
1
-15
/
+36
*
Add syntax highlight for primitive data types
Anton Kalmykov
2014-06-24
2
-22
/
+33
*
C++: Remove initialization of enum variable in DesignatorAST
Nikolai Kosjar
2014-06-18
1
-1
/
+0
*
Botan: Fix compilation
Orgad Shaneh
2014-06-18
1
-2
/
+2
*
C: Parser: Support parsing of c99 designated initializers
Wang Hoi
2014-06-17
13
-2
/
+296
*
Botan: Replace deprecated auto_ptr with unique_ptr
Orgad Shaneh
2014-06-17
1
-17
/
+17
*
Botan: Remove unused function in anon namespace
Orgad Shaneh
2014-06-17
1
-16
/
+0
*
C++11: Fix parsing of expressions like vector<int>{1}.
Christian Kamm
2014-06-16
1
-0
/
+1
*
Merge remote-tracking branch 'origin/3.1'
Eike Ziller
2014-06-13
1
-6
/
+6
|
\
|
*
C++: fix nested anonymous with __attribute__
Przemyslaw Gorszkowski
2014-06-06
1
-6
/
+6
*
|
C++: Whitespace fixes in parser
Orgad Shaneh
2014-06-12
1
-29
/
+14
*
|
C++11: Fix parsing of trailing-type-specifier.
Christian Kamm
2014-06-04
2
-20
/
+32
*
|
C++: Fix matching NamedType
Nikolai Kosjar
2014-05-27
1
-1
/
+9
*
|
C++: Get rid of {Name,Type}::isEqualTo()
Nikolai Kosjar
2014-05-23
17
-467
/
+56
*
|
C++: Fix some Matcher::match() functions
Nikolai Kosjar
2014-05-23
4
-31
/
+79
*
|
C++: Fix potential null pointer dereference
Nikolai Kosjar
2014-05-23
1
-1
/
+1
*
|
C++: Add utf16 indices to Macro and Document::MacroUse
Nikolai Kosjar
2014-05-23
3
-18
/
+39
*
|
C++: TranslationUnit::getPosition takes utf16char offsets
Nikolai Kosjar
2014-05-23
6
-69
/
+72
*
|
C++: Support for UTF-8 in the lexer
Nikolai Kosjar
2014-05-23
4
-16
/
+56
*
|
Merge remote-tracking branch 'origin/3.1'
Eike Ziller
2014-05-16
1
-1
/
+2
|
\
\
|
|
/
|
*
support the latest g++ on mac
Fawzi Mohamed
2014-05-13
1
-1
/
+2
*
|
C++: Clarify units of a Token
Nikolai Kosjar
2014-05-15
7
-82
/
+82
*
|
C++: Use getter functions of Token
Nikolai Kosjar
2014-05-15
3
-22
/
+22
*
|
C++: Remove Lexer::{tokenOffset(),tokenLength()}
Nikolai Kosjar
2014-05-15
2
-9
/
+0
*
|
C++: Remove unused functions in Lexer
Nikolai Kosjar
2014-05-15
2
-14
/
+0
|
/
*
C++: Fix compilation with C++<11
Orgad Shaneh
2014-03-27
1
-12
/
+12
*
Fix compilation on Ubuntu 11.10.
Erik Verbruggen
2014-03-27
2
-2
/
+2
*
C++: Do type and name equality checking in a safe manner.
Erik Verbruggen
2014-03-27
24
-324
/
+759
*
C++: Fix weird logic in usage of TopLevelDeclarationProcessor::processDeclara...
Nikolai Kosjar
2014-03-13
1
-1
/
+1
*
Fix some typos
Sergio Ahumada
2014-03-05
2
-3
/
+3
*
Lexer: Skip also joined comments
Orgad Shaneh
2014-02-05
1
-5
/
+8
*
C++: Fix support for incremental input with \n
Orgad Shaneh
2014-02-04
2
-23
/
+42
*
Botan: Fix MSVC warning
Orgad Shaneh
2014-01-22
1
-0
/
+1
*
C++: Support multiline strings and comments
Orgad Shaneh
2014-01-21
2
-20
/
+63
*
C++: Remove dead code in the parser
Povilas Kanapickas
2014-01-20
2
-19
/
+0
*
C++: Fix a typo in template declaration parser function
Povilas Kanapickas
2014-01-20
1
-1
/
+1
[next]