aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check list property before component when validating bindingsUlf Hermann2014-10-211-2/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-2/+0
* Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-191-1/+1
* 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-19/+11
* CleanupSimon Hausmann2014-08-151-20/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-6/+8
|\
| * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-2/+2
|\|
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-2/+2
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-251-1/+1
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-5/+16
|\|
| * Fix compilation on MSVC 2008Simon Hausmann2014-05-271-5/+16
* | Rework custom parser integrationSimon Hausmann2014-06-041-20/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-184/+304
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+3
| |\
| | * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-1/+2
| | * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-1/+1
| * | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-151-5/+5
| |/
| * Don't append garbage to the function parameter slotswip/gcThiago Macieira2014-04-041-1/+2
| * Use RAII for VME profilerUlf Hermann2014-04-031-0/+1
| * Reduce memory consumption of runtime compiled QML typesSimon Hausmann2014-04-021-2/+55
| * Fix compilation of script stringsSimon Hausmann2014-04-021-6/+60
| * Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-1/+1
| * Eliminate noop translation bindingsSimon Hausmann2014-03-291-16/+38
| * Various cleanupsSimon Hausmann2014-03-281-19/+14
| * Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-6/+1
| * Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-4/+4
| * Compilation fixaavit2014-03-191-8/+7
| * Cleanup, part 2Simon Hausmann2014-03-181-20/+20
| * Namespace cleanupSimon Hausmann2014-03-171-106/+106
| * Fix QQmlTypeNameCache object leakLiang Jian2014-03-131-1/+0
* | QML: fix clang warnings about unused return valuesShawn Rutledge2014-04-151-3/+3
|/
* Fix QV4::IR::Function object leakLiang Jian2014-03-131-0/+1
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-18/+322
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-2/+1
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-051-3/+7
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-7/+46
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-1/+2
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-041-0/+61
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-0/+1
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-4/+7
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-0/+4
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-031-3/+8
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-031-4/+2
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+1
* [new compiler] CleanupSimon Hausmann2014-03-021-4/+194
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-5/+12
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-021-1/+1