index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
cplusplus
Commit message (
Expand
)
Author
Age
Files
Lines
*
CPlusPlus: Drop a few simple accessor functions
hjk
4 days
2
-28
/
+16
*
CPlusPlus: Save a few cycles in Client::isInjectedFile()
hjk
4 days
2
-3
/
+4
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
2025-05-07
4
-7
/
+10
|
\
|
*
CPlusPlus: Paddle back a bit for fast pre-processing
Christian Stenger
2025-04-30
4
-7
/
+10
*
|
CPlusPlus: Support paren matching in raw string literals
Christian Kandeler
2025-05-06
1
-0
/
+31
|
/
*
CPlusPlus: Fix warnings about unused variables
Christian Kandeler
2025-04-17
1
-2
/
+2
*
CPlusPlus: Do not skip function-like macro expansion in FastPreprocessor
Christian Kandeler
2025-04-09
1
-1
/
+0
*
CplusPlus: Code cosmetics
hjk
2025-04-09
12
-51
/
+41
*
fix:ParseTranlationUnit is misspelled
Tian Shilin
2025-02-28
2
-5
/
+5
*
Editor: Make braceDepth an explicit member in TextBlockUserData
David Schulz
2025-01-20
2
-2
/
+2
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
2
-2
/
+2
*
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-12-10
1
-0
/
+3
|
\
|
*
CppEditor: Fix pretty-printing of auto type
Christian Kandeler
2024-12-06
1
-0
/
+3
*
|
CppEditor: Add support for refactoring classes with concepts
Masoud Jami
2024-11-12
4
-14
/
+28
|
/
*
CPP: Replace Q_ASSERTs with QTC_CHECKs
Jarek Kobus
2024-10-10
1
-30
/
+32
*
CPlusPlus: Fix pragma parsing
Christian Kandeler
2024-09-25
1
-2
/
+5
*
Port away from qsnprinf() and mark the project free of it
Marc Mutz
2024-08-27
1
-5
/
+6
*
Remove #include <utils/fileutils.h> from most header files
hjk
2024-07-26
2
-2
/
+3
*
CPlusPlus: Replace one FilePath::toString() with path()
hjk
2024-07-19
1
-1
/
+1
*
CppEditor: Consider #pragma once when inserting includes
Christian Kandeler
2024-06-13
8
-7
/
+55
*
CPlusPlus: Support completion of list iterators
Christian Stenger
2024-04-30
1
-0
/
+8
*
QuickFix: Fix add definition for templated function in namespace
Artem Sokolovskii
2024-02-07
1
-3
/
+3
*
LookupContext: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-06
7
-50
/
+48
*
Merge remote-tracking branch 'origin/12.0'
Eike Ziller
2024-01-30
1
-1
/
+1
|
\
|
*
CPlusPlus: deal with QByteArray::(c)begin() return nullptr
Thiago Macieira
2024-01-23
1
-1
/
+1
*
|
Various plugins: Replace QMap with QHash
Jarek Kobus
2024-01-29
2
-3
/
+2
*
|
CppEditor: Also rename function comments for declarations
Christian Kandeler
2023-11-29
1
-1
/
+7
*
|
QuickFix: Fix add definition for templated function
Artem Sokolovskii
2023-11-09
1
-43
/
+49
*
|
Avoid unnecessary string and list copies
Yuri Vilmanis
2023-11-01
1
-2
/
+2
*
|
Reserve space for m_scratchBuffer
Yuri Vilmanis
2023-10-31
1
-0
/
+1
|
/
*
Cplusplus: Remove an unneded #include
hjk
2023-09-14
1
-1
/
+0
*
qbs build: Remove unneeded Project items
Christian Kandeler
2023-09-14
1
-127
/
+123
*
CppEditor: Consider symbol occurrences in comments
Christian Kandeler
2023-09-01
2
-43
/
+87
*
CPlusPlus: Support associating comments with a declaration
Christian Kandeler
2023-08-10
4
-0
/
+168
*
Various Plugins: Simplify return QList statements
Jarek Kobus
2023-08-02
1
-1
/
+1
*
CppEditor: Proliferate use of FilePath a bit
hjk
2023-07-25
2
-10
/
+15
*
CplusPlus: Use plainer callbacks to interact to the CppEditor
hjk
2023-07-12
2
-45
/
+49
*
Fix occurrences of the contains/insert anti-pattern
Christian Kandeler
2023-06-23
6
-41
/
+25
*
CPlusPlus: Reuse QScopeGuard instead of ExecuteOnDestruction
Jarek Kobus
2023-06-07
1
-8
/
+9
*
CPlusPlus: Don't double uniquify
Marcus Tillmanns
2023-05-10
2
-4
/
+10
*
Remove unused includes of QFutureInterface
Jarek Kobus
2023-05-04
1
-1
/
+0
*
CppElementEvaluator: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-13
4
-25
/
+16
*
CPlusPlus: Use categorized logging in lexer
Christian Kandeler
2023-02-20
2
-39
/
+25
*
Merge remote-tracking branch 'origin/10.0'
Orgad Shaneh
2023-02-14
1
-1
/
+1
|
\
|
*
C++: Fix return type in preprocessor comparator
Orgad Shaneh
2023-02-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-02-10
2
-0
/
+13
|
\
|
|
*
CPlusPlus: Check maximum include depth in lexer
Christian Kandeler
2023-02-08
2
-0
/
+13
*
|
CPlusPlus: Add lexer support for new C++20 keywords
Christian Kandeler
2023-02-09
1
-0
/
+1
|
/
*
Cpp: support space ship operator in lexer
David Schulz
2023-01-30
2
-28
/
+52
*
Replace GPL-3.0 with GPL-3.0-only
Kai Köhne
2023-01-10
63
-63
/
+63
[next]