aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused filesLars Knoll2017-06-301-446/+0
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-3/+3
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-9/+9
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-1/+2
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-4/+3
* QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-3/+4
* Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-2/+11
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-5/+9
* Access context properties through the qml contextLars Knoll2015-08-101-6/+4
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-2/+20
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-1/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-6/+10
|/
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-2/+2
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-261-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+2
* V4: support calling constants.Erik Verbruggen2014-06-021-3/+3
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-53/+55
* V4 IR: change IR printing to use a visitor.Erik Verbruggen2014-05-211-3/+3
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-4/+13
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-13/+11
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-3/+1
* Fix a crash in the register allocatorLars Knoll2014-03-031-1/+1
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-1/+14
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-36/+17
* Clean up our internal namespacesLars Knoll2014-02-231-79/+79
* Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-291-1/+2
* Clean up property dependency data structuresSimon Hausmann2013-12-051-11/+13
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-2/+11
* V4: remove invalid assert.Erik Verbruggen2013-12-031-3/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-3/+3
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+2
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-9/+3
* Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-2/+2
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-1/+6
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+4
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-3/+2
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-3/+11
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-2/+7
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-1/+9
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+4
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-0/+4
* Rework exception handlingLars Knoll2013-10-291-3/+9