| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | JSRuntime: Add const correctness | Olivier De Cannière | 2025-08-12 | 1 | -1/+1 |
| * | QtQml: Ensure that dependencies of modules are properly loaded | Ulf Hermann | 2025-06-18 | 1 | -21/+16 |
| * | QtQml: Model native modules as compilation units | Ulf Hermann | 2024-12-06 | 1 | -114/+19 |
| * | QtQml: Remove base CU when clearing executable CU | Ulf Hermann | 2024-10-24 | 1 | -0/+4 |
| * | QtQml: Call lookups based on enums rather than via function pointers | Ulf Hermann | 2024-10-24 | 1 | -4/+4 |
| * | QtQml: Decouple JavaScript library CUs from engines | Ulf Hermann | 2024-09-20 | 1 | -2/+14 |
| * | Fix typo in comment | Luca Di Sera | 2024-06-28 | 1 | -1/+1 |
| * | QtQml: Properly enforce signatures of AOT-compiled functions | Ulf Hermann | 2024-04-26 | 1 | -1/+1 |
| * | qv4mm: Handle running out of native heap memory | Fabian Kosmale | 2024-03-05 | 1 | -6/+1 |
| * | Prepare for white allocations during gc (9/9): ExecutableCompilationUnit | Fabian Kosmale | 2024-03-05 | 1 | -4/+16 |
| * | QtQml: Move header verification into CompiledData::Unit | Ulf Hermann | 2024-01-23 | 1 | -66/+0 |
| * | QtQml: Use CompiledData::CompilationUnit in more places | Ulf Hermann | 2024-01-20 | 1 | -139/+2 |
| * | QtQml: Move dependentScripts into base CU | Ulf Hermann | 2024-01-18 | 1 | -2/+0 |
| * | QtQml: Move type name cache into base CU | Ulf Hermann | 2024-01-18 | 1 | -2/+0 |
| * | QtQml: Move qmlType into base CU | Ulf Hermann | 2024-01-18 | 1 | -15/+4 |
| * | QtQml: Move checksum verification into base CU | Ulf Hermann | 2024-01-13 | 1 | -17/+0 |
| * | QtQml: Move binding, object and parser status counts to base CU | Ulf Hermann | 2024-01-13 | 1 | -21/+3 |
| * | QtQml: Move property caches into base CU | Ulf Hermann | 2024-01-13 | 1 | -1/+1 |
| * | QtQml: Move ResolvedTypeReference into base CU | Ulf Hermann | 2024-01-13 | 1 | -38/+3 |
| * | QtQml: Move inlineComponentData and icRootName into base CU | Ulf Hermann | 2024-01-13 | 1 | -17/+17 |
| * | QtQml: Move creation of ExecutableCompilationUnit into engine | Ulf Hermann | 2024-01-11 | 1 | -2/+2 |
| * | QtQml: Get rid of the module mutex | Ulf Hermann | 2024-01-10 | 1 | -13/+4 |
| * | QtQml: Always link executable CU on creation | Ulf Hermann | 2024-01-10 | 1 | -115/+36 |
| * | QtQml: Make base CU a member of ExecutableCompilationUnit | Ulf Hermann | 2024-01-10 | 1 | -19/+39 |
| * | QtQml: Move engine-specific data out of base compilation unit | Ulf Hermann | 2024-01-08 | 1 | -2/+6 |
| * | QtQml: Fix some problems with deep aliases | Ulf Hermann | 2023-11-09 | 1 | -0/+9 |
| * | Add pragma syntax to support translation context | Lucie Gérard | 2023-10-26 | 1 | -3/+10 |
| * | Fix compile time qsTranslate with empty context | Ulf Hermann | 2023-10-24 | 1 | -2/+4 |
| * | QML: Use QQmlType as container for composite types (inline or not) | Ulf Hermann | 2023-06-22 | 1 | -22/+23 |
| * | QtQml: Index inline components by name rather than ID | Ulf Hermann | 2023-05-30 | 1 | -27/+51 |
| * | QtQml: Remove dead member | Ulf Hermann | 2023-05-24 | 1 | -4/+1 |
| * | Undeprecate AOTCompiledFunction | Ulf Hermann | 2023-05-23 | 1 | -2/+2 |
| * | Runtime codegen: Avoid memset for zeroing | Fabian Kosmale | 2023-05-04 | 1 | -12/+8 |
| * | Refactor the usage of icutils::Node | Amir Masoud Abdol | 2023-04-24 | 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-10 | 1 | -2/+8 |
| * | QtQml: Allow more fine grained control of the disk cache | Ulf Hermann | 2023-01-02 | 1 | -2/+5 |
| * | 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 |