index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4qobjectwrapper_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-2
/
+3
*
QtQml: Fix AOT compiled context for destroy() and toString() methods
Ulf Hermann
2025-02-26
1
-3
/
+2
*
Avoid unnecessary read-backs on ReferenceObjects
Luca Di Sera
2025-02-05
1
-0
/
+1
*
Engine: Mark created wrapped objects after GCState::MarkWeakValues
Olivier De Cannière
2024-11-14
1
-2
/
+19
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-1
/
+0
*
QmlCompiler: Resolve types for calls in init step
Ulf Hermann
2024-10-14
1
-0
/
+4
*
QtQml: Improve overload resolution for value type ctors
Ulf Hermann
2024-07-30
1
-0
/
+3
*
QtQml: Straighten out some logging categories
Ulf Hermann
2024-06-17
1
-0
/
+2
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-4
/
+5
*
QtQml: Move QMetaObjectWrapper into separate header/impl files
Ulf Hermann
2024-04-28
1
-24
/
+13
*
Prepare for white allocations (7/9): QQuick(Window|View)
Fabian Kosmale
2024-03-05
1
-0
/
+3
*
Prepare for white allocations during gc (1/9): Write barrier for Lookups
Fabian Kosmale
2024-03-05
1
-1
/
+1
*
QtQml: Re-allow manual calling of signal handlers
Ulf Hermann
2024-02-13
1
-0
/
+2
*
QML: Implement QObjectMethod::virtualCallWithMetaTypes
Ulf Hermann
2023-09-28
1
-3
/
+13
*
QML: Export de-inlined functions in ObjectWrapper
Olivier De Cannière
2023-07-17
1
-1
/
+1
*
QML: Unify treatment of wrappers when dealing with QObjectMethod
Ulf Hermann
2023-07-12
1
-15
/
+13
*
QtQml: Do not retroactively detach or re-attach methods
Ulf Hermann
2023-06-09
1
-8
/
+2
*
V4: Discern between named builtins and optimizations for common types
Ulf Hermann
2023-05-16
1
-6
/
+7
*
QObjectWrapper: Fix calling attached methods on different objects
Ulf Hermann
2023-01-02
1
-15
/
+13
*
QJSEngine: Optimize conversion from QObject* to QString
Ulf Hermann
2022-11-22
1
-0
/
+3
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
1
-1
/
+1
*
Recursively write back value types and sequences
Ulf Hermann
2022-10-19
1
-16
/
+25
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-38
/
+136
*
Qml: Allow const and non-const QObjectWrappers to coexist
Ulf Hermann
2022-09-07
1
-12
/
+48
*
Implement virtualOwnPropertyKeys for QQmlTypeWrapper
Ulf Hermann
2022-07-05
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Make most QQmlPropertyData const
Ulf Hermann
2022-03-14
1
-8
/
+5
*
Use const QQmlPropertyCache wherever possible
Ulf Hermann
2022-03-14
1
-2
/
+3
*
Avoid ping-pong between plain pointers and QQmlRefPointer
Ulf Hermann
2022-01-25
1
-1
/
+1
*
Move QJSEnginePrivate::cache() to QQmlMetaType
Ulf Hermann
2022-01-18
1
-2
/
+2
*
Do not copy lookups
Ulf Hermann
2021-12-16
1
-3
/
+0
*
Clean up PropertyCache life cycle
Ulf Hermann
2021-11-09
1
-3
/
+3
*
Improve type conversions from/to QJSValue
Ulf Hermann
2021-10-20
1
-2
/
+3
*
Redesign the AOT lookups
Ulf Hermann
2021-04-30
1
-0
/
+4
*
qv4qobjectwrapper_p.h: Work around MinGW bug
Fabian Kosmale
2021-03-30
1
-0
/
+2
*
Remove the pointer to the property cache in QObjectMethod
Fabian Kosmale
2020-12-02
1
-11
/
+0
*
Unify overload resolution code and introduce a cache
Fabian Kosmale
2020-12-02
1
-3
/
+8
*
Rename QQmlQPointer to QV4QPointer
Ulf Hermann
2020-09-21
1
-3
/
+3
*
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-6
/
+20
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-11
1
-2
/
+1
|
\
|
*
Fix lookups of properties in QML singletons
Simon Hausmann
2019-05-21
1
-2
/
+1
*
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-4
/
+51
|
\
|
|
*
Accelerate access to scope object properties in lookups
Michael Brasser
2019-03-20
1
-1
/
+44
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-2
/
+1
|
*
Enable lookups in QML
Simon Hausmann
2019-03-19
1
-1
/
+6
*
|
Move QStringHash into its own file
Ulf Hermann
2019-02-06
1
-1
/
+0
*
|
QML: Split propertyCache into multiple files
Ulf Hermann
2019-02-01
1
-1
/
+0
|
/
*
V4: Avoid copying WeakValues with wrapped QObjects
Ulf Hermann
2018-11-22
1
-1
/
+8
*
Make Object::getOwnProperty() const
Lars Knoll
2018-09-23
1
-1
/
+1
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-1
/
+1
[next]