| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Try harder to find a propertyCache for destroy() and toString() | Ulf Hermann | 2025-11-07 | 1 | -3/+7 |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Refactor QV4::Sequence's raw container operations | Ulf Hermann | 2025-09-01 | 1 | -11/+20 |
| * | QtQml: Deduplicate enum handling in QtObject and clean up API | Olivier De Cannière | 2025-08-11 | 1 | -0/+25 |
| * | QV4: Replace MaxSizeOf7 template with a generic fold expression | Olivier De Cannière | 2025-06-30 | 1 | -11/+4 |
| * | gc: Assume less if hasConstWrapper is set | Fabian Kosmale | 2025-06-10 | 1 | -16/+14 |
| * | Port away from QPair | Zhao Yuhang | 2025-04-12 | 1 | -11/+11 |
| * | Improve "could not convert argument" error message | Mitch Curtis | 2025-04-02 | 1 | -1/+2 |
| * | QtQml: Don't use bindables for bindings on value type aliases | Ulf Hermann | 2025-03-24 | 1 | -4/+9 |
| * | QtQml: Add sticky bit to QQmlAbstractBinding | Ulf Hermann | 2025-03-11 | 1 | -2/+5 |
| * | QtQml: Fix AOT compiled context for destroy() and toString() methods | Ulf Hermann | 2025-02-26 | 1 | -9/+13 |
| * | QObject: Suppress extra arguments on connections | Ulf Hermann | 2024-12-19 | 1 | -3/+19 |
| * | QtQml: Avoid potential gc issues | Fabian Kosmale | 2024-12-18 | 1 | -1/+3 |
| * | Implement read/write-backs for QVariantMap and QVariantHash | Luca Di Sera | 2024-12-01 | 1 | -0/+6 |
| * | QtQml: Fix calling of method with QML_USING types | Ulf Hermann | 2024-11-13 | 1 | -20/+83 |
| * | QtQml: Call lookups based on enums rather than via function pointers | Ulf Hermann | 2024-10-24 | 1 | -21/+6 |
| * | QtQml: Protect lookupAttached() from identical COMDAT folding | Ulf Hermann | 2024-10-17 | 1 | -0/+10 |
| * | QmlCompiler: Resolve types for calls in init step | Ulf Hermann | 2024-10-14 | 1 | -7/+19 |
| * | QmlEngine: Add support for sequences to CallArgument::fromValue | Olivier De Cannière | 2024-08-08 | 1 | -0/+20 |
| * | QtQml: Improve overload resolution for value type ctors | Ulf Hermann | 2024-07-30 | 1 | -16/+18 |
| * | QtQml: Straighten out some logging categories | Ulf Hermann | 2024-06-17 | 1 | -4/+4 |
| * | Restructure builtins and QtQml.Base | Ulf Hermann | 2024-06-03 | 1 | -4/+4 |
| * | Clean up some includes | Ulf Hermann | 2024-05-30 | 1 | -33/+25 |
| * | QtQml: Let QQmlTypeWrapper act as a constructor for its type | Ulf Hermann | 2024-05-23 | 1 | -2/+6 |
| * | Load a QJsonArray property as a Sequence | Luca Di Sera | 2024-05-22 | 1 | -5/+2 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -22/+16 |
| * | QtQml: Move QMetaObjectWrapper into separate header/impl files | Ulf Hermann | 2024-04-28 | 1 | -116/+8 |
| * | QtQml: do not obtain the stack trace twice in CallPrecise() | Vladimir Belyavsky | 2024-04-22 | 1 | -1/+1 |
| * | V4: Handle all array-like containers when converting to QJsonArray | Olivier De Cannière | 2024-04-22 | 1 | -2/+2 |
| * | QtQml: Add a wrapper builtin for QQmlV4Function* | Ulf Hermann | 2024-04-12 | 1 | -1/+1 |
| * | Prepare for white allocations (7/9): QQuick(Window|View) | Fabian Kosmale | 2024-03-05 | 1 | -1/+23 |
| * | Prepare for white allocations during gc (1/9): Write barrier for Lookups | Fabian Kosmale | 2024-03-05 | 1 | -1/+2 |
| * | QtQml: Make QLocale an actual value type | Ulf Hermann | 2024-03-02 | 1 | -7/+0 |
| * | QtQml: Do not construct strings where we don't need to | Ulf Hermann | 2024-02-26 | 1 | -5/+9 |
| * | QtQml: Re-allow manual calling of signal handlers | Ulf Hermann | 2024-02-13 | 1 | -0/+22 |
| * | QtQml: Clear context objects more thoroughly on destruction | Ulf Hermann | 2024-02-01 | 1 | -3/+1 |
| * | QtQml: Do not call signal handlers on half-deleted objects | Ulf Hermann | 2024-01-17 | 1 | -1/+3 |
| * | QtQml: Clear stale compilation units more thoroughly | Ulf Hermann | 2024-01-11 | 1 | -1/+10 |
| * | QtQml: Remove QQmlTypeLoader from QQmlImport | Ulf Hermann | 2024-01-11 | 1 | -13/+18 |
| * | Compiler: Guard against null dereference when ignoring function return | Olivier De Cannière | 2024-01-09 | 1 | -7/+9 |
| * | QQmlConnections: Allow connections to C++-defined methods | Ulf Hermann | 2023-11-29 | 1 | -3/+3 |
| * | Fix build with -no-feature-qml-locale | Tasuku Suzuki | 2023-11-24 | 1 | -0/+2 |
| * | Detect slot object if explicitly provided | Fabian Kosmale | 2023-11-15 | 1 | -2/+20 |
| * | QtQml: Optimize reading properties into V4 values | Ulf Hermann | 2023-11-15 | 1 | -25/+129 |
| * | QML: Implement QObjectMethod::virtualCallWithMetaTypes | Ulf Hermann | 2023-09-28 | 1 | -1/+188 |
| * | QtQml: Reset context object when destroying it from QObjectWrapper | Ulf Hermann | 2023-08-22 | 1 | -0/+2 |
| * | QV4::QObjectWrapper: Use the object's actual meta type | Kai Uwe Broulik | 2023-08-22 | 1 | -4/+2 |
| * | QV4::QObjectWrapper: Remove superfluous loop | Kai Uwe Broulik | 2023-08-19 | 1 | -7/+5 |
| * | QML: Make notify list thread safe | Ulf Hermann | 2023-08-10 | 1 | -1/+1 |
| * | QML: Allow conversion from JS Array to QByteArray | Ulf Hermann | 2023-08-08 | 1 | -0/+4 |