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
/
qv4managed_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-24
1
-21
/
+21
*
Update commercial license headers
Tarja Sundqvist
2021-02-02
1
-21
/
+21
*
Don't include qv4enginebase_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-1
/
+0
*
Unify layout of function objects
Lars Knoll
2018-09-27
1
-0
/
+4
*
Get rid of remaining assumptions about setter being next to getters
Lars Knoll
2018-09-27
1
-2
/
+2
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-3
/
+4
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-3
/
+1
*
Move the Vtable for Managed objects into it's own file
Lars Knoll
2018-07-03
1
-54
/
+2
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-1
/
+1
*
Partial Proxy support
Lars Knoll
2018-06-25
1
-0
/
+1
*
Add the start of a Map from ES7
Robin Burchell
2018-06-01
1
-0
/
+1
*
Add the start of a Set from ES7
Robin Burchell
2018-05-30
1
-0
/
+1
*
Add some basic support for for-of loops
Lars Knoll
2018-05-09
1
-1
/
+1
*
Add Generator support
Lars Knoll
2018-05-03
1
-0
/
+1
*
Don't use bitfields for VTable flags
Lars Knoll
2018-05-03
1
-1
/
+1
*
Fix console.log for sequence types such as QStringList
Simon Hausmann
2018-05-02
1
-0
/
+1
*
Implement StringIterator
Lars Knoll
2018-05-02
1
-0
/
+1
*
Add Array Iterator objects from ES6 (22.1.5)
Robin Burchell
2018-05-02
1
-0
/
+1
*
Add SymbolObject, well known symbols and fix most remaining issues
Lars Knoll
2018-05-02
1
-0
/
+2
*
Partial Symbol support
Lars Knoll
2018-05-02
1
-0
/
+1
*
Remove String dependency from InternalClass
Lars Knoll
2018-05-02
1
-3
/
+0
*
Add a StringOrSymbol intermediate class between Managed and String
Lars Knoll
2018-05-02
1
-0
/
+2
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-1
/
+1
*
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-5
/
+32
*
Better encapsulation for EngineBase::internalClass
Lars Knoll
2018-04-12
1
-1
/
+1
*
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-4
/
+5
*
Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-06
1
-1
/
+1
*
Allow tuning the amount of inline properties per object type
Lars Knoll
2017-11-15
1
-1
/
+2
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-5
/
+7
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-0
/
+11
|
\
|
*
Move the engine() accessor from Object to Managed
Lars Knoll
2017-05-19
1
-0
/
+1
|
*
Give standard objects a bit more inline storage by default
Lars Knoll
2017-05-19
1
-1
/
+1
|
*
Move the internalClass field from Heap::Object to Heap::Base
Lars Knoll
2017-05-19
1
-0
/
+2
|
*
Add ICs for String, MemberData and ArrayData
Lars Knoll
2017-05-19
1
-0
/
+5
|
*
Re-add some inline property storage
Lars Knoll
2017-05-08
1
-0
/
+3
*
|
Micro optimization
Lars Knoll
2017-04-07
1
-0
/
+1
*
|
Separate the stack used for GC from the regular JS stack
Lars Knoll
2017-04-07
1
-1
/
+1
*
|
Add an actual write barrier and centralize it in one place
Lars Knoll
2017-03-09
1
-0
/
+1
*
|
New mark table implementation
Lars Knoll
2017-03-09
1
-1
/
+4
|
/
*
Micro optimization
Lars Knoll
2016-12-13
1
-0
/
+7
*
Cleanup Value::isObject/objectValue usages
Lars Knoll
2016-11-29
1
-0
/
+5
*
Clean up duplicated checks whether a Value is a Managed
Lars Knoll
2016-11-29
1
-4
/
+2
*
Work around -Wtautological-compare warnings on clang 3.6
Lars Knoll
2016-11-11
1
-1
/
+8
*
Merge remote-tracking branch 'origin/5.6' into 5.8
Simon Hausmann
2016-10-13
1
-1
/
+15
|
\
|
*
Fix developer-build with gcc 6
Allan Sandfeld Jensen
2016-10-10
1
-1
/
+15
*
|
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-2
/
+3
*
|
QML: Introduce destroy() on Base subclasses
Erik Verbruggen
2016-10-05
1
-1
/
+1
*
|
QML: Make all context objects trivial
Erik Verbruggen
2016-09-30
1
-1
/
+6
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Remove prohibited uses of underscore + capital letter
Thiago Macieira
2016-01-08
1
-1
/
+1
[next]