aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4executablecompilationunit.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Model native modules as compilation unitsUlf Hermann2024-12-061-114/+19
* QtQml: Remove base CU when clearing executable CUUlf Hermann2024-10-241-0/+4
* QtQml: Call lookups based on enums rather than via function pointersUlf Hermann2024-10-241-4/+4
* QtQml: Decouple JavaScript library CUs from enginesUlf Hermann2024-09-201-2/+14
* Fix typo in commentLuca Di Sera2024-06-281-1/+1
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-261-1/+1
* qv4mm: Handle running out of native heap memoryFabian Kosmale2024-03-051-6/+1
* Prepare for white allocations during gc (9/9): ExecutableCompilationUnitFabian Kosmale2024-03-051-4/+16
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-231-66/+0
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-139/+2
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-2/+0
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-2/+0
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-15/+4
* QtQml: Move checksum verification into base CUUlf Hermann2024-01-131-17/+0
* QtQml: Move binding, object and parser status counts to base CUUlf Hermann2024-01-131-21/+3
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-1/+1
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-38/+3
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-17/+17
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-2/+2
* QtQml: Get rid of the module mutexUlf Hermann2024-01-101-13/+4
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-115/+36
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-19/+39
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-081-2/+6
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-091-0/+9
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-3/+10
* Fix compile time qsTranslate with empty contextUlf Hermann2023-10-241-2/+4
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-22/+23
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-27/+51
* QtQml: Remove dead memberUlf Hermann2023-05-241-4/+1
* Undeprecate AOTCompiledFunctionUlf Hermann2023-05-231-2/+2
* Runtime codegen: Avoid memset for zeroingFabian Kosmale2023-05-041-12/+8
* Refactor the usage of icutils::NodeAmir Masoud Abdol2023-04-241-1/+1
* QtQml: Improve handling of CU's sourceFileIndexUlf Hermann2023-03-281-4/+9
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-101-2/+8
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-2/+5
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-131-9/+14
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* V4: Use an enum to categorize functions and rename aotFunctionUlf Hermann2022-09-291-2/+2
* QML: Optimize QObject method callsUlf Hermann2022-09-201-1/+2
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-57/+110
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-151-19/+32
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-3/+9
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-111-2/+2