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
/
cplusplus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark the generated tokens in the token stream.
Roberto Raggi
2009-03-04
1
-2
/
+2
*
Mark the generated regions of text.
Roberto Raggi
2009-03-04
3
-5
/
+62
*
Store the actual arguments of the macro expansions.
Roberto Raggi
2009-03-04
5
-24
/
+126
*
Introduced expandBuiltinMacro().
Roberto Raggi
2009-03-03
2
-31
/
+37
*
Simplified Preprocessor::preprocess()
Roberto Raggi
2009-03-03
1
-19
/
+12
*
Introduced skipActualArguments().
Roberto Raggi
2009-03-03
2
-12
/
+19
*
Introduced processObjectLikeMacro().
Roberto Raggi
2009-03-03
2
-26
/
+41
*
Introduced expandObjectLikeMacro().
Roberto Raggi
2009-03-03
2
-12
/
+22
*
Improved the way we expand function-like macros when we can't collect all the...
Roberto Raggi
2009-03-03
1
-3
/
+2
*
Introduced expandFunctionLikeMacro().
Roberto Raggi
2009-03-03
2
-21
/
+25
*
Context-sensitive highlighting.
Roberto Raggi
2009-03-03
1
-1
/
+1
*
Fixed: token separators.
Roberto Raggi
2009-03-03
1
-1
/
+8
*
Add the _right_ number of spaces.
Roberto Raggi
2009-03-03
1
-2
/
+18
*
Obsoleted code.
Roberto Raggi
2009-03-03
2
-7
/
+4
*
More cleanup.
Roberto Raggi
2009-03-03
5
-151
/
+178
*
Introduced processNewline() and processSkippingBlocks().
Roberto Raggi
2009-03-03
2
-30
/
+60
*
Reserve some space.
Roberto Raggi
2009-03-03
1
-0
/
+1
*
Cleanup the function-like macro expansion.
Roberto Raggi
2009-03-03
2
-26
/
+35
*
Obsoleted code.
Roberto Raggi
2009-03-03
2
-24
/
+7
*
Some minor cleanup in processInclude().
Roberto Raggi
2009-03-03
1
-12
/
+15
*
Some refactoring of the preprocessor, it'll simplify my next commits.
Roberto Raggi
2009-03-02
4
-192
/
+224
*
More cleanup
Roberto Raggi
2009-03-02
3
-12
/
+11
*
removed useless #include directives.
Roberto Raggi
2009-03-02
1
-1
/
+0
*
Cleanup
Roberto Raggi
2009-03-02
2
-17
/
+18
*
Initial testing of the preprocessor.
Roberto Raggi
2009-03-02
2
-0
/
+20
*
Fixes: change file license headers to include LGPL
hjk
2009-02-25
40
-840
/
+680
*
Introduced a parallel indexer. It is ifdef-out atm.
Roberto Raggi
2009-02-24
2
-1
/
+30
*
Alternative implementation of the indexer. It is a little bit slower, but I'm...
Roberto Raggi
2009-02-23
2
-0
/
+28
*
Code completion of doxygen tags.
Roberto Raggi
2009-02-20
1
-0
/
+3
*
Initial support for doxygen comments.
Roberto Raggi
2009-02-20
2
-0
/
+6
*
Fixes: save a few strlen calls
hjk
2009-02-19
1
-1
/
+1
*
Fixes: Possible crash while resolving qualified name ids.
Roberto Raggi
2009-02-18
1
-1
/
+1
*
--warnings
Roberto Raggi
2009-02-16
1
-1
/
+2
*
Improved the C++ hover handler.
Roberto Raggi
2009-02-16
3
-4
/
+64
*
Introduced support for forward class declarations.
Roberto Raggi
2009-02-16
1
-1
/
+1
*
Improved the type pretty printer.
Roberto Raggi
2009-02-13
4
-126
/
+156
*
Fixed crash in lookup context due to null-name
Thorbjørn Lindeijer
2009-02-11
1
-2
/
+5
*
Less annoying syntax checker.
Roberto Raggi
2009-02-10
1
-0
/
+3
*
Revert now unnecessary checks for null-types
Thorbjørn Lindeijer
2009-02-10
1
-1
/
+1
*
Fixes: Compile.
Roberto Raggi
2009-02-10
1
-1
/
+1
*
Made it possible to compile libCPlusPlus without `gui'.
Roberto Raggi
2009-02-10
1
-7
/
+13
*
Fixes: Possible crash in OverviewModel.
Roberto Raggi
2009-02-09
1
-1
/
+1
*
Reimplemented Type::as*Type() using virtual methods.
Roberto Raggi
2009-02-09
3
-10
/
+12
*
Merge branch '1.0.0'
con
2009-02-09
1
-0
/
+2
|
\
|
*
Don't use the name twice, though
Thorbjørn Lindeijer
2009-02-06
1
-2
/
+2
|
*
Fixed tooltips for enumerators
Thorbjørn Lindeijer
2009-02-06
1
-0
/
+2
*
|
Added a simple auto test for the name lookup.
Roberto Raggi
2009-02-09
5
-54
/
+57
*
|
Fixes: Parsing of #import directives.
Roberto Raggi
2009-02-05
2
-0
/
+4
*
|
Fixes: Enable ObjC support.
Roberto Raggi
2009-02-05
2
-1
/
+4
|
/
*
Fixes: move all files in shared/* to src/shared/*
hjk
2009-01-26
2
-2
/
+2
[next]