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
/
qv4runtime_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
*
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-2
/
+0
*
Don't include qv4enginebase_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-1
/
+0
*
Move compileModule() into qv4codegen.cpp
Ulf Hermann
2019-05-08
1
-1
/
+0
*
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-2
/
+0
*
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-0
/
+2
*
Implement toPrimitive() the way the ES7 spec wants it
Lars Knoll
2018-05-28
1
-0
/
+1
*
Cleanups in the runtime API
Lars Knoll
2017-08-28
1
-6
/
+5
*
Fix trace macros for runtime counters
Erik Verbruggen
2017-08-02
1
-2
/
+2
*
Clean up some duplicated methods
Lars Knoll
2016-11-29
1
-3
/
+0
*
QML: Obliterate QQmlAccessors
Erik Verbruggen
2016-08-30
1
-2
/
+0
*
Revert "QML: When available, use QQmlAccessors to read properties."
Simon Hausmann
2016-07-14
1
-5
/
+0
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-24
1
-1
/
+2
|
\
|
*
V4: allow inlining of ExecutionEngine::{qml,js}Engine()
Erik Verbruggen
2016-05-20
1
-0
/
+7
*
|
De-inline static methods of struct Runtime.
Friedemann Kleint
2016-05-09
1
-343
/
+0
*
|
QML: When available, use QQmlAccessors to read properties.
Erik Verbruggen
2016-04-12
1
-1
/
+67
*
|
Convert the remaining runtime methods to new calling convention
Lars Knoll
2016-04-11
1
-19
/
+19
*
|
Convert comparison methods to the new runtime syntax
Lars Knoll
2016-04-11
1
-11
/
+11
*
|
Convert unary operations to new calling convention
Lars Knoll
2016-04-11
1
-4
/
+4
*
|
Convert 3rd batch of runtime methods
Lars Knoll
2016-04-11
1
-1
/
+1
*
|
Move the Runtime API into it's own file
Lars Knoll
2016-04-11
1
-145
/
+1
|
/
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
QML: Fix typeof context property.
Erik Verbruggen
2015-10-27
1
-0
/
+2
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
1
-0
/
+11
*
Access the id objects through a specialized runtime method
Lars Knoll
2015-08-12
1
-1
/
+2
*
Access context properties through the qml context
Lars Knoll
2015-08-10
1
-1
/
+3
*
Use the QmlContext to access properties of the scope object
Lars Knoll
2015-08-10
1
-1
/
+3
*
Add ability to retrieve and use the QmlContext from our generated code
Lars Knoll
2015-08-10
1
-5
/
+6
*
V4: add int32 codepath to Runtime::div.
Erik Verbruggen
2015-08-06
1
-0
/
+9
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-1
/
+1
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-1
/
+1
*
More cleanups in qv4value_p.h
Lars Knoll
2015-04-24
1
-0
/
+1
*
More cleanups
Lars Knoll
2015-04-21
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-155
/
+155
*
Return a Heap::Object in Object::prototype()
Lars Knoll
2014-12-17
1
-1
/
+1
*
Fix run-time string handling with regards to the new heap
Simon Hausmann
2014-11-21
1
-15
/
+16
*
Ported ExecutionEngine::newString and newIdentifier to Heap::String
Simon Hausmann
2014-11-12
1
-2
/
+2
*
Ported most ExecutionEnginew::new* factory methods away from Returned<T>
Simon Hausmann
2014-11-12
1
-1
/
+1
*
Change signature or runtime methods to take an engine pointer
Lars Knoll
2014-11-12
1
-57
/
+57
*
Convert methods in RuntimeHelpers to take an engine pointer
Lars Knoll
2014-11-12
1
-7
/
+7
*
Cleanup header file dependencies
Lars Knoll
2014-11-04
1
-31
/
+1
*
Remove most calls to Value::managed()
Lars Knoll
2014-11-04
1
-1
/
+1
*
V4 runtime: tune Runtime::add/sub/mul a bit.
Erik Verbruggen
2014-09-10
1
-6
/
+6
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-18
/
+10
*
Accelerate property lookups for C++-based QObject singletons.
Michael Brasser
2014-08-07
1
-0
/
+1
*
Get rid of CallDataRef
Lars Knoll
2014-07-22
1
-11
/
+11
*
Get rid of StringRef
Lars Knoll
2014-07-22
1
-15
/
+15
*
Extend the QML bootstrap library by the IR builders
Simon Hausmann
2014-04-23
1
-2
/
+14
[next]