index
:
qt-creator/perfparser.git
10.0
11.0
12.0
13.0
14.0
16.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
*
Fix deprecation warnings
HEAD
master
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
*
Add missing '::' when hitting cached scope names
Milian Wolff
2022-06-10
3
-0
/
+14
*
Add parallel_static_gcc and basic test coverage
Milian Wolff
2022-06-10
7
-7
/
+57
*
Use qCompress/qUncompress to reduce the size of the test input files
Milian Wolff
2022-06-10
28
-5078
/
+69
*
Demote unhandled perf feature/type warnings to debug output
Milian Wolff
2022-06-08
2
-2
/
+3
*
Unbreak tst_perfdata when run on more modern systems
Milian Wolff
2022-06-08
2
-68
/
+82
*
Move code to extract symbol cache into perfaddresscache
Milian Wolff
2022-06-08
3
-32
/
+38
*
Cleanup: Make PerfSymbolTable::attachDwfl more type safe
Milian Wolff
2022-06-08
2
-4
/
+3
*
Cleanup: move unwinding code to perfunwind
Milian Wolff
2022-06-08
3
-145
/
+142
[next]