index
:
qt-creator/perfparser.git
10.0
11.0
12.0
13.0
14.0
16.0
17.0
18.0
19.0
20.0
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
master
stable
Parser for perf data files, creates output suitable for the QtCreator plugin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/18.0' into HEAD
HEAD
master
20.0
19.0
Ulf Hermann
2025-11-27
1
-1
/
+1
|
\
|
*
Bump application version to 18.0
18.0
Ulf Hermann
2025-11-25
1
-1
/
+1
|
*
Check for result of QFile::open()
Ulf Hermann
2025-11-25
1
-2
/
+4
|
*
Fix new Qt compile warning
hjk
2025-11-24
1
-1
/
+1
*
|
Update application version to 19
Ulf Hermann
2025-11-24
1
-1
/
+1
*
|
Avoid deprecation warning for QHashCombine
Ulf Hermann
2025-11-24
1
-0
/
+6
*
|
Check for result of QFile::open()
Ulf Hermann
2025-11-24
1
-2
/
+4
|
/
*
Replace QVector by QList
17.0
hjk
2025-04-10
13
-32
/
+32
*
Fix deprecation warnings
16.0
Christian Kandeler
2025-01-13
1
-18
/
+18
*
Merge remote-tracking branch 'origin/14.0'
Eike Ziller
2024-10-04
3
-11
/
+11
|
\
|
*
Work around various deprecation warnings
14.0
hjk
2024-06-06
3
-11
/
+11
|
/
*
Fix MSVC test
13.0
Cristian Adam
2023-10-12
1
-1
/
+1
*
Fix qbs build
12.0
Christian Kandeler
2023-08-07
1
-2
/
+0
*
PerfParser: Get rid of foreach
Jarek Kobus
2023-08-05
5
-9
/
+17
*
Replace a few qAsConst with std::as_const
11.0
hjk
2023-05-19
3
-6
/
+6
*
Merge remote-tracking branch 'origin/10.0'
Ulf Hermann
2023-03-21
1
-1
/
+1
|
\
|
*
Update application version to 10.0
10.0
Ulf Hermann
2023-03-21
1
-1
/
+1
|
*
Partially revert "Optionally report debuginfod download progress"
Thiago Macieira
2023-03-21
1
-3
/
+0
|
*
Skip broken test
Christian Stenger
2023-03-21
1
-0
/
+1
*
|
Partially revert "Optionally report debuginfod download progress"
Thiago Macieira
2023-03-09
1
-3
/
+0
*
|
Skip broken test
Christian Stenger
2023-01-27
1
-0
/
+1
|
/
*
Fix qbs build
Christian Stenger
2023-01-26
4
-4
/
+36
*
Build: Use version-less Qt targets
Eike Ziller
2023-01-25
7
-8
/
+8
*
Fix build with QT_NO_CAST_FROM_ASCII
Eike Ziller
2023-01-25
1
-1
/
+1
*
Fix compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
Milian Wolff
2022-12-08
6
-62
/
+64
*
Merge "Merge remote-tracking branch 'origin/9.0'"
The Qt Project
2022-12-05
5
-10
/
+14
|
\
|
*
Merge remote-tracking branch 'origin/9.0'
Ulf Hermann
2022-12-05
5
-10
/
+14
|
|
\
|
|
*
Make findDebugInfoFile() accessible from the test
9.0
Ulf Hermann
2022-12-05
3
-5
/
+8
|
|
*
Fix compile with QStringBuilder
Milian Wolff
2022-12-05
3
-5
/
+6
*
|
|
Let PerfRegisterInfo::defaultArchitecture return QStringLiteral
Milian Wolff
2022-12-05
3
-11
/
+11
*
|
|
Fix -Wclazy-qstring-allocations
Milian Wolff
2022-12-05
3
-92
/
+90
*
|
|
Fix -Wc++17-attribute-extensions
Milian Wolff
2022-12-05
1
-1
/
+1
|
/
/
*
|
Fix -Wclazy-old-style-connect
Milian Wolff
2022-12-05
1
-1
/
+1
*
|
Fix -Wclazy-missing-qobject-macro
Milian Wolff
2022-12-05
1
-0
/
+1
*
|
Use std::vector instead of QVector in prependScopeNames
Milian Wolff
2022-12-05
1
-5
/
+7
*
|
Fix -Wclazy-missing-typeinfo
Milian Wolff
2022-12-05
1
-0
/
+1
*
|
Fix -Wclazy-function-args-by-ref
Milian Wolff
2022-12-05
2
-4
/
+4
*
|
Fix -Wclazy-function-args-by-value
Milian Wolff
2022-12-05
5
-7
/
+7
*
|
Remove extra semicolon
Milian Wolff
2022-12-05
1
-1
/
+1
*
|
Silence -Wclass-memaccess GCC warning
Milian Wolff
2022-12-05
1
-1
/
+1
*
|
Fix clazy-incorrect-emit
Milian Wolff
2022-12-05
1
-1
/
+1
*
|
Silence false-positive clazy-lambda-in-connect
Milian Wolff
2022-12-05
1
-3
/
+3
*
|
Fix clazy-connect-3arg-lambda
Milian Wolff
2022-12-05
1
-1
/
+1
*
|
Fix clazy-range-loop-detach
Milian Wolff
2022-12-05
4
-12
/
+19
*
|
Fix clazy-fully-qualified-moc-types
Milian Wolff
2022-12-05
1
-1
/
+1
*
|
Fix clazy-use-static-qregularexpression
Milian Wolff
2022-12-05
1
-1
/
+2
*
|
Update expected testdata
Milian Wolff
2022-12-03
5
-0
/
+0
*
|
Resolve source file names relative to the compilation directory
Milian Wolff
2022-11-28
3
-7
/
+35
|
/
*
Optionally report debuginfod download progress
Milian Wolff
2022-07-25
5
-0
/
+37
*
Cache whether the perf-$pid.map file exists
Milian Wolff
2022-06-29
2
-1
/
+3
[next]