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
/
qv4sequenceobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize ExecutionEngine::metaTypeToJS()
Ulf Hermann
2021-03-13
1
-5
/
+10
*
QtQml: Integrate sequences with registration macros
Ulf Hermann
2020-11-11
1
-33
/
+0
*
V4: Rewrite qv4sequenceobject based on QMetaSequence
Ulf Hermann
2020-10-02
1
-336
/
+244
*
Rename QQmlQPointer to QV4QPointer
Ulf Hermann
2020-09-21
1
-1
/
+1
*
Rename QQmlSequence to QV4Sequence
Ulf Hermann
2020-09-21
1
-68
/
+68
*
Fix build after QStringList change in qtbase
Volker Hilsheimer
2020-09-15
1
-3
/
+0
*
Check in even more places for exceptions
Fabian Kosmale
2020-04-21
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-15
1
-1
/
+3
|
\
|
*
SequenceObject: Better message when trying to write readonly container
Ulf Hermann
2020-01-09
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-14
1
-3
/
+0
|
\
|
|
*
qv4sequenceobject.cpp: Add "here be dragons" comment
Ulf Hermann
2019-12-11
1
-0
/
+16
*
|
qv4sequenceobject.cpp: Use operator[] rather than at()
Ulf Hermann
2019-12-09
1
-1
/
+4
*
|
Fix build after QList->QVector changes in qtbase
Lars Knoll
2019-10-31
1
-19
/
+1
|
/
*
Fix build without features.itemmodel
Tasuku Suzuki
2019-07-08
1
-4
/
+21
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-3
/
+4
*
Implement ObjectIterator using the new iteration mechanism
Lars Knoll
2018-08-02
1
-25
/
+0
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-0
/
+34
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-10
/
+10
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-3
/
+3
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-3
/
+7
*
Unify put and putIndexed
Lars Knoll
2018-07-02
1
-2
/
+6
*
Unify deleteProperty and deleteIndexedProperty vtable methods
Lars Knoll
2018-06-26
1
-2
/
+8
*
Throw type errors when attempting to mutate read-only sequence properties
Simon Hausmann
2018-05-02
1
-8
/
+25
*
Disambiguate different allocation functions in the memory manager
Lars Knoll
2018-04-12
1
-2
/
+2
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-3
/
+3
*
Convert more builtin functions to use the new calling convention
Lars Knoll
2018-01-12
1
-20
/
+19
*
Further cleanup JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-1
/
+1
*
Get rid of JSCallData::call()
Lars Knoll
2017-11-07
1
-5
/
+5
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-2
/
+2
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-6
/
+8
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-0
/
+1
*
Move line number information into a side table
Lars Knoll
2017-08-25
1
-1
/
+1
*
Cleanup naming of Stack frame structures
Lars Knoll
2017-08-10
1
-1
/
+1
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-5
/
+13
*
Fix frame handling
Lars Knoll
2017-08-04
1
-1
/
+1
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-2
/
+2
*
Don't store the current line number in the ExecutionContext
Lars Knoll
2017-08-04
1
-3
/
+3
*
Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLE
Ville Voutilainen
2017-04-27
1
-0
/
+16
*
Add support for std::vector and QVector matching the support for QList
Ville Voutilainen
2017-04-21
1
-28
/
+49
*
Object: Allow put and putIndexed to return success or failure
Robin Burchell
2017-02-09
1
-6
/
+7
*
Convert more builtin functions to the new calling convention
Lars Knoll
2017-01-25
1
-34
/
+30
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-20
1
-6
/
+3
|
\
|
*
Fix gcc6 build
Allan Sandfeld Jensen
2016-10-16
1
-6
/
+3
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-12
1
-16
/
+8
|
|
\
*
|
\
Merge remote-tracking branch 'origin/5.6' into 5.8
Simon Hausmann
2016-10-13
1
-16
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix developer-build with gcc 6
Allan Sandfeld Jensen
2016-10-10
1
-16
/
+8
*
|
|
QML: Also check for correct destroy() chaining
Erik Verbruggen
2016-10-06
1
-0
/
+1
*
|
|
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-10
/
+12
[next]