index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
6.9.1
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
/
qv4lookup_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>
Olivier De Cannière
2025-05-31
1
-5
/
+5
*
QmlCompiler: Make loadGlobalLookup work like other lookups
Ulf Hermann
2024-10-25
1
-0
/
+1
*
QtQml: Phrase "AsVariant" lookups with a separate flag
Ulf Hermann
2024-10-24
1
-16
/
+2
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-27
/
+236
*
QtQml: Move value type getter to qv4lookup.cpp
Ulf Hermann
2024-10-22
1
-0
/
+2
*
QtQml: Rename all "Lookup *l" to "Lookup *lookup"
Ulf Hermann
2024-10-20
1
-43
/
+43
*
QmlCompiler: Resolve types for calls in init step
Ulf Hermann
2024-10-14
1
-0
/
+4
*
Prepare for white allocations during gc (1/9): Write barrier for Lookups
Fabian Kosmale
2024-03-05
1
-20
/
+27
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
QtQml: Clear the whole lookup in storeNameSloppy()
Ulf Hermann
2023-11-02
1
-4
/
+0
*
QmlCompiler: Relax shadowing check
Ulf Hermann
2023-05-02
1
-1
/
+7
*
QmlCompiler: Use actual type of enums, rather than int
Ulf Hermann
2023-04-26
1
-0
/
+1
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-3
/
+44
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-3
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
QmlCompiler: Fix a number of warts regarding type lookup
Ulf Hermann
2022-03-23
1
-1
/
+1
*
Make most QQmlPropertyData const
Ulf Hermann
2022-03-14
1
-3
/
+3
*
Use const QQmlPropertyCache wherever possible
Ulf Hermann
2022-03-14
1
-3
/
+3
*
QML: Handle dynamic meta objects in AOT lookups
Ulf Hermann
2022-03-03
1
-0
/
+6
*
Do not copy lookups
Ulf Hermann
2021-12-16
1
-3
/
+20
*
V4 Lookup: Do not leak property caches
Ulf Hermann
2021-12-09
1
-0
/
+29
*
Remove caching of recursive AOT context lookups
Ulf Hermann
2021-04-30
1
-2
/
+2
*
Redesign the AOT lookups
Ulf Hermann
2021-04-30
1
-2
/
+2
*
Fix QJSValue singletons only supporting object types
Maximilian Goldstein
2021-02-22
1
-2
/
+3
*
QV4::Lookup: update comment about gc assumption
Fabian Kosmale
2021-02-10
1
-0
/
+1
*
Remove the property cache from QQmlValueTypeWrapper
Lars Knoll
2020-12-02
1
-3
/
+5
*
Implement lookups for enums
Simon Hausmann
2019-09-06
1
-0
/
+9
*
Implement lookups for qml type wrappers
Simon Hausmann
2019-09-05
1
-0
/
+4
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-11
1
-1
/
+1
|
\
|
*
Fix lookups of properties in QML singletons
Simon Hausmann
2019-05-21
1
-1
/
+1
*
|
Remove now dead V4_BOOTSTRAP #if-ery
Ulf Hermann
2019-05-13
1
-3
/
+0
*
|
Move model types into their own library
Ulf Hermann
2019-05-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-0
/
+35
|
\
|
|
*
Accelerate lookup of singleton properties
Michael Brasser
2019-03-20
1
-1
/
+2
|
*
Fix lookup fallback into the global object in QML bindings
Simon Hausmann
2019-03-20
1
-0
/
+7
|
*
Accelerate access to id objects in lookups
Simon Hausmann
2019-03-20
1
-0
/
+5
|
*
Accelerate access to singletons and imported scripts
Simon Hausmann
2019-03-20
1
-0
/
+9
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-0
/
+1
|
*
Enable lookups in QML
Simon Hausmann
2019-03-19
1
-0
/
+12
*
|
V4: Change both setter0 lookup methods to reflect getter0
Erik Verbruggen
2019-03-01
1
-6
/
+9
|
/
*
Never inline this lookup
Lars Knoll
2018-09-14
1
-1
/
+1
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-1
/
+1
*
Fix lookups of indexed properties
Lars Knoll
2018-05-14
1
-0
/
+6
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-1
/
+1
*
Reorganize Lookup data structure to make marking faster
Lars Knoll
2018-04-12
1
-9
/
+25
*
Rename InternalClass::id to protoId
Lars Knoll
2018-04-12
1
-5
/
+5
*
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-4
/
+6
*
Cleanup now unused code paths in qv4lookup
Lars Knoll
2017-11-27
1
-10
/
+0
*
Convert setters to use the id in InternalClass
Lars Knoll
2017-11-27
1
-3
/
+8
*
Convert global getters to use the id in internalclass
Lars Knoll
2017-11-27
1
-7
/
+3
[next]