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
/
cppcodeformatter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++: Lambda formatting issues.
Flex Ferrum
2012-03-12
1
-0
/
+68
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
1
-5
/
+5
*
Long live the king!
hjk
2012-01-26
1
-1
/
+1
*
C++: Replace non-absolute-critical asserts for soft ones
Leandro Melo
2012-01-24
1
-5
/
+6
*
C++ indenter: Improve member initializer indent.
Christian Kamm
2011-12-08
1
-4
/
+22
*
Merge remote-tracking branch 'origin/2.4'
Eike Ziller
2011-11-11
1
-2
/
+2
|
\
|
*
all: s/info@qt.nokia.com/qt-info@nokia.com/
hjk
2011-11-03
1
-2
/
+2
*
|
C++ indenter: Accept attributes in access specifiers.
Christian Kamm
2011-10-11
1
-1
/
+17
|
/
*
C++ indenter: Fix preserving indent in comments with tabs.
Christian Kamm
2011-09-21
1
-1
/
+1
*
C++ indenter: Make continuations after ( consistent.
Christian Kamm
2011-07-06
1
-4
/
+1
*
C++ indenter: Fix function declaration continuation indent.
Christian Kamm
2011-07-06
1
-9
/
+13
*
C++ indenter: Fix multiple initializers.
Christian Kamm
2011-06-01
1
-0
/
+2
*
C++ indenter: Fix indent in body of function with default argument.
Christian Kamm
2011-05-30
1
-0
/
+2
*
Make C++ code style configurable.
Christian Kamm
2011-05-24
1
-129
/
+178
*
C++ indenter: Treat extern "C" like namespace.
Christian Kamm
2011-05-19
1
-0
/
+23
*
C++ indenter: Fix extra specifier in return type of func decl.
Christian Kamm
2011-05-19
1
-0
/
+2
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
Fix more krazy warnings.
Friedemann Kleint
2011-04-19
1
-1
/
+1
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
C++ indenter: Fix for use of << and >> in parentheses.
Christian Kamm
2011-03-15
1
-1
/
+2
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
C++: Add parsing of Q_PRIVATE_PROPERTY.
Christian Kamm
2011-01-04
1
-0
/
+1
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
C++ indenter: Fix labels.
Christian Kamm
2010-12-01
1
-0
/
+20
*
|
C++ indenter: Align to next token instead of end of current.
Christian Kamm
2010-11-22
1
-15
/
+16
*
|
C++ indenter: Fix for GNU and Whitesmiths style switch statement.
Christian Kamm
2010-11-04
1
-5
/
+18
|
/
*
C++ indenter: Ensure indent and padding are non-negative.
Christian Kamm
2010-10-25
1
-4
/
+20
*
C++ indenter: Fix indentation after namespace aliases.
Christian Kamm
2010-10-19
1
-0
/
+1
*
C++ indenter: Don't get confused on 'for (a in b)'.
Christian Kamm
2010-10-08
1
-0
/
+2
*
C++ indenter: Fix member initializer indent being hardcoded to 4.
Christian Kamm
2010-09-27
1
-1
/
+1
*
C++ indenter: Fix error recovery in function definitions.
Christian Kamm
2010-09-24
1
-2
/
+2
*
C++ indenter: Add some small error recovery.
Christian Kamm
2010-09-24
1
-0
/
+7
*
C++ indenter: Fix indentation if template and class appear on one line.
Christian Kamm
2010-09-24
1
-6
/
+9
*
C++ indenter: Simplify debugging by making dump() more verbose.
Christian Kamm
2010-09-24
1
-1
/
+4
*
C++ indenter: Fix curly brace placement for ANSI style.
Christian Kamm
2010-09-15
1
-0
/
+5
*
C++ indenter: Fix for statement indentation and add test.
Christian Kamm
2010-09-15
1
-4
/
+8
*
C++ indenter: Separate indent into logical indent and padding.
Christian Kamm
2010-09-13
1
-53
/
+106
*
C++: Only reindent on electric characters if indent wasn't user-changed.
Christian Kamm
2010-09-08
1
-0
/
+6
*
C++ indenter: Fix nested array/struct initializers.
Christian Kamm
2010-08-31
1
-4
/
+12
*
C++: Fix indenting of QML_* macros.
Christian Kamm
2010-08-25
1
-0
/
+1
*
Indenters: Move style setup into the QtStyleCodeFormatter constructors.
Christian Kamm
2010-08-12
1
-0
/
+27
*
C++ indenter: Fix indent of block statements in substatement blocks.
Christian Kamm
2010-07-28
1
-0
/
+1
*
C++ indenter: Indent member initializer lists correctly.
Christian Kamm
2010-07-16
1
-9
/
+29
*
C++ indenter: Respect user indent with stream operators.
Christian Kamm
2010-07-15
1
-5
/
+15
*
Fix brace states
mae
2010-07-12
1
-3
/
+3
*
Add missing license headers.
Christian Kamm
2010-07-09
1
-0
/
+29
*
C++ indenter: Fix for extending if conditions.
Christian Kamm
2010-07-08
1
-5
/
+7
*
C++ indenter: Be more careful when comparing states.
Christian Kamm
2010-07-08
1
-1
/
+2
*
C++ indenter: Refactor to be independent of BaseTextDocumentLayout.
Christian Kamm
2010-07-08
1
-68
/
+88
[next]