aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup our runtime methodsLars Knoll2014-03-1125-578/+564
* Fix copying of Property'sLars Knoll2014-03-1013-46/+68
* V4 SSA: remove unused code.Erik Verbruggen2014-03-081-49/+1
* V4 JIT: enable JIT on win64.Erik Verbruggen2014-03-082-1/+11
* Use an array of Value's for Object::memberDataLars Knoll2014-03-0710-95/+81
* Reserve a double slot for accessor propertiesLars Knoll2014-03-074-45/+118
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-073-42/+35
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-074-65/+31
* Remove the name member of FunctionObjectLars Knoll2014-03-075-14/+30
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-076-52/+39
* Remove unused entries in CompiledDataLars Knoll2014-03-072-9/+4
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-073-5/+13
* Fixes to breakpoint handlingLars Knoll2014-03-074-37/+42
* Add a Line instruction to the interpreterLars Knoll2014-03-0711-150/+31
* Simplify our breakpoint handlingLars Knoll2014-03-075-271/+71
* Remove old compiler and VMESimon Hausmann2014-03-0727-9018/+83
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10
* V4 JIT: fix stack space reserving codeErik Verbruggen2014-03-071-2/+2
* V4: fix address printing on 64bit platformsErik Verbruggen2014-03-071-0/+1
* Fix MSVC2012 compiler warnings in disabled code.Erik Verbruggen2014-03-071-2/+4
* V4 JIT: fix up register usage for linux/macos on x86_64.Erik Verbruggen2014-03-072-5/+7
* Fix more MSVC2012 compiler warnings.Erik Verbruggen2014-03-071-4/+7
* Fix a couple of typos in the documentationLaszlo Papp2014-03-061-6/+6
* Switch the code path from the old compiler and VME to the new code pathSimon Hausmann2014-03-061-3/+1
* [new compiler] Fix crash in tst_qquickpathviewSimon Hausmann2014-03-061-1/+3
* [new compiler] Fix potential infinite recursion when using the incubatorSimon Hausmann2014-03-061-3/+3
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-062-3/+4
* Add some leading white space to generated code for QML signals.Ulf Hermann2014-03-051-1/+4
* [new compiler] Fix designer integrationSimon Hausmann2014-03-051-2/+2
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-051-3/+7
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-056-10/+133
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-055-9/+6
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-053-1/+8
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-044-9/+111
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-041-3/+4
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-045-56/+31
* [new compiler] Fix profiler supportSimon Hausmann2014-03-044-1/+21
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-047-12/+79
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-043-0/+30
* V4 JIT: enable register allocator on win32.Erik Verbruggen2014-03-042-2/+25
* Reduce size of QQmlBoundSignalExpression in the common case.Michael Brasser2014-03-042-41/+96
* Move all binop related code into qv4binop*Lars Knoll2014-03-044-212/+218
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-034-5/+10
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-032-4/+9
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-033-11/+0
* Remove unused codeSizesLars Knoll2014-03-038-58/+6
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-038-34/+15
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-032-3/+11
* Fix some typosSergio Ahumada2014-03-038-9/+9
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-032-14/+14