| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -446/+0 |
| * | Fix binding dependencies when used in together with functions | Simon Hausmann | 2016-08-30 | 1 | -3/+3 |
| * | QML: Make all fields in QQmlPropertyRawData private | Erik Verbruggen | 2016-08-10 | 1 | -9/+9 |
| * | Improve robustness of qml disk caching | Simon Hausmann | 2016-07-23 | 1 | -1/+2 |
| * | Revert "QML: When available, use QQmlAccessors to read properties." | Simon Hausmann | 2016-07-14 | 1 | -4/+3 |
| * | QML: When available, use QQmlAccessors to read properties. | Erik Verbruggen | 2016-04-12 | 1 | -3/+4 |
| * | Qml: replace QStringLiteral with QLatin1String | Anton Kudryavtsev | 2016-02-10 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | QML: Fix typeof context property. | Erik Verbruggen | 2015-10-27 | 1 | -2/+11 |
| * | Access the id objects through a specialized runtime method | Lars Knoll | 2015-08-12 | 1 | -5/+9 |
| * | Access context properties through the qml context | Lars Knoll | 2015-08-10 | 1 | -6/+4 |
| * | Use the QmlContext to access properties of the scope object | Lars Knoll | 2015-08-10 | 1 | -2/+20 |
| * | Add ability to retrieve and use the QmlContext from our generated code | Lars Knoll | 2015-08-10 | 1 | -0/+2 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fix failing assertion in debug builds for JS that calls constants | Simon Hausmann | 2015-01-15 | 1 | -1/+1 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | | Replace usage of stdout for debug output by qDebug | Erik Verbruggen | 2014-12-19 | 1 | -6/+10 |
| |/ |
|
| * | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashes | Simon Hausmann | 2014-10-09 | 1 | -2/+2 |
| * | V4: disable type inference and loop peeling for the interpreter. | Erik Verbruggen | 2014-08-26 | 1 | -0/+1 |
| * | 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 | -1/+2 |
| * | V4: support calling constants. | Erik Verbruggen | 2014-06-02 | 1 | -3/+3 |
| * | V4: Split arguments/locals from temps. | Erik Verbruggen | 2014-05-23 | 1 | -53/+55 |
| * | V4 IR: change IR printing to use a visitor. | Erik Verbruggen | 2014-05-21 | 1 | -3/+3 |
| * | Extend the QML bootstrap library by the IR builders | Simon Hausmann | 2014-04-23 | 1 | -4/+13 |
| * | Use Q_ASSERT instead of assert | Lars Knoll | 2014-03-19 | 1 | -13/+11 |
| * | Fixes to for...in statement | Lars Knoll | 2014-03-19 | 1 | -1/+1 |
| * | [new compiler] Fix invalid memory reads when JS closures outlive QML types | Simon Hausmann | 2014-03-05 | 1 | -3/+1 |
| * | Fix a crash in the register allocator | Lars Knoll | 2014-03-03 | 1 | -1/+1 |
| * | Determine whether or not an object literal requires a sparse array at compile... | Simon Hausmann | 2014-02-24 | 1 | -1/+14 |
| * | Clean up object literal handling with integral indices | Simon Hausmann | 2014-02-24 | 1 | -36/+17 |
| * | Clean up our internal namespaces | Lars Knoll | 2014-02-23 | 1 | -79/+79 |
| * | Remove static initialization of QObjectsv5.2.1 | Eskil Abrahamsen Blomfeldt | 2014-01-29 | 1 | -1/+2 |
| * | Clean up property dependency data structures | Simon Hausmann | 2013-12-05 | 1 | -11/+13 |
| * | Fix dependency calculation for context and scope properties | Simon Hausmann | 2013-12-05 | 1 | -2/+11 |
| * | V4: remove invalid assert. | Erik Verbruggen | 2013-12-03 | 1 | -3/+1 |
| * | Add support for accelerated property access to QML types and namespace support | Simon Hausmann | 2013-11-28 | 1 | -3/+3 |
| * | Initial support for accelerated property access to QML singletons and enums | Simon Hausmann | 2013-11-25 | 1 | -0/+2 |
| * | IR Cleanup, resolve ID objects through array subscripts | Simon Hausmann | 2013-11-25 | 1 | -9/+3 |
| * | Cleanup, get rid of MemberOfQObject V4IR::Member specialization | Simon Hausmann | 2013-11-25 | 1 | -2/+2 |
| * | Fix property dependency generation for accelerated QML QObject properties | Simon Hausmann | 2013-11-12 | 1 | -1/+6 |
| * | Move conversion of this object into generated code | Lars Knoll | 2013-11-05 | 1 | -0/+4 |
| * | Speed up lookups of imported scripts | Simon Hausmann | 2013-10-31 | 1 | -3/+2 |
| * | Implement loading of resolved imported scripts | Simon Hausmann | 2013-10-31 | 1 | -3/+11 |
| * | Implement setting of values to resolved QObject properties | Simon Hausmann | 2013-10-31 | 1 | -2/+7 |
| * | Initial support for resolving meta-property access for the scope and context ... | Simon Hausmann | 2013-10-31 | 1 | -1/+9 |
| * | Speed up id object lookups | Simon Hausmann | 2013-10-29 | 1 | -1/+4 |
| * | Rework IR code generation for try/catch/finally | Lars Knoll | 2013-10-29 | 1 | -0/+4 |
| * | Rework exception handling | Lars Knoll | 2013-10-29 | 1 | -3/+9 |