| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Fix clashes with windows.h defines | Friedemann Kleint | 2023-02-22 | 1 | -2/+2 |
| * | Profiler: Add move operations to FunctionCall | Ulf Hermann | 2022-11-14 | 1 | -0/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -2/+2 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -1/+1 |
| * | QQmlProfilerService: Drop support for non-location-tracking clients | Ulf Hermann | 2018-02-09 | 1 | -5/+4 |
| * | Re-enable QML memory profiling | Ulf Hermann | 2017-11-23 | 1 | -1/+2 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Qml jsruntime: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-09-16 | 1 | -1/+1 |
| * | QmlProfiler: Send RangeData and RangeLocation only once per type | Ulf Hermann | 2016-05-27 | 1 | -5/+12 |
| * | V4 profiling: Don't needlessly resolve locations | Ulf Hermann | 2016-05-18 | 1 | -9/+8 |
| * | V4 profiler: Don't duplicate function locations | Ulf Hermann | 2016-05-02 | 1 | -14/+26 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | std::sort JS profiling data instead of insert-sorting it | Ulf Hermann | 2015-08-24 | 1 | -12/+17 |
| * | Periodically flush profiling data to client. | Ulf Hermann | 2015-08-04 | 1 | -3/+2 |
| * | Use QVector instead of QList in V4 profiler | Ulf Hermann | 2015-07-20 | 1 | -5/+5 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -0/+1 |
| * | Move memory management related functionality into it's own folder | Lars Knoll | 2015-03-02 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Select specific features to be recorded when profiling QML | Ulf Hermann | 2014-09-11 | 1 | -18/+20 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -18/+10 |
| * | Properly initialize heap profiler when starting profiling | Ulf Hermann | 2014-06-12 | 1 | -1/+18 |
| * | Javascript heap profiler | Ulf Hermann | 2014-06-06 | 1 | -1/+3 |
| * | Remove nArguments and name from QV4::Function | Lars Knoll | 2014-03-03 | 1 | -1/+1 |
| * | Satellite profiler for V4 | Ulf Hermann | 2014-02-12 | 1 | -0/+101 |