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.5
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/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Add int32 fastpath for add/sub/mul in the JIT
wip/new-backend
Erik Verbruggen
2017-11-21
2
-36
/
+88
*
V4: Shorten code by introducing an IntegerTag constant
Erik Verbruggen
2017-11-18
1
-13
/
+15
*
V4: Add a baseline JIT
Erik Verbruggen
2017-11-17
16
-12
/
+3823
*
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
2
-4
/
+4
*
Fixup nInlineProps
Lars Knoll
2017-11-15
1
-0
/
+2
*
Speed up Object::internalGet()
Lars Knoll
2017-11-15
1
-4
/
+3
*
Allow tuning the amount of inline properties per object type
Lars Knoll
2017-11-15
3
-1
/
+6
*
Don't create a CallContext if arguments are being used in strict mode
Lars Knoll
2017-11-15
3
-4
/
+4
*
Don't copy unnamed arguments onto the JS stack
Lars Knoll
2017-11-15
3
-9
/
+16
*
V4: Get rid of Reference::This and treat it as a stack slot
Erik Verbruggen
2017-11-14
2
-14
/
+2
*
V4: Tweak JumpTrue/JumpFalse interpreter instructions
Erik Verbruggen
2017-11-14
1
-8
/
+14
*
Clean up ArgumentsObject handling
Lars Knoll
2017-11-14
6
-32
/
+55
*
Allow for encoding a nullptr Heap::Base as a Value
Erik Verbruggen
2017-11-14
1
-1
/
+0
*
Avoid marking on simple array data's
Lars Knoll
2017-11-14
4
-4
/
+27
*
Simplify inline getters
Lars Knoll
2017-11-14
3
-13
/
+20
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
33
-191
/
+151
*
Get rid of the last usage of the V4_OBJECT macro
Lars Knoll
2017-11-14
2
-27
/
+15
*
Temporarily disable the widgetsinqml autotest
Lars Knoll
2017-11-14
1
-1
/
+1
*
Convert methods of Error to new calling convention
Lars Knoll
2017-11-13
2
-6
/
+6
*
Convert TypedArray and friends to new calling convention
Lars Knoll
2017-11-13
6
-94
/
+93
*
Convert more builtin methods to new calling convention
Lars Knoll
2017-11-13
4
-53
/
+53
*
Convert Date methods to new calling convention
Lars Knoll
2017-11-13
3
-210
/
+205
*
Convert methods of Number to new calling convention
Lars Knoll
2017-11-13
3
-52
/
+52
*
Convert String methods to new calling convention
Lars Knoll
2017-11-13
3
-165
/
+149
*
Convert methods of RegExp to new calling convention
Lars Knoll
2017-11-13
5
-33
/
+57
*
Convert methods of BooleanObject to new calling convention
Lars Knoll
2017-11-13
2
-19
/
+28
*
Convert methods of Array to new calling convention
Lars Knoll
2017-11-13
2
-200
/
+185
*
Convert runtime methods of Object to new calling convention
Lars Knoll
2017-11-13
3
-124
/
+146
*
Convert Math object's methods to new calling convention
Lars Knoll
2017-11-13
2
-63
/
+63
*
Inline Runtime::method_instanceOf into the VME
Lars Knoll
2017-11-13
1
-2
/
+9
*
Convert Array.push/pop to new calling convention
Lars Knoll
2017-11-13
2
-15
/
+15
*
Introduce new calling convention for builtin functions
Lars Knoll
2017-11-13
4
-54
/
+91
*
Cut out one more C++ layer when doing JS function calls
Lars Knoll
2017-11-13
7
-80
/
+74
*
Inline callValue and callPropertyLookup
Lars Knoll
2017-11-13
1
-2
/
+16
*
Finally get rid of the QV4::Function pointer in the context
Lars Knoll
2017-11-13
11
-94
/
+24
*
Set Jump locations for loops
Ulf Hermann
2017-11-08
2
-6
/
+32
*
Fastpath any integer compatible value in add/sub/mul
Erik Verbruggen
2017-11-08
1
-3
/
+3
*
V4 debugger: re-enable some more tests
Ulf Hermann
2017-11-08
1
-2
/
+0
*
Merge remote-tracking branch 'origin/dev' into new-backend
Lars Knoll
2017-11-08
1144
-3967
/
+15937
|
\
|
*
Add new PathAngleArc type
Michael Brasser
2017-11-07
8
-15
/
+339
|
*
Temporarily remove dependency on qml-debug feature
Ulf Hermann
2017-11-07
1
-1
/
+0
|
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-06
1097
-3842
/
+15349
|
|
\
|
|
*
Fix a bug with TapHandler+DragHandler on top of Flickable
Jan Arve Sæther
2017-10-27
4
-17
/
+188
|
|
*
Fix Logically dead code
Jesus Fernandez
2017-10-27
1
-1
/
+1
|
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
v5.10.0-beta3
Liang Qi
2017-10-25
8
-34
/
+54
|
|
|
\
|
|
|
*
Minor documentation improvements for Matrix4x4
Michael Brasser
2017-10-24
2
-0
/
+2
|
|
|
*
Return "qnx" for Qt.platform.os when appropriate
Liang Qi
2017-10-24
2
-0
/
+3
|
|
|
*
QQuickAnimatorProxyJob: Disconnect from window when unsetting it
Ulf Hermann
2017-10-24
2
-1
/
+23
|
|
|
*
skip part of tst_qquickwindow::testWindowVisibilityOrder on Unity
Shawn Rutledge
2017-10-23
1
-4
/
+9
[next]