aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump QV4_DATA_STRUCTURE_VERSION after dropping CallElementUlf Hermann2022-11-081-1/+1
* Avoid -Wshorten-64-to-32 warnings in a few placesFabian Kosmale2022-10-312-2/+4
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+1
* QML: Track the statement indices together with line numbersUlf Hermann2022-10-131-13/+33
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-131-2/+2
* QQmlTranslation: Use std::nullptr_t rather than std::monostateUlf Hermann2022-10-112-5/+8
* Port from container::count() and length() to size()Marc Mutz2022-10-074-6/+6
* V4: Use an enum to categorize functions and rename aotFunctionUlf Hermann2022-09-291-3/+3
* QML: Optimize QObject method callsUlf Hermann2022-09-201-6/+15
* qmltc: translation binding supportSami Shalayel2022-08-252-0/+2
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-152-0/+194
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-221-1/+1
* QtQml: Move idIndex into bitfield union of AliasUlf Hermann2022-06-201-10/+18
* Use SPDX license identifiersLucie Gérard2022-06-1111-418/+22
* QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-06-021-3/+3
* QML: Add an option to bind components to filesUlf Hermann2022-05-231-0/+1
* QmlCompiler: Detect non-integral values when accessing QQmlListPropertyUlf Hermann2022-05-191-0/+4
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-111-17/+37
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-27/+46
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-16/+28
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-111-6/+13