aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Guard against missing root property cachesUlf Hermann21 hours1-1/+3
* QtQml: Remove object/binding/parser status counts from CUsUlf Hermann3 days2-136/+2
* Revert "QtQml: Remove dependency hashing"Ulf Hermann8 days2-2/+47
* QtQml: Remove dependency hashingUlf Hermann10 days2-47/+2
* QtQml: Do not store property indices in aliasesUlf Hermann10 days1-10/+3
* QQmlTranslation: fix build errorZhao Yuhang2025-04-291-2/+2
* QtQml: Dissolve qqmltranslation.cppUlf Hermann2025-04-112-157/+76
* QtQml: Drop checks for compile hash and Qt version from the CUsUlf Hermann2025-03-182-43/+5
* QML: Add final property attributeOlivier De Cannière2025-03-061-5/+8
* QV4: Reserve a bit in CompiledData::PropertyOlivier De Cannière2025-03-061-3/+8
* QtQml: Always load from existing compilation units firstUlf Hermann2025-03-061-1/+1
* QmlCompiler: Round towards 0 when coercing to 64bit integersUlf Hermann2024-12-203-5/+20
* QtQml: Add missing begin/end namespace to qqmltranslation.cppUlf Hermann2024-12-121-0/+4
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-123-3/+7
* Move inlineComponentName from CU to ObjectCreatorFabian Kosmale2024-12-042-41/+27
* QtQml: Require VME MetaObjects for types with inline componentsUlf Hermann2024-11-261-0/+1
* SourceLocation: deduplicate row/column - offset mapping logicSami Shalayel2024-11-081-21/+92
* qqmljssourcelocation: fix wrong asserts on 32 bit systemsSami Shalayel2024-10-311-8/+8
* QtQml: Explicitly byte-swap on big endian when building strings from CUUlf Hermann2024-10-201-1/+1
* SourceLocation: make begin() and end() qsizetypeSami Shalayel2024-10-091-5/+6
* qml: limit qml file size to 2GB or 4GB in parserSami Shalayel2024-10-091-1/+38
* Compiler: Create infrastructure to support multiple warningsOlivier De Cannière2024-08-211-5/+0
* QJSEngine: Treat empty string literals as non-null, empty QStringsLuca Di Sera2024-06-281-2/+0
* qv4alloca: replace hand-written wrapper with std::unique_ptrThiago Macieira2024-06-011-15/+4
* qv4alloca: don't depend on configure-time checksThiago Macieira2024-06-011-8/+9
* V4: Store the sign bit of NaNs in QV4::StaticValueUlf Hermann2024-05-281-2/+2
* QML: Deprecate coercion on type assertionsUlf Hermann2024-05-241-0/+6
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-261-1/+1
* QmlCompiler: Consider lengths to be qsizetypeUlf Hermann2024-04-262-5/+30
* QmlCompiler: Perform return value assignment inside generated codeUlf Hermann2024-04-241-1/+1
* Silence bogus warning on mingwUlf Hermann2024-03-251-0/+7
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-5/+0
* V4: Switch the sticky and unicode regexp flagsUlf Hermann2024-02-151-3/+3
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-011-0/+2
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-232-0/+68
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-202-0/+140
* QtQml: Move the property cache creator interface into the base CUUlf Hermann2024-01-181-1/+46
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-182-0/+4
* QtQml: Move type name cache into base CUUlf Hermann2024-01-182-6/+12
* QtQml: Move getters for flags into base CUUlf Hermann2024-01-181-0/+45
* QtQml: Move qmlType into base CUUlf Hermann2024-01-182-0/+12
* QtQml: Move checksum verification into base CUUlf Hermann2024-01-132-0/+17
* QtQml: Move binding, object and parser status counts to base CUUlf Hermann2024-01-132-0/+29
* QtQml: Move inlineComponentId() into base CUUlf Hermann2024-01-131-0/+13
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-0/+8
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-132-17/+68
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-0/+9
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-3/+28
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-3/+3
* QtQml: Get rid of the module mutexUlf Hermann2024-01-102-4/+44