| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Add some missing Q_MANAGED_TYPE | Luca Di Sera | 2025-06-19 | 1 | -0/+9 |
| * | Add a validation mode for the garbage collector | Luca Di Sera | 2025-06-19 | 1 | -4/+8 |
| * | Avoid unnecessary read-backs on ReferenceObjects | Luca Di Sera | 2025-02-05 | 1 | -0/+12 |
| * | QtQml: Remove unused includes in qml, first part | Semih Yavuz | 2022-09-14 | 1 | -1/+0 |
| * | Implement array methods for QQmlListProperty | Ulf Hermann | 2022-07-16 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Rename QQmlSequence to QV4Sequence | Ulf Hermann | 2020-09-21 | 1 | -2/+2 |
| * | Implement URLSearchParams | Maximilian Goldstein | 2020-05-06 | 1 | -0/+3 |
| * | Implement URL object | Maximilian Goldstein | 2020-04-08 | 1 | -0/+3 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -0/+5 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -1/+1 |
| * | Unify the managed and object vtables | Lars Knoll | 2018-07-03 | 1 | -20/+1 |
| * | Partial Proxy support | Lars Knoll | 2018-06-25 | 1 | -0/+3 |
| * | Add the start of a Map from ES7 | Robin Burchell | 2018-06-01 | 1 | -0/+3 |
| * | Add the start of a Set from ES7 | Robin Burchell | 2018-05-30 | 1 | -0/+3 |
| * | Add some basic support for for-of loops | Lars Knoll | 2018-05-09 | 1 | -2/+2 |
| * | Add Generator support | Lars Knoll | 2018-05-03 | 1 | -0/+3 |
| * | Don't use bitfields for VTable flags | Lars Knoll | 2018-05-03 | 1 | -1/+1 |
| * | Implement StringIterator | Lars Knoll | 2018-05-02 | 1 | -0/+3 |
| * | Add Array Iterator objects from ES6 (22.1.5) | Robin Burchell | 2018-05-02 | 1 | -0/+3 |
| * | Add SymbolObject, well known symbols and fix most remaining issues | Lars Knoll | 2018-05-02 | 1 | -0/+3 |
| * | Partial Symbol support | Lars Knoll | 2018-05-02 | 1 | -1/+6 |
| * | Add a StringOrSymbol intermediate class between Managed and String | Lars Knoll | 2018-05-02 | 1 | -0/+1 |
| * | Fix classname for Error objects to be in line with ES6 expectations | Lars Knoll | 2018-05-02 | 1 | -1/+1 |
| * | garbage collect InternalClass | Lars Knoll | 2018-04-12 | 1 | -0/+5 |
| * | Remove dependency from qv4heap_p.h onto qv4internalclass_p.h | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -4/+4 |
| * | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -0/+2 |
| |\ |
|
| | * | Re-add some inline property storage | Lars Knoll | 2017-05-08 | 1 | -0/+2 |
| * | | New mark table implementation | Lars Knoll | 2017-03-09 | 1 | -0/+1 |
| |/ |
|
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Fixes to Error objects | Lars Knoll | 2015-09-22 | 1 | -23/+1 |
| * | Encapsulate and protect all accesses to the vtable of Heap objects | Lars Knoll | 2015-08-10 | 1 | -1/+1 |
| * | Cleanup some of the casting code | Lars Knoll | 2015-03-20 | 1 | -1/+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 |
| * | Get rid of all uses of Managed::engine() | Lars Knoll | 2015-01-21 | 1 | -5/+0 |
| * | Remove all the setVTable() calls that aren't required anymore | Lars Knoll | 2015-01-21 | 1 | -13/+0 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -2/+0 |
| * | Move vtable out of internalClass | Lars Knoll | 2015-01-20 | 1 | -8/+3 |
| * | Remove subtype usage in ErrorObject | Lars Knoll | 2015-01-12 | 1 | -1/+1 |
| * | Move Data of error objects into the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -8/+8 |
| * | Begin moving the data out of Managed objects | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Let markObjects() operate directly on HeapObjects | Lars Knoll | 2014-11-04 | 1 | -1/+1 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Fix Managed::as<>() method | Lars Knoll | 2014-07-22 | 1 | -0/+1 |
| * | Change the object allocation scheme | Simon Hausmann | 2014-07-22 | 1 | -8/+0 |
| * | Start implement new Object creation pattern | Lars Knoll | 2014-07-22 | 1 | -0/+15 |