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
/
qv4include.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-3
/
+4
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-1
/
+1
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
Convert more builtin functions
Lars Knoll
2017-01-25
1
-10
/
+9
*
Start cleaning up the QmlContextWrapper
Lars Knoll
2016-12-04
1
-1
/
+0
*
Turn the no-network support into a configurable feature
Lars Knoll
2016-10-10
1
-7
/
+7
*
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-1
/
+1
*
QtLite: no_network option for QtDeclarative
Paolo Angelelli
2016-03-04
1
-6
/
+32
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-29
1
-0
/
+2
|
\
|
*
Pass Qt.include() URLs through the URL interceptor if present
Kevin Krammer
2016-01-23
1
-0
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Pass a QmlContext to QV4::Script instead of a contextwrapper
Lars Knoll
2015-09-09
1
-8
/
+9
*
QV4Include doesn't need a contextdata
Lars Knoll
2015-09-08
1
-5
/
+3
*
Cleanup retrieval of scope and context objects
Lars Knoll
2015-06-18
1
-1
/
+1
*
Move exceptionValue and globalObject from the Engine onto the JS stack
Lars Knoll
2015-04-24
1
-1
/
+1
*
Get rid of asFunctionObject()
Lars Knoll
2015-04-21
1
-2
/
+2
*
More cleanups
Lars Knoll
2015-04-21
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Cleanups
Lars Knoll
2015-01-23
1
-4
/
+4
*
Cleanups
Lars Knoll
2015-01-23
1
-1
/
+1
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-5
/
+5
*
Make sure we always have an engine when assigning to a Persistent
Lars Knoll
2015-01-13
1
-3
/
+3
*
Get rid of Value::engine()
Lars Knoll
2015-01-12
1
-2
/
+2
*
Reduce v8engine dependency in qv4include
Lars Knoll
2015-01-02
1
-5
/
+4
*
Remove most of the places where getPointer() is used
Lars Knoll
2014-12-20
1
-10
/
+10
*
Better encapsulate access to the global object
Lars Knoll
2014-12-11
1
-1
/
+1
*
Cleanup exception catching code
Lars Knoll
2014-11-15
1
-6
/
+3
*
Ported ExecutionEngine::newString and newIdentifier to Heap::String
Simon Hausmann
2014-11-12
1
-4
/
+6
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Merge remote-tracking branch 'origin/5.3' into 5.4
Simon Hausmann
2014-08-12
1
-8
/
+16
|
\
|
*
Fix Qt.include with cached compilation units and resources
Simon Hausmann
2014-08-06
1
-8
/
+16
*
|
Get rid of StringRef
Lars Knoll
2014-07-22
1
-10
/
+10
*
|
Convert ExecutionContext to new storage scheme
Lars Knoll
2014-07-22
1
-17
/
+16
|
/
*
Cleanup: Remove last traces of QQmlScript
Simon Hausmann
2014-03-19
1
-2
/
+2
*
fix whitespace
Oswald Buddenhagen
2014-01-22
1
-3
/
+3
*
Encapsulate the current context and fix it's usage
Lars Knoll
2013-12-04
1
-3
/
+3
*
Simplify & speed up function calling
Lars Knoll
2013-11-09
1
-1
/
+1
*
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
2013-11-04
1
-9
/
+9
*
Fix the remaining try/catch statements in C++
Lars Knoll
2013-10-29
1
-7
/
+5
*
Properly propagate parse errors
Lars Knoll
2013-10-29
1
-8
/
+10
*
Cleanup exception handling
Simon Hausmann
2013-10-03
1
-1
/
+0
*
Change exception handling API
Simon Hausmann
2013-10-02
1
-8
/
+6
*
Fix a few more uses of Value
Lars Knoll
2013-09-28
1
-13
/
+16
*
Move Value::fromBool, ... to a new Primitive class
Lars Knoll
2013-09-28
1
-9
/
+9
*
Fix CallContext to not hold arguments on the C stack anymore
Lars Knoll
2013-09-28
1
-4
/
+4
*
Fix Persistent/WeakValue API
Lars Knoll
2013-09-26
1
-11
/
+13
*
convert Managed::put() API to be GC safe
Lars Knoll
2013-09-22
1
-13
/
+15
*
Further work towards an exact GC
Lars Knoll
2013-09-22
1
-2
/
+3
*
Convert more methods to return a Returned<>
Lars Knoll
2013-09-18
1
-4
/
+3
*
Convert most remaining return values from Value to ReturnedValue
Lars Knoll
2013-09-18
1
-4
/
+4
[next]