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
/
compiler
/
qv4compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "QtQml: Remove dependency hashing"
Ulf Hermann
8 days
1
-2
/
+1
*
QtQml: Remove dependency hashing
Ulf Hermann
10 days
1
-1
/
+2
*
Make UsesArgumentsObject a scoped enumeration
Luca Di Sera
2025-04-10
1
-1
/
+1
*
Avoid incorrect access to arguments in signal bindings to arrow functions
Luca Di Sera
2025-04-09
1
-0
/
+1
*
QtQml: Drop checks for compile hash and Qt version from the CUs
Ulf Hermann
2025-03-18
1
-3
/
+0
*
Add pragma syntax to support translation context
Lucie Gérard
2023-10-26
1
-0
/
+4
*
QmlCompiler: Allow creation of structured value types
Ulf Hermann
2023-07-06
1
-1
/
+25
*
Qml: Disambiguate helper roundUpToMultipleOf from MASM
Friedemann Kleint
2023-02-10
1
-10
/
+16
*
QmlCompiler: Fix recognition of builtin list types
Ulf Hermann
2022-12-15
1
-5
/
+23
*
QML: Track the statement indices together with line numbers
Ulf Hermann
2022-10-13
1
-7
/
+13
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-14
/
+14
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-9
/
+23
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-39
/
+3
*
QML: Port QV4::CompiledData::Location to new special integer bitfield
Ulf Hermann
2022-05-11
1
-2
/
+1
*
QML: Port QV4::CompiledData::Lookup to new special integer bitfield
Ulf Hermann
2022-05-11
1
-16
/
+4
*
QML: Port QV4::CompiledData::RegExp to new special integer bitfield
Ulf Hermann
2022-05-11
1
-10
/
+7
*
QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield
Ulf Hermann
2022-05-11
1
-2
/
+1
*
Update uses of QCryptographicHash::hash()
Mårten Nordheim
2022-03-11
1
-1
/
+1
*
Make a few member functions const
Ulf Hermann
2021-11-15
1
-1
/
+1
*
When binding signals, run the outer function to get the nested one
Ulf Hermann
2021-08-17
1
-3
/
+15
*
Fix ubsan error
Allan Sandfeld Jensen
2020-09-23
1
-5
/
+9
*
Prettify QV4_SHOW_BYTECODE output for JS classes
Ulf Hermann
2020-05-26
1
-11
/
+12
*
Make QtQml work with the latest changes in qtbase
Lars Knoll
2020-01-14
1
-10
/
+4
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-1
/
+1
*
Add support for C++ accessible typed parameters and return types in qml funct...
Simon Hausmann
2019-07-09
1
-5
/
+13
*
Collect type information for function parameters
Simon Hausmann
2019-07-09
1
-2
/
+2
*
Move unit checksum generation into qv4compiler
Ulf Hermann
2019-06-24
1
-1
/
+20
*
Move the header checking into ExecutableCompilationUnit
Ulf Hermann
2019-06-14
1
-1
/
+2
*
Eliminate qmldevtools_build
Ulf Hermann
2019-05-31
1
-11
/
+18
*
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-1
/
+1
*
Move qv4string{_p.h|.cpp} out of the devtools
Ulf Hermann
2019-05-10
1
-1
/
+0
*
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-21
1
-48
/
+9
|
\
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-44
/
+1
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-4
/
+8
*
|
V4: Generate labels for backward jumps
Erik Verbruggen
2019-01-31
1
-1
/
+12
*
|
V4: Collect trace information in the interpreter
Erik Verbruggen
2019-01-25
1
-1
/
+1
|
/
*
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-3
/
+50
*
Fix error reporting when imports or re-exports in modules fail
Simon Hausmann
2018-10-11
1
-0
/
+2
*
properly align string table in compiled data
Rolf Eike Beer
2018-09-14
1
-1
/
+3
*
use WTF::roundUpToMultipleOf() instead of open coding it
Rolf Eike Beer
2018-09-13
1
-10
/
+7
*
make pointer operations more explicit when building string table
Rolf Eike Beer
2018-09-10
1
-3
/
+4
*
avoid duplicate offset calculations when building string table
Rolf Eike Beer
2018-09-07
1
-3
/
+3
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+5
*
Cleanup RegExpObject
Lars Knoll
2018-08-15
1
-0
/
+2
*
Fix module dependency handling
Simon Hausmann
2018-08-14
1
-0
/
+17
*
Enable unicode regular expressions
Lars Knoll
2018-08-10
1
-0
/
+2
*
Add initial basic support for ES6 modules
Simon Hausmann
2018-08-09
1
-1
/
+61
*
Reduce memory consumption when loading AOT generated cache files
Simon Hausmann
2018-08-01
1
-4
/
+1
[next]