aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlirbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't try to resolve id values or singleton member as propertiesLars Knoll2015-11-271-1/+2
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-2/+2
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-1/+1
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-4/+1
* Access context properties through the qml contextLars Knoll2015-08-101-8/+1
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-8/+1
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-1/+6
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-0/+2
|\
| * Avoid uninitialized bytes in QV4::CompiledDataSimon Hausmann2015-05-081-0/+1
| * Fix uninitialized variables/dataSimon Hausmann2015-04-291-0/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* V4 IR: move the MemberResolver out of IR::Temp.Erik Verbruggen2015-01-121-10/+19
* QML: Remove unused field from struct.Erik Verbruggen2015-01-091-1/+0
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-246/+39
* Initial work on gadget supportSimon Hausmann2014-12-221-2/+2
* Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-2/+1
* Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-241-1/+5
* Fix failing assertion when compiling self-referencing QML singletonSimon Hausmann2014-09-111-6/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-7/+7
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-0/+7
* Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-3/+2
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-44/+49
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-041-5/+4
* Reduce memory consumption of runtime compiled QML typesSimon Hausmann2014-04-021-5/+14
* Various cleanupsSimon Hausmann2014-03-281-50/+51
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-0/+45
* Cleanup: Remove dead codeSimon Hausmann2014-03-191-12/+0
* Clean up script importsSimon Hausmann2014-03-191-0/+263
* Clean, part 3Simon Hausmann2014-03-191-1/+3
* Cleanup, part 2Simon Hausmann2014-03-181-0/+1818