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
/
qv4executablecompilationunit_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move inlineComponentName from CU to ObjectCreator
Fabian Kosmale
2024-12-04
1
-3
/
+3
*
QtQml: Decouple JavaScript library CUs from engines
Ulf Hermann
2024-09-20
1
-3
/
+6
*
QML: Deprecate coercion on type assertions
Ulf Hermann
2024-05-24
1
-0
/
+1
*
QtQml: Use QHash/QMap's constFind() to avoid unnecessary detaches
Vladimir Belyavsky
2024-04-22
1
-2
/
+2
*
Prepare for white allocation during gc(3/9): Function
Fabian Kosmale
2024-03-05
1
-0
/
+1
*
QtQml: Use a multihash to store executable CUs
Ulf Hermann
2024-01-25
1
-1
/
+1
*
QtQml: Move header verification into CompiledData::Unit
Ulf Hermann
2024-01-23
1
-3
/
+0
*
QtQml: Remove some dead code
Ulf Hermann
2024-01-22
1
-77
/
+1
*
QtQml: Use CompiledData::CompilationUnit in more places
Ulf Hermann
2024-01-20
1
-3
/
+1
*
QtQml: Move the property cache creator interface into the base CU
Ulf Hermann
2024-01-18
1
-36
/
+10
*
QtQml: Move dependentScripts into base CU
Ulf Hermann
2024-01-18
1
-1
/
+10
*
QtQml: Move type name cache into base CU
Ulf Hermann
2024-01-18
1
-6
/
+15
*
QtQml: Move getters for flags into base CU
Ulf Hermann
2024-01-18
1
-36
/
+9
*
QtQml: Move qmlType into base CU
Ulf Hermann
2024-01-18
1
-2
/
+7
*
QtQml: Move checksum verification into base CU
Ulf Hermann
2024-01-13
1
-1
/
+4
*
QtQml: Move binding, object and parser status counts to base CU
Ulf Hermann
2024-01-13
1
-8
/
+3
*
QtQml: Move inlineComponentId() into base CU
Ulf Hermann
2024-01-13
1
-9
/
+1
*
QtQml: Move property caches into base CU
Ulf Hermann
2024-01-13
1
-4
/
+15
*
QtQml: Move ResolvedTypeReference into base CU
Ulf Hermann
2024-01-13
1
-9
/
+15
*
QtQml: Move BindingPropertyData into the base CU
Ulf Hermann
2024-01-13
1
-8
/
+6
*
QtQml: Move inlineComponentData and icRootName into base CU
Ulf Hermann
2024-01-13
1
-24
/
+18
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
QtQml: Move creation of ExecutableCompilationUnit into engine
Ulf Hermann
2024-01-11
1
-5
/
+7
*
QtQml: Get rid of the module mutex
Ulf Hermann
2024-01-10
1
-26
/
+4
*
QtQml: Always link executable CU on creation
Ulf Hermann
2024-01-10
1
-27
/
+17
*
QtQml: Make base CU a member of ExecutableCompilationUnit
Ulf Hermann
2024-01-10
1
-23
/
+47
*
QtQml: Move engine-specific data out of base compilation unit
Ulf Hermann
2024-01-08
1
-4
/
+32
*
QtQml: Make QQmlNullableValue somewhat safer
Ulf Hermann
2024-01-08
1
-2
/
+8
*
QML: Let IDs in outer context override bound components' properties
Ulf Hermann
2023-12-04
1
-0
/
+5
*
QtQml: Fix some problems with deep aliases
Ulf Hermann
2023-11-09
1
-0
/
+1
*
QML: Revert the default for enforcing function signatures
Ulf Hermann
2023-06-26
1
-2
/
+2
*
QQmlRefCount: de-virtualize dtor
Marc Mutz
2023-06-25
1
-0
/
+1
*
QQmlRefCount: break all users that attempt to access the dtor
Marc Mutz
2023-06-25
1
-2
/
+3
*
QML: Use QQmlType as container for composite types (inline or not)
Ulf Hermann
2023-06-22
1
-13
/
+14
*
QtQml: Index inline components by name rather than ID
Ulf Hermann
2023-05-30
1
-3
/
+3
*
QQmlComponent: Resolve inline components by name rather than ID
Ulf Hermann
2023-05-26
1
-0
/
+13
*
QtQml: Remove dead member
Ulf Hermann
2023-05-24
1
-2
/
+1
*
QML: Insert aliases in inline components when loading from disk cache
Ulf Hermann
2023-03-15
1
-2
/
+15
*
QML: Add an "Addressable" value to ValueTypeBehavior
Ulf Hermann
2023-03-02
1
-0
/
+5
*
QML: Add a pragma for value type behavior
Ulf Hermann
2023-01-20
1
-0
/
+5
*
QObjectWrapper: Fix calling attached methods on different objects
Ulf Hermann
2023-01-02
1
-0
/
+5
*
Add option to enforce function signatures
Ulf Hermann
2022-10-14
1
-0
/
+5
*
Create Translation Bindings without CompiledData::Binding
Sami Shalayel
2022-08-15
1
-0
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
QML: Add more safety to QQmlPropertyCache usages
Ulf Hermann
2022-03-18
1
-1
/
+1
*
Make most QQmlPropertyData const
Ulf Hermann
2022-03-14
1
-1
/
+1
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-10
1
-1
/
+3
*
QQmlPropertyCache: Store checksums in type loader
Ulf Hermann
2022-03-09
1
-1
/
+1
*
QQmlEngine: Remove methods that merely forward to QQmlMetaType
Ulf Hermann
2022-01-18
1
-1
/
+1
*
Move composite types into QQmlMetaType
Ulf Hermann
2022-01-15
1
-1
/
+1
[next]