aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* QV4: Mark CompilationUnit::saveToDisk constOlivier De Cannière5 days1-1/+1
* CRA review: mark qml/common subfolderFabian Kosmale2025-11-101-0/+1
* Be explicit about type-conversion for QString::args()Edward Welbourne2025-10-081-1/+1
* QtQml: Only hold CU in ResolvedTypeReference where neededUlf Hermann2025-06-071-4/+1
* QtQml: Remove object/binding/parser status counts from CUsUlf Hermann2025-05-201-118/+0
* Revert "QtQml: Remove dependency hashing"Ulf Hermann2025-05-151-0/+38
* QtQml: Remove dependency hashingUlf Hermann2025-05-131-38/+0
* QtQml: Drop checks for compile hash and Qt version from the CUsUlf Hermann2025-03-181-36/+0
* QtQml: Always load from existing compilation units firstUlf Hermann2025-03-061-1/+1
* Move inlineComponentName from CU to ObjectCreatorFabian Kosmale2024-12-041-37/+24
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-231-0/+66
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-0/+138
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-0/+1
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-0/+7
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-0/+7
* QtQml: Move checksum verification into base CUUlf Hermann2024-01-131-0/+15
* QtQml: Move binding, object and parser status counts to base CUUlf Hermann2024-01-131-0/+21
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-1/+54
* QtQml: Get rid of the module mutexUlf Hermann2024-01-101-0/+9
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-0/+114