| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | String::append: Avoid growing list more than necessary | Fabian Kosmale | 2024-01-22 | 1 | -8/+23 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -2/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Make QtQml work with the latest changes in qtbase | Lars Knoll | 2020-01-14 | 1 | -25/+21 |
| * | Remove now dead V4_BOOTSTRAP #if-ery | Ulf Hermann | 2019-05-13 | 1 | -6/+0 |
| * | Move qv4string{_p.h|.cpp} out of the devtools | Ulf Hermann | 2019-05-10 | 1 | -5/+0 |
| * | Inline StringOrSymbol::toPropertyKey() | Lars Knoll | 2018-09-14 | 1 | -7/+0 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -2/+2 |
| * | Unify the managed and object vtables | Lars Knoll | 2018-07-03 | 1 | -1/+1 |
| * | Rename IdentifierTable methods | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -6/+5 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -4/+4 |
| * | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -0/+8 |
| * | Implement Symbol.for and Symbol.keyFor | Lars Knoll | 2018-05-02 | 1 | -3/+5 |
| * | Partial Symbol support | Lars Knoll | 2018-05-02 | 1 | -1/+2 |
| * | Garbage collect identifiers | Lars Knoll | 2018-05-02 | 1 | -2/+9 |
| * | Add a StringOrSymbol intermediate class between Managed and String | Lars Knoll | 2018-05-02 | 1 | -0/+1 |
| * | Use Identifier by value and don't new them anymore | Lars Knoll | 2018-05-02 | 1 | -1/+1 |
| * | garbage collect InternalClass | Lars Knoll | 2018-04-12 | 1 | -0/+1 |
| * | Remove dependency from qv4heap_p.h onto qv4internalclass_p.h | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | Silence a GCC 8 warning in qv4string | Ville Voutilainen | 2018-02-28 | 1 | -1/+1 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Fix crash in tst_controls in QQC2 | Simon Hausmann | 2018-01-22 | 1 | -0/+21 |
| * | Introduce a SubString String type | Lars Knoll | 2018-01-19 | 1 | -4/+28 |
| * | Split up String type into a regular and a ComplexString | Lars Knoll | 2018-01-19 | 1 | -29/+28 |
| * | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -4/+5 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -8/+6 |
| |\ |
|
| | * | Get rid of the MemoryManager pointer inside String | Lars Knoll | 2017-05-19 | 1 | -6/+4 |
| | * | Move the engine() accessor from Object to Managed | Lars Knoll | 2017-05-19 | 1 | -2/+2 |
| * | | Separate the stack used for GC from the regular JS stack | Lars Knoll | 2017-04-07 | 1 | -3/+3 |
| |/ |
|
| * | Simplify handling of non GC managed heap data | Lars Knoll | 2017-01-22 | 1 | -1/+10 |
| * | Add some asserts to help debugging | Lars Knoll | 2017-01-22 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Simon Hausmann | 2016-11-15 | 1 | -0/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-15 | 1 | -3/+9 |
| | |\ |
|
| | | * | QV4String: properly detect overflow when trying to convert to an array index | Giuseppe D'Angelo | 2016-11-04 | 1 | -3/+9 |
| * | | | QML: Make Heap::RegExp and Heap::String trivial | Erik Verbruggen | 2016-10-05 | 1 | -4/+4 |
| * | | | QML: Make all context objects trivial | Erik Verbruggen | 2016-09-30 | 1 | -1/+5 |
| * | | | V4: allow for String::createHashValue to be inlined | Erik Verbruggen | 2016-07-13 | 1 | -63/+2 |
| * | | | V4: Use built-in overflow checking add/mul for index calculation. | Erik Verbruggen | 2016-05-16 | 1 | -4/+2 |
| * | | | V4: calculate the hash only once when inserting a string. | Erik Verbruggen | 2016-05-12 | 1 | -78/+36 |
| |/ / |
|
| * / | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Ulf Hermann | 2015-08-18 | 1 | -2/+5 |
| |\ |
|
| | * | V4: track C++ heap usage for Strings in the MemoryManager | Erik Verbruggen | 2015-07-10 | 1 | -2/+5 |
| * | | Encapsulate and protect all accesses to the vtable of Heap objects | Lars Knoll | 2015-08-10 | 1 | -1/+1 |
| * | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Move the internalClass pointer into Heap::Object | Lars Knoll | 2015-01-21 | 1 | -4/+2 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -2/+2 |