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
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
/
qv4executablecompilationunit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Model native modules as compilation units
Ulf Hermann
2024-12-06
1
-114
/
+19
*
QtQml: Remove base CU when clearing executable CU
Ulf Hermann
2024-10-24
1
-0
/
+4
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-4
/
+4
*
QtQml: Decouple JavaScript library CUs from engines
Ulf Hermann
2024-09-20
1
-2
/
+14
*
Fix typo in comment
Luca Di Sera
2024-06-28
1
-1
/
+1
*
QtQml: Properly enforce signatures of AOT-compiled functions
Ulf Hermann
2024-04-26
1
-1
/
+1
*
qv4mm: Handle running out of native heap memory
Fabian Kosmale
2024-03-05
1
-6
/
+1
*
Prepare for white allocations during gc (9/9): ExecutableCompilationUnit
Fabian Kosmale
2024-03-05
1
-4
/
+16
*
QtQml: Move header verification into CompiledData::Unit
Ulf Hermann
2024-01-23
1
-66
/
+0
*
QtQml: Use CompiledData::CompilationUnit in more places
Ulf Hermann
2024-01-20
1
-139
/
+2
*
QtQml: Move dependentScripts into base CU
Ulf Hermann
2024-01-18
1
-2
/
+0
*
QtQml: Move type name cache into base CU
Ulf Hermann
2024-01-18
1
-2
/
+0
*
QtQml: Move qmlType into base CU
Ulf Hermann
2024-01-18
1
-15
/
+4
*
QtQml: Move checksum verification into base CU
Ulf Hermann
2024-01-13
1
-17
/
+0
*
QtQml: Move binding, object and parser status counts to base CU
Ulf Hermann
2024-01-13
1
-21
/
+3
*
QtQml: Move property caches into base CU
Ulf Hermann
2024-01-13
1
-1
/
+1
*
QtQml: Move ResolvedTypeReference into base CU
Ulf Hermann
2024-01-13
1
-38
/
+3
*
QtQml: Move inlineComponentData and icRootName into base CU
Ulf Hermann
2024-01-13
1
-17
/
+17
*
QtQml: Move creation of ExecutableCompilationUnit into engine
Ulf Hermann
2024-01-11
1
-2
/
+2
*
QtQml: Get rid of the module mutex
Ulf Hermann
2024-01-10
1
-13
/
+4
*
QtQml: Always link executable CU on creation
Ulf Hermann
2024-01-10
1
-115
/
+36
*
QtQml: Make base CU a member of ExecutableCompilationUnit
Ulf Hermann
2024-01-10
1
-19
/
+39
*
QtQml: Move engine-specific data out of base compilation unit
Ulf Hermann
2024-01-08
1
-2
/
+6
*
QtQml: Fix some problems with deep aliases
Ulf Hermann
2023-11-09
1
-0
/
+9
*
Add pragma syntax to support translation context
Lucie Gérard
2023-10-26
1
-3
/
+10
*
Fix compile time qsTranslate with empty context
Ulf Hermann
2023-10-24
1
-2
/
+4
*
QML: Use QQmlType as container for composite types (inline or not)
Ulf Hermann
2023-06-22
1
-22
/
+23
*
QtQml: Index inline components by name rather than ID
Ulf Hermann
2023-05-30
1
-27
/
+51
*
QtQml: Remove dead member
Ulf Hermann
2023-05-24
1
-4
/
+1
*
Undeprecate AOTCompiledFunction
Ulf Hermann
2023-05-23
1
-2
/
+2
*
Runtime codegen: Avoid memset for zeroing
Fabian Kosmale
2023-05-04
1
-12
/
+8
*
Refactor the usage of icutils::Node
Amir Masoud Abdol
2023-04-24
1
-1
/
+1
*
QtQml: Improve handling of CU's sourceFileIndex
Ulf Hermann
2023-03-28
1
-4
/
+9
*
QML: Invalidate any existing cache files when saving a CU to disk
Ulf Hermann
2023-02-10
1
-2
/
+8
*
QtQml: Allow more fine grained control of the disk cache
Ulf Hermann
2023-01-02
1
-2
/
+5
*
Qml: Analyze qsTranslate at compile time
Ulf Hermann
2022-10-13
1
-9
/
+14
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-4
/
+4
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
V4: Use an enum to categorize functions and rename aotFunction
Ulf Hermann
2022-09-29
1
-2
/
+2
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-1
/
+2
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-1
/
+0
*
QML: Make modules imported with registerModule() available in QML
Ulf Hermann
2022-09-02
1
-57
/
+110
*
Create Translation Bindings without CompiledData::Binding
Sami Shalayel
2022-08-15
1
-19
/
+32
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
QML: Port QV4::CompiledData::Binding to new special integer bitfield
Ulf Hermann
2022-05-11
1
-1
/
+1
*
QML: Port QV4::CompiledData::Location to new special integer bitfield
Ulf Hermann
2022-05-11
1
-3
/
+9
*
QML: Port QV4::CompiledData::Lookup to new special integer bitfield
Ulf Hermann
2022-05-11
1
-2
/
+2
*
QML: Port icutils::Node to new special integer bitfield
Ulf Hermann
2022-05-11
1
-1
/
+1
*
QML: Port QV4::CompiledData::RegExp to new special integer bitfield
Ulf Hermann
2022-05-11
1
-2
/
+2
[next]