aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error when mapping array index to offset in the arrayLars Knoll2017-08-281-1/+1
* Re-enable the YarrJITErik Verbruggen2017-08-282-4/+1
* Fix naming conflict for "swap" functionErik Verbruggen2017-08-251-2/+2
* Correctly initialize the first function line in the bytecode generatorErik Verbruggen2017-08-251-0/+1
* Optimize array accessLars Knoll2017-08-251-1/+1
* Move line number information into a side tableLars Knoll2017-08-2516-62/+119
* Specialize possible direct calls to evalLars Knoll2017-08-256-9/+50
* Cleanup object construction instructionsLars Knoll2017-08-256-156/+13
* Add optimized branch instructions for comparisons with intsLars Knoll2017-08-254-5/+91
* Add optimized JmpCmpEq/NeNull instructionsLars Knoll2017-08-254-3/+70
* Optimize equality operatorLars Knoll2017-08-251-3/+90
* New value type encodingLars Knoll2017-08-252-98/+83
* Fix assertion in debug buildsLars Knoll2017-08-251-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-2284-2752/+3681
|\
| * Retranslate all child contextsFrank Osterfeld2017-08-181-2/+5
| * Restore yylval initializationSimon Hausmann2017-08-182-0/+2
| * Support explicit enum value declaration in QMLMichael Brasser2017-08-187-740/+833
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-1838-1014/+1277
| |\
| | * Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-043-8/+9
| | * Avoid meta-object creation when looking up QML properties in the property cacheSimon Hausmann2017-08-021-4/+8
| | * Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-022-24/+20
| | * Fix void * usage in our internal APIsLars Knoll2017-08-027-63/+60
| | * Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-025-47/+67
| | * Remove unused types on engine destructionSimon Hausmann2017-08-026-99/+202
| | * Remove unused variableSimon Hausmann2017-08-021-1/+0
| | * Change data structures in QQmlMetaTypeDataLars Knoll2017-08-024-137/+118
| | * Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-025-112/+146
| | * Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-025-32/+38
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-0211-99/+69
| | * Use QQmlType by valueLars Knoll2017-08-0224-312/+329
| | * Simplify logicLars Knoll2017-08-021-3/+1
| | * Use QQmlType by value in the type wrapperLars Knoll2017-08-026-36/+65
| | * Use QQmlType by value in the MemberExpressionResolverLars Knoll2017-08-022-11/+17
| | * Turn QQmlType into a refcounted value typeLars Knoll2017-08-022-67/+142
| * | Mention the t (zone) format specifier for formatDateTimeEdward Welbourne2017-08-151-0/+2
| * | Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-136-9/+57
| * | Initialize members in parserRobert Loehning2017-08-102-0/+2
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-2815-27/+54
| |\|
| | * QJSEngine: document limitation of dynamic QObject propertiesMitch Curtis2017-07-272-1/+19
| | * Fix loading of QML plugins with old IID in static buildsSimon Hausmann2017-07-262-2/+5
| | * Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-255-17/+18
| | * Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
| | * QDoc: Fix syntax error on the definition of the Q_GADGETHolger Hans Peter Freyther2017-07-131-1/+1
| | * Doc: Add \keyword for "Grouped" and "Attached" property topicsVenugopal Shivashankar2017-07-034-5/+5
| * | Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5
| * | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-149-14/+97
| * | Add support for enum declarations in QMLMichael Brasser2017-07-1326-1505/+1916
| * | Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-068-160/+153
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0412-21/+28
| |\|
| | * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-303-9/+11
| | |\