summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC testHEADmaster13.0Cristian Adam2023-10-121-1/+1
* Fix qbs build12.0Christian Kandeler2023-08-071-2/+0
* PerfParser: Get rid of foreachJarek Kobus2023-08-055-9/+17
* Replace a few qAsConst with std::as_const11.0hjk2023-05-193-6/+6
* Merge remote-tracking branch 'origin/10.0'Ulf Hermann2023-03-211-1/+1
|\
| * Update application version to 10.010.0Ulf Hermann2023-03-211-1/+1
| * Partially revert "Optionally report debuginfod download progress"Thiago Macieira2023-03-211-3/+0
| * Skip broken testChristian Stenger2023-03-211-0/+1
* | Partially revert "Optionally report debuginfod download progress"Thiago Macieira2023-03-091-3/+0
* | Skip broken testChristian Stenger2023-01-271-0/+1
|/
* Fix qbs buildChristian Stenger2023-01-264-4/+36
* Build: Use version-less Qt targetsEike Ziller2023-01-257-8/+8
* Fix build with QT_NO_CAST_FROM_ASCIIEike Ziller2023-01-251-1/+1
* Fix compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCIIMilian Wolff2022-12-086-62/+64
* Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-12-055-10/+14
|\
| * Merge remote-tracking branch 'origin/9.0'Ulf Hermann2022-12-055-10/+14
| |\
| | * Make findDebugInfoFile() accessible from the test9.0Ulf Hermann2022-12-053-5/+8
| | * Fix compile with QStringBuilderMilian Wolff2022-12-053-5/+6
* | | Let PerfRegisterInfo::defaultArchitecture return QStringLiteralMilian Wolff2022-12-053-11/+11
* | | Fix -Wclazy-qstring-allocationsMilian Wolff2022-12-053-92/+90
* | | Fix -Wc++17-attribute-extensionsMilian Wolff2022-12-051-1/+1
|/ /
* | Fix -Wclazy-old-style-connectMilian Wolff2022-12-051-1/+1
* | Fix -Wclazy-missing-qobject-macroMilian Wolff2022-12-051-0/+1
* | Use std::vector instead of QVector in prependScopeNamesMilian Wolff2022-12-051-5/+7
* | Fix -Wclazy-missing-typeinfoMilian Wolff2022-12-051-0/+1
* | Fix -Wclazy-function-args-by-refMilian Wolff2022-12-052-4/+4
* | Fix -Wclazy-function-args-by-valueMilian Wolff2022-12-055-7/+7
* | Remove extra semicolonMilian Wolff2022-12-051-1/+1
* | Silence -Wclass-memaccess GCC warningMilian Wolff2022-12-051-1/+1
* | Fix clazy-incorrect-emitMilian Wolff2022-12-051-1/+1
* | Silence false-positive clazy-lambda-in-connectMilian Wolff2022-12-051-3/+3
* | Fix clazy-connect-3arg-lambdaMilian Wolff2022-12-051-1/+1
* | Fix clazy-range-loop-detachMilian Wolff2022-12-054-12/+19
* | Fix clazy-fully-qualified-moc-typesMilian Wolff2022-12-051-1/+1
* | Fix clazy-use-static-qregularexpressionMilian Wolff2022-12-051-1/+2
* | Update expected testdataMilian Wolff2022-12-035-0/+0
* | Resolve source file names relative to the compilation directoryMilian Wolff2022-11-283-7/+35
|/
* Optionally report debuginfod download progressMilian Wolff2022-07-255-0/+37
* Cache whether the perf-$pid.map file existsMilian Wolff2022-06-292-1/+3
* Add missing '::' when hitting cached scope namesMilian Wolff2022-06-103-0/+14
* Add parallel_static_gcc and basic test coverageMilian Wolff2022-06-107-7/+57
* Use qCompress/qUncompress to reduce the size of the test input filesMilian Wolff2022-06-1028-5078/+69
* Demote unhandled perf feature/type warnings to debug outputMilian Wolff2022-06-082-2/+3
* Unbreak tst_perfdata when run on more modern systemsMilian Wolff2022-06-082-68/+82
* Move code to extract symbol cache into perfaddresscacheMilian Wolff2022-06-083-32/+38
* Cleanup: Make PerfSymbolTable::attachDwfl more type safeMilian Wolff2022-06-082-4/+3
* Cleanup: move unwinding code to perfunwindMilian Wolff2022-06-083-145/+142
* Introduce findSourceLocation utilityMilian Wolff2022-06-083-9/+36
* add unit test for finding debug symbolsLieven Hey2022-06-087-2/+138
* improve debug symbol discoveryLieven Hey2022-06-081-14/+42