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
/
CppDocument.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CPlusPlus: Paddle back a bit for fast pre-processing
Christian Stenger
2025-04-30
1
-0
/
+1
*
CplusPlus: Code cosmetics
hjk
2025-04-09
1
-3
/
+3
*
fix:ParseTranlationUnit is misspelled
Tian Shilin
2025-02-28
1
-2
/
+2
*
CppEditor: Consider #pragma once when inserting includes
Christian Kandeler
2024-06-13
1
-5
/
+9
*
Cplusplus: Remove an unneded #include
hjk
2023-09-14
1
-1
/
+0
*
CPlusPlus: Don't double uniquify
Marcus Tillmanns
2023-05-10
1
-1
/
+6
*
CppElementEvaluator: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-13
1
-6
/
+2
*
Replace GPL-3.0 with GPL-3.0-only
Kai Köhne
2023-01-10
1
-1
/
+1
*
CppEditor: More migration to FilePath
hjk
2022-12-14
1
-2
/
+0
*
CPlusPlus: Use FilePath for resolved include paths
hjk
2022-11-30
1
-4
/
+4
*
CPlusPlus: Code cosmetics
hjk
2022-11-29
1
-7
/
+7
*
CppEditor: Remove Snapshot::remove(QString) overload
hjk
2022-11-29
1
-2
/
+0
*
CppEditor: Switch to FilePath in IndexItem
hjk
2022-11-25
1
-2
/
+1
*
CPlusPlus: Return FilePaths from Document::includedFile
hjk
2022-11-25
1
-2
/
+2
*
CppEditor: Proliferate FilePath use
hjk
2022-11-25
1
-4
/
+0
*
CppEditor: Proliferate FilePath use
hjk
2022-11-24
1
-3
/
+3
*
CPlusPlus: Proliferate FilePath use
hjk
2022-11-22
1
-7
/
+7
*
CppEditor: Adapt include locations when renaming ui files
Christian Kandeler
2022-10-24
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
CPlusPlus: Microoptimizations
hjk
2022-08-10
1
-26
/
+24
*
Remove or replace a few unnecessary #includes
hjk
2022-05-20
1
-1
/
+1
*
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-8
/
+0
*
Make canceling of Type Hierarchy evaluation more responsive
Jarek Kobus
2020-12-07
1
-0
/
+5
*
Remove unused private functions
Alessandro Portale
2020-10-08
1
-3
/
+0
*
Change recursive to loop in allIncludesForDocument
Igor Sidorov
2020-02-05
1
-2
/
+0
*
Utils: Rename FilePathList to simply FilePaths
hjk
2019-12-18
1
-2
/
+2
*
Standardize on int for line and column values
hjk
2019-07-26
1
-45
/
+45
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-14
/
+14
*
C++: Fix use-after-free crash when handling auto expressions
Nikolai Kosjar
2017-01-09
1
-0
/
+1
*
Wholesale conversion to #pragma once
hjk
2016-03-30
1
-4
/
+1
*
CppEditor: Generate doxygen comments for functions with macros
Nikolai Kosjar
2016-03-04
1
-3
/
+9
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
C++: Remove Dumpers
Orgad Shaneh
2015-05-12
1
-5
/
+0
*
C++: Use correct features for document parsing
Orgad Shaneh
2015-02-20
1
-0
/
+3
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
C++: Remove workaround for crashing if parsing invalid code
Nikolai Kosjar
2015-02-12
1
-1
/
+0
*
|
C++: handle case-insensitive file names in the CPlusPlus::Snapshot
Erik Verbruggen
2014-12-17
1
-7
/
+23
|
/
*
C++: Fix highlighting after "invalid code"
Nikolai Kosjar
2014-11-19
1
-0
/
+1
*
C++: Document::functionAt provides line information
Nikolai Kosjar
2014-11-12
1
-1
/
+2
*
CppTools: Do not re-use semantic document if dependencies changed
Nikolai Kosjar
2014-10-15
1
-0
/
+2
*
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
*
|
C++: Do not share dependency table when copying a Snapshot
Nikolai Kosjar
2014-10-09
1
-1
/
+1
*
|
Cpp: Adjust includes when files are renamed.
David Schulz
2014-10-02
1
-0
/
+2
*
|
CppTools: Move DependencyTable to Snapshot
hjk
2014-09-19
1
-1
/
+5
*
|
C++: remove reserved names.
Erik Verbruggen
2014-08-28
1
-4
/
+4
|
/
*
C++: Add utf16 indices to Macro and Document::MacroUse
Nikolai Kosjar
2014-05-23
1
-23
/
+44
*
C++: Remove unused functions in Document::Block
Nikolai Kosjar
2014-05-15
1
-9
/
+0
*
Incremented year in copyright info
Robert Loehning
2014-01-08
1
-1
/
+1
[next]