aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtQml: Always link executable CU on creationUlf Hermann2024-01-102-0/+122
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-28/+4
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-081-55/+9
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-1/+15
* Fix compile time qsTranslate with empty contextUlf Hermann2023-10-241-1/+2
* Qml: Prevent MSVC 2019 min()/max() macros from triggeringOlivier De Cannière2023-10-161-4/+4
* QQmlProperty: Accept badly capitalized signal handler namesUlf Hermann2023-09-052-0/+22
* QQmlSignalNames: Optimize a bitUlf Hermann2023-09-041-26/+32
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-152-10/+29
* qmlls: check user-supplied names on renamingSami Shalayel2023-08-102-0/+13
* UndefinedBehavior: fix some things found with -sanitize undefinedOlivier De Cannière2023-08-013-6/+46
* QQmlSignalNames: Add implementation for signal name manipulationsSami Shalayel2023-07-212-0/+256
* QQmlJs::MemoryPool: fix potential UB (pointer overflow)Marc Mutz2023-06-271-6/+4
* QML: Revert the default for enforcing function signaturesUlf Hermann2023-06-261-1/+1
* Undeprecate AOTCompiledFunctionUlf Hermann2023-05-231-3/+3
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-36/+53
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-05-111-1/+1
* Silence signed vs unsigned warning on 32 bit VS 2022 debug buildJøger Hansegård2023-05-071-1/+1
* QtQml: Improve handling of CU's sourceFileIndexUlf Hermann2023-03-281-6/+9
* QML: Insert aliases in inline components when loading from disk cacheUlf Hermann2023-03-151-0/+1
* QML: Add an "Addressable" value to ValueTypeBehaviorUlf Hermann2023-03-021-0/+1
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-0/+1
* V4: Do not shift heap pointer bits on arm64 AndroidUlf Hermann2023-01-171-2/+7
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-121-148/+340
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-0/+1
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-5/+20
* qml: silence -Wextra-semiTim Blechmann2022-11-161-2/+2