aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-253-0/+10
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-253-7/+6
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-252-3/+5
* | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-222-8/+9
* | Turn execution contexts into Managed objectsLars Knoll2013-11-229-62/+85
* | Add support for large items to the memory managerLars Knoll2013-11-221-2/+39
* | Speed up arguments objectLars Knoll2013-11-226-23/+110
* | Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-223-5/+27
|/
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-1/+1
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-193-29/+112
* Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-182-27/+29
* Fix small bug in array sortingLars Knoll2013-11-181-3/+3
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-182-0/+12
* Fix interaction between head room and appending in arraysLars Knoll2013-11-183-7/+7
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-186-3/+93
* Fix === operator for value typesLars Knoll2013-11-152-3/+6
* Don't crash when trying to assign to null.propLars Knoll2013-11-151-0/+2
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-144-37/+54
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+7
* Fix native compilation on linux/arm with gcc 4.7.2Erik Verbruggen2013-11-131-1/+1
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-125-15/+17
* Fix Object::getArrayHeadRoom()Lars Knoll2013-11-121-0/+1
* Debugging with V4Erik Verbruggen2013-11-106-244/+817
* Remove stray warn_off in pri fileLars Knoll2013-11-091-2/+0
* Remove debug outputEskil Abrahamsen Blomfeldt2013-11-091-1/+0
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-092-9/+8
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-0941-461/+456
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* Initialize variables before using them.Sérgio Martins2013-11-061-0/+2
* Replace QString::fromUtf8() with QString::fromLatin1() for literalsKai Koehne2013-11-061-1/+1
* Fix build on WinRTAndrew Knight2013-11-062-2/+2
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-2/+0
* Smaller optimisationsLars Knoll2013-11-051-8/+6
* Remove 2 unused macrosLars Knoll2013-11-051-3/+0
* Move conversion of this object into generated codeLars Knoll2013-11-055-18/+19
* Don't initialize locals for simple script functionsLars Knoll2013-11-051-3/+0
* Minor optimisationsLars Knoll2013-11-052-31/+34
* Remove code that's not required anymoreLars Knoll2013-11-051-17/+0
* Don't run the GC too oftenLars Knoll2013-11-051-8/+13
* Optimise string additionsLars Knoll2013-11-056-33/+98
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-0537-167/+177
* Enable JIT for WinCE.Sérgio Martins2013-11-041-2/+2
* Better way of handling string additionsLars Knoll2013-11-042-23/+29
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-0430-130/+175
* Avoid exception checks after calls to some run-time functionsSimon Hausmann2013-11-013-12/+18
* V4: make Scope uncopyable.Erik Verbruggen2013-11-011-1/+3
* Fix a bug in the inserting settersLars Knoll2013-11-011-1/+6