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
/
qv4arraydata_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement array methods for QQmlListProperty
Ulf Hermann
2022-07-16
1
-0
/
+68
*
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
-2
/
+2
*
Get rid of ArrayData::Complex
Lars Knoll
2018-09-27
1
-1
/
+1
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-1
/
+1
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-19
/
+0
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-0
/
+19
*
Merge remote-tracking branch 'origin/5.11' into dev
Ulf Hermann
2018-06-25
1
-3
/
+1
|
\
|
*
revert change 353164263c55825a0ec72d30128c50560c626334
Lars Knoll
2018-06-19
1
-3
/
+1
*
|
Unify MemberData::Index and ArrayData::Index
Lars Knoll
2018-05-02
1
-20
/
+8
*
|
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-1
/
+1
|
/
*
Fix a crash in Object.proto.propertyIsEnumerable
Lars Knoll
2018-03-14
1
-3
/
+5
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-1
/
+1
*
Move the freeList from Heap::ArrayData to SparseArray
Lars Knoll
2018-01-15
1
-3
/
+0
*
Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-06
1
-2
/
+2
*
Avoid marking on simple array data's
Lars Knoll
2017-11-14
1
-2
/
+5
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-1
/
+1
*
Fix off-by-one error when mapping array index to offset in the array
Lars Knoll
2017-08-28
1
-1
/
+1
*
Optimize array access
Lars Knoll
2017-08-25
1
-1
/
+1
*
Prospective build fix for Integrity OS
Simon Hausmann
2017-06-20
1
-6
/
+6
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-0
/
+2
|
\
|
*
Add ICs for String, MemberData and ArrayData
Lars Knoll
2017-05-19
1
-0
/
+2
*
|
move locals over to be write barrier safe
Lars Knoll
2017-03-09
1
-1
/
+1
*
|
Make writes to ArrayData write-barrier safe
Lars Knoll
2017-03-09
1
-6
/
+13
*
|
Get rid of methods returning a pointer to a Property structure
Lars Knoll
2017-03-09
1
-39
/
+17
*
|
Change getValueOrSetter to be write barrier friendly
Lars Knoll
2017-03-09
1
-6
/
+31
*
|
Refactor how we define Heap objects
Lars Knoll
2017-03-09
1
-21
/
+12
*
|
Unify mark handling for MemberData and ArrayData
Lars Knoll
2017-03-09
1
-26
/
+20
*
|
New mark table implementation
Lars Knoll
2017-03-09
1
-5
/
+11
|
/
*
QML: Also check for correct destroy() chaining
Erik Verbruggen
2016-10-06
1
-1
/
+4
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-2
/
+2
*
QML: Introduce destroy() on Base subclasses
Erik Verbruggen
2016-10-05
1
-6
/
+1
*
QML: Make all context objects trivial
Erik Verbruggen
2016-09-30
1
-0
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
1
-0
/
+11
*
Get rid of propertyAt in Object
Lars Knoll
2015-09-15
1
-0
/
+21
*
Replace __getPropertyDescriptor__ with a getValueOrSetter call
Lars Knoll
2015-09-15
1
-0
/
+14
*
Don't return Property * from ArrayData::insert
Lars Knoll
2015-09-15
1
-1
/
+1
*
Encapsulate and protect all accesses to the vtable of Heap objects
Lars Knoll
2015-08-10
1
-1
/
+1
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-5
/
+5
*
Cleanup some of the casting code
Lars Knoll
2015-03-20
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Cleanups
Lars Knoll
2015-01-23
1
-3
/
+3
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-7
/
+7
*
Move the internalClass pointer into Heap::Object
Lars Knoll
2015-01-21
1
-12
/
+0
*
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
2015-01-21
1
-1
/
+0
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-1
/
+1
*
Move vtable out of internalClass
Lars Knoll
2015-01-20
1
-5
/
+6
*
Make Managed inherit Value
Lars Knoll
2014-12-20
1
-2
/
+2
*
Fix Object::arrayData() accessor to return a heap object
Lars Knoll
2014-12-11
1
-8
/
+12
[next]