| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge tag 'v6.2.11-lts' into tqtc/lts-6.2-opensource | Tarja Sundqvist | 2024-11-22 | 1 | -0/+9 |
| |\ |
|
| | * | QtQml: Fix some problems with deep aliases | Ulf Hermann | 2023-11-16 | 1 | -0/+9 |
| * | | Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso... | Tarja Sundqvist | 2024-02-20 | 1 | -2/+8 |
| |\| |
|
| | * | QML: Invalidate any existing cache files when saving a CU to disk | Ulf Hermann | 2023-02-11 | 1 | -2/+8 |
| * | | Revert "Update commercial license headers" | Tarja Sundqvist | 2022-11-24 | 1 | -21/+21 |
| |/ |
|
| * | QML: Port QV4::CompiledData::Binding to new special integer bitfield | Ulf Hermann | 2022-06-13 | 1 | -1/+1 |
| * | QML: Port QV4::CompiledData::Object to new special integer bitfield | Ulf Hermann | 2022-06-13 | 1 | -5/+6 |
| * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-06-13 | 1 | -3/+9 |
| * | QML: Port QV4::CompiledData::RegExp to new special integer bitfield | Ulf Hermann | 2022-06-04 | 1 | -2/+2 |
| * | QML: Port QV4::CompiledData::Lookup to new special integer bitfield | Ulf Hermann | 2022-06-04 | 1 | -2/+2 |
| * | QML: Port icutils::Node to new special integer bitfield | Ulf Hermann | 2022-06-04 | 1 | -1/+1 |
| * | QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield | Ulf Hermann | 2022-06-04 | 1 | -2/+2 |
| * | Update commercial license headers | Tarja Sundqvist | 2022-06-04 | 1 | -21/+21 |
| * | Avoid spurious dependency on qml_compile_hash_p.h | Fabian Kosmale | 2022-02-13 | 1 | -0/+2 |
| * | Further tighten checks around QML_COMPILE_HASH | Ulf Hermann | 2022-01-21 | 1 | -4/+10 |
| * | Fix handling of QML_COMPILE_HASH | Ulf Hermann | 2022-01-07 | 1 | -2/+2 |
| * | Do not copy lookups | Ulf Hermann | 2021-12-17 | 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 |
| * | Fix typo: inlineComponendId -> inlineComponentId | Ulf Hermann | 2020-03-24 | 1 | -2/+2 |
| * | Use QTypeRevision for all versions and revisions | Ulf Hermann | 2020-02-03 | 1 | -1/+1 |
| * | Long live QML inline components | Fabian Kosmale | 2020-01-23 | 1 | -12/+99 |
| * | Fix Qt6 build in preparation of qt5 submodule update | Alexandru Croitor | 2019-12-19 | 1 | -1/+1 |
| * | Allow custom disk cache paths | Ulf Hermann | 2019-12-10 | 1 | -1/+5 |
| * | Add support for primitive self-references in composite types | Simon Hausmann | 2019-10-21 | 1 | -3/+7 |
| * | Fix property cache leaks | Ulf Hermann | 2019-09-30 | 1 | -3/+7 |
| * | Fix unused captured 'this' warning | Yulong Bai | 2019-08-07 | 1 | -1/+1 |
| * | Split qqmltypeloader{_p.h|.cpp} into a several files | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | Switch to FloatingPointShortest precision when convert from numeric type to s... | Alexey Edelev | 2019-07-10 | 1 | -1/+1 |
| * | Remove some unneeded includes | Ulf Hermann | 2019-07-08 | 1 | -1/+0 |
| * | Inline CompiledData::unlink() into the only caller | Ulf Hermann | 2019-06-24 | 1 | -1/+6 |
| * | Move unit checksum generation into qv4compiler | Ulf Hermann | 2019-06-24 | 1 | -0/+1 |
| * | Move saveToDisk into SaveableUnitPointer | Ulf Hermann | 2019-06-24 | 1 | -1/+5 |
| * | Move the header checking into ExecutableCompilationUnit | Ulf Hermann | 2019-06-14 | 1 | -0/+58 |
| * | qtlite: Fix build with -no-feature-translation | Mikhail Svetkin | 2019-06-11 | 1 | -2/+2 |
| * | Eliminate qmldevtools_build | Ulf Hermann | 2019-05-31 | 1 | -0/+809 |