| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Optimize a few more methods of QV4::Sequence | Ulf Hermann | 2025-09-05 | 1 | -5/+143 |
| * | QtQml: Store detached Sequence objects on the JS heap | Ulf Hermann | 2025-09-02 | 1 | -36/+233 |
| * | QtQml: Demote error to warning in Sequence's method_getLength | Ulf Hermann | 2025-09-01 | 1 | -3/+5 |
| * | QtQml: Consistently check isReadOnly in QV4::Sequence | Ulf Hermann | 2025-09-01 | 1 | -1/+10 |
| * | QtQml: Remove obscure exception check | Ulf Hermann | 2025-09-01 | 1 | -2/+0 |
| * | QtQml: Extract method to create the inline storage for Sequence | Ulf Hermann | 2025-09-01 | 1 | -9/+19 |
| * | QtQml: Avoid repeated retrieval of Heap::Sequence::storagePointer() | Ulf Hermann | 2025-09-01 | 1 | -4/+5 |
| * | QtQml: Rephrase Sequence's appendInline() | Ulf Hermann | 2025-09-01 | 1 | -12/+9 |
| * | QtQml: Heap::Sequence::isReference() where appropriate | Ulf Hermann | 2025-09-01 | 1 | -6/+6 |
| * | QtQml: Inline Sequence's shiftInline into its ownly user | Ulf Hermann | 2025-09-01 | 1 | -30/+21 |
| * | QtQml: Accept Heap::Sequence in doGetIndexed() | Ulf Hermann | 2025-09-01 | 1 | -8/+6 |
| * | QtQml: Eliminate Heap::Sequence::hasData() | Ulf Hermann | 2025-09-01 | 1 | -3/+4 |
| * | QtQml: Inline Sequence::containerIsEqualTo into its only user | Ulf Hermann | 2025-09-01 | 1 | -17/+21 |
| * | QtQml: Inline containerDeleteIndexedProperty into its only user | Ulf Hermann | 2025-09-01 | 1 | -25/+24 |
| * | QtQml: Inline Sequence::containerPutIndex into its only user | Ulf Hermann | 2025-09-01 | 1 | -44/+39 |
| * | QtQml: Inline Sequence::containerGetIndexed() into its only user | Ulf Hermann | 2025-09-01 | 1 | -21/+20 |
| * | QtQml: Remove some methods from Sequence's public API | Ulf Hermann | 2025-09-01 | 1 | -59/+50 |
| * | QtQml: Move Sequence's {load|store}Reference into the heap object | Ulf Hermann | 2025-09-01 | 1 | -40/+51 |
| * | QtQml: Move Sequence's length accessors into SequencePrototype | Ulf Hermann | 2025-09-01 | 1 | -3/+5 |
| * | QtQml: Inline containerOwnPropertyKeys into its only user | Ulf Hermann | 2025-09-01 | 1 | -7/+2 |
| * | QtQml: Factor out Sequence's variant data creation | Ulf Hermann | 2025-09-01 | 1 | -10/+10 |
| * | QtQml: Refactor QV4::Sequence's raw container operations | Ulf Hermann | 2025-09-01 | 1 | -7/+44 |
| * | Avoid unnecessary read-backs on ReferenceObjects | Luca Di Sera | 2025-02-05 | 1 | -1/+1 |
| * | QtQml: Avoid potential gc issues | Fabian Kosmale | 2024-12-18 | 1 | -1/+4 |
| * | Remove unused include from "qv4sequenceobject.cpp" | Luca Di Sera | 2024-11-06 | 1 | -2/+0 |
| * | QtQml: Support conversion to QJSValue when constructing value types | Ulf Hermann | 2024-10-31 | 1 | -1/+1 |
| * | QML: Allow conversion between different list types | Ulf Hermann | 2024-07-03 | 1 | -40/+125 |
| * | Rework the sort implementation for Sequences | Luca Di Sera | 2024-06-06 | 1 | -90/+0 |
| * | QtQml: Optimize QV4::Sequence's shift() method | Ulf Hermann | 2024-05-28 | 1 | -0/+60 |
| * | QtQml: Check for isReference() before trying to write back | Ulf Hermann | 2023-09-25 | 1 | -2/+3 |
| * | QML: Silence warnings about converting holes in sparse arrays | Ulf Hermann | 2023-09-25 | 1 | -2/+3 |
| * | QQmlType: Re-organize QQmlTypePrivate to reduce memory usage | Ulf Hermann | 2023-07-06 | 1 | -1/+1 |
| * | QML: Un-specialcase QStringList and QVariantList conversion | Ulf Hermann | 2023-06-30 | 1 | -95/+83 |
| * | QV4: Sequence/ListWrapper: implement virtualGetLength | Fabian Kosmale | 2023-03-31 | 1 | -0/+8 |
| * | Avoid duplicate value type creation | Ulf Hermann | 2023-02-24 | 1 | -4/+4 |
| * | Recursively write back value types and sequences | Ulf Hermann | 2022-10-19 | 1 | -83/+131 |
| * | QML: Track statement locations in sequence and value types | Ulf Hermann | 2022-10-14 | 1 | -4/+7 |
| * | V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::Sequence | Ulf Hermann | 2022-10-13 | 1 | -77/+99 |
| * | QML: Drop the "succeeded" out parameters from SequencePrototype | Ulf Hermann | 2022-10-07 | 1 | -16/+7 |
| * | Allow more options for creating value types from JS objects | Ulf Hermann | 2022-09-24 | 1 | -6/+14 |
| * | V4: Make ExecutionEngine::toVariant() static | Ulf Hermann | 2022-09-20 | 1 | -2/+2 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -2/+0 |
| * | Fix array-like methods on V4 sequences | Ulf Hermann | 2022-07-19 | 1 | -91/+101 |
| * | Implement array methods for QQmlListProperty | Ulf Hermann | 2022-07-16 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Allow retrieval of sequences from QJSValue | Ulf Hermann | 2022-06-02 | 1 | -403/+373 |
| * | Qml: includemocs | Marc Mutz | 2022-04-29 | 1 | -0/+2 |
| * | QML: Clean up sequence registrations for value types | Ulf Hermann | 2022-02-11 | 1 | -12/+29 |
| * | QML: Allow named lists of value types | Ulf Hermann | 2022-01-28 | 1 | -35/+52 |