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
/
qv4value_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
1
-3
/
+0
*
QV4::Value: introduce undefined helper method
Fabian Kosmale
2024-12-18
1
-0
/
+5
*
HeapValue: Introduce set overload taking ReturnedValue
Fabian Kosmale
2024-12-18
1
-0
/
+3
*
V4: Move FunctionObject flags into VTable
Ulf Hermann
2024-05-14
1
-1
/
+4
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
V4: Remove some dead code
Ulf Hermann
2023-08-31
1
-13
/
+0
*
Change value encoding scheme to make space for larger pointers
Ulf Hermann
2023-01-12
1
-48
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Upgrade std::is_trivial::value to C++17 std::is_trivial_v
Ivan Tkachenko
2021-08-24
1
-1
/
+1
*
Add a QJSManagedValue
Ulf Hermann
2020-12-18
1
-0
/
+3
*
Allow JavaScript primitive type transformations inline in C++
Ulf Hermann
2020-12-18
1
-2
/
+2
*
Replace old Q_DECL statements with modern C++
Allan Sandfeld Jensen
2020-10-31
1
-2
/
+2
*
V4: Fix mark stack overruns
Ulf Hermann
2020-02-27
1
-23
/
+2
*
QV4MM: Fix crash caused by MarkStack overflow
Fabian Kosmale
2020-01-07
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-11
1
-0
/
+17
|
\
|
*
Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointers
Jason Duerstock
2019-05-30
1
-0
/
+17
*
|
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-455
/
+127
*
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-0
/
+16
|
\
|
|
*
Enable lookups in QML
Simon Hausmann
2019-03-19
1
-0
/
+16
*
|
Tweak managed/undefined checks in QV4::Value for 32bit systems
Erik Verbruggen
2019-02-21
1
-2
/
+16
|
/
*
Fix signed/unsigned warning in VS 2017
Jason Erb
2018-11-19
1
-1
/
+1
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-92
/
+55
*
Micro optimization when initializing the Cpp frame
Lars Knoll
2018-09-11
1
-2
/
+2
*
Fix some remaining issues with detaching of array buffers
Lars Knoll
2018-08-23
1
-0
/
+10
*
JS: Encode result of Math.min and Math.max as int when possible
Erik Verbruggen
2018-07-13
1
-4
/
+7
*
Get rid of Value::asArrayIndex()
Lars Knoll
2018-07-02
1
-32
/
+0
*
Introduce a PropertyKey class that inherits from Value
Lars Knoll
2018-07-02
1
-1
/
+1
*
Fix creation of object literals
Lars Knoll
2018-06-04
1
-1
/
+0
*
Implement ToPropertyKey() from the ES7 spec
Lars Knoll
2018-06-04
1
-5
/
+2
*
qv4arrayobject: Implement Array.prototype.includes from ES7
Robin Burchell
2018-05-25
1
-1
/
+2
*
Don't use empty values anymore to store internal freelists
Lars Knoll
2018-05-24
1
-26
/
+2
*
Fix another ubsan warning
Lars Knoll
2018-05-04
1
-1
/
+1
*
Optimize conversions to array indices
Lars Knoll
2018-05-03
1
-19
/
+21
*
Fix asan warnings
Lars Knoll
2018-05-02
1
-0
/
+14
*
Fixes when using getLength()
Lars Knoll
2018-05-02
1
-1
/
+1
*
Partial Symbol support
Lars Knoll
2018-05-02
1
-1
/
+18
*
Change Objects vtable methods to take a StringOrSymbol
Lars Knoll
2018-05-02
1
-0
/
+14
*
The length of array like objects can in some cases be 2^53 -1 in ES7
Lars Knoll
2018-05-02
1
-0
/
+13
*
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-5
/
+6
*
Fix isInt32 for -0.0
Erik Verbruggen
2018-03-26
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.10' into 5.11
Liang Qi
2018-02-12
1
-0
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
5.10
Liang Qi
2018-02-07
1
-0
/
+4
|
|
\
|
|
*
QML: Collapse all NaNs into one single (encoded) NaN
Erik Verbruggen
2018-02-05
1
-0
/
+4
*
|
|
Disentangle include dependencies around the write barrier
Lars Knoll
2018-01-19
1
-0
/
+89
*
|
|
Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-06
1
-1
/
+1
*
|
|
V4: Remove left-overs from previous 32bit Value encoding
Erik Verbruggen
2017-11-16
1
-29
/
+0
*
|
|
Optimize Value::toObject/toString
Lars Knoll
2017-11-15
1
-0
/
+4
*
|
|
Allow for encoding a nullptr Heap::Base as a Value
Erik Verbruggen
2017-11-14
1
-1
/
+0
*
|
|
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-0
/
+7
[next]