| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Update commercial SPDX-License-Identifier" | Tarja Sundqvist | 2025-01-03 | 1 | -1/+1 |
| * | QtQml: Fix some problems with deep aliases | Ulf Hermann | 2023-11-15 | 1 | -0/+9 |
| * | Fix compile time qsTranslate with empty context | Ulf Hermann | 2023-10-25 | 1 | -2/+4 |
| * | Update commercial SPDX-License-Identifier | Tarja Sundqvist | 2023-10-23 | 1 | -1/+1 |
| * | Refactor the usage of icutils::Node | Amir Masoud Abdol | 2023-04-25 | 1 | -1/+1 |
| * | QtQml: Improve handling of CU's sourceFileIndex | Ulf Hermann | 2023-03-28 | 1 | -4/+9 |
| * | QML: Invalidate any existing cache files when saving a CU to disk | Ulf Hermann | 2023-02-11 | 1 | -2/+8 |
| * | Qml: Analyze qsTranslate at compile time | Ulf Hermann | 2022-10-13 | 1 | -9/+14 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -4/+4 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | V4: Use an enum to categorize functions and rename aotFunction | Ulf Hermann | 2022-09-29 | 1 | -2/+2 |
| * | QML: Optimize QObject method calls | Ulf Hermann | 2022-09-20 | 1 | -1/+2 |
| * | QtQml: Remove unused includes in qml, first part | Semih Yavuz | 2022-09-14 | 1 | -1/+0 |
| * | QML: Make modules imported with registerModule() available in QML | Ulf Hermann | 2022-09-02 | 1 | -57/+110 |
| * | Create Translation Bindings without CompiledData::Binding | Sami Shalayel | 2022-08-15 | 1 | -19/+32 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Port QV4::CompiledData::Binding to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -1/+1 |
| * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -3/+9 |
| * | QML: Port QV4::CompiledData::Lookup to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -2/+2 |
| * | QML: Port icutils::Node to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -1/+1 |
| * | QML: Port QV4::CompiledData::RegExp to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -2/+2 |
| * | QML: Port QV4::CompiledData::Object to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -6/+7 |
| * | QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -2/+2 |
| * | Fix typo and apply some cosmetics | Ulf Hermann | 2022-04-11 | 1 | -2/+2 |
| * | DelegateModel: Use actual bindings for required properties | Ulf Hermann | 2022-04-11 | 1 | -1/+1 |
| * | Fix deprecated uses of QScopedPointer | Mårten Nordheim | 2022-03-10 | 1 | -2/+2 |
| * | QQmlPropertyCache: Store checksums in type loader | Ulf Hermann | 2022-03-09 | 1 | -2/+3 |
| * | Avoid spurious dependency on qml_compile_hash_p.h | Fabian Kosmale | 2022-02-13 | 1 | -0/+2 |
| * | Avoid ping-pong between plain pointers and QQmlRefPointer | Ulf Hermann | 2022-01-25 | 1 | -1/+1 |
| * | Further tighten checks around QML_COMPILE_HASH | Ulf Hermann | 2022-01-20 | 1 | -4/+10 |
| * | QQmlEngine: Remove methods that merely forward to QQmlMetaType | Ulf Hermann | 2022-01-18 | 1 | -2/+2 |
| * | Move composite types into QQmlMetaType | Ulf Hermann | 2022-01-15 | 1 | -5/+3 |
| * | Fix handling of QML_COMPILE_HASH | Ulf Hermann | 2022-01-07 | 1 | -2/+2 |
| * | Do not copy lookups | Ulf Hermann | 2021-12-16 | 1 | -14/+2 |
| * | Use QHash instead of QMap for resolved types | Fabian Kosmale | 2021-05-20 | 1 | -1/+13 |
| * | Add QJSEngine::registerModule | Alex Shaw | 2021-05-01 | 1 | -10/+62 |
| * | Redesign the AOT lookups | Ulf Hermann | 2021-04-30 | 1 | -0/+1 |
| * | Streamline retrieval of context property names and IDs | Ulf Hermann | 2021-04-15 | 1 | -0/+1 |
| * | Cache static compilation units | Ulf Hermann | 2021-01-12 | 1 | -1/+1 |
| * | Remove the property cache from QQmlValueTypeWrapper | Lars Knoll | 2020-12-02 | 1 | -5/+0 |
| * | Respect QV4_FORCE_INTERPRETER when AOT compiled functions are available | Ulf Hermann | 2020-11-26 | 1 | -1/+3 |
| * | Fix logic to select AOT compiled function | Ulf Hermann | 2020-10-23 | 1 | -4/+10 |
| * | Do proper memory management on the metatype interfaces we create | Lars Knoll | 2020-08-28 | 1 | -2/+1 |
| * | Always group the metaType and listType together | Lars Knoll | 2020-08-28 | 1 | -11/+8 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -2/+2 |
| * | Add support for binding ahead-of-time compiled bindings to QProperties | Simon Hausmann | 2020-04-22 | 1 | -4/+4 |
| * | Add a hook that allows for ahead-of-time compiled functions | Simon Hausmann | 2020-04-22 | 1 | -0/+12 |
| * | V4: Move constant evaluation of doubles and strings into base CU | Ulf Hermann | 2020-04-03 | 1 | -27/+3 |
| * | Encapsulate QV4::ResolvedTypeReference | Ulf Hermann | 2020-03-25 | 1 | -88/+27 |