aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Create less BindingWrappersLars Knoll2015-08-252-18/+2
* std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-242-12/+18
* Make iteration over persistent values saferLars Knoll2015-08-242-10/+61
* Remove unused pointer to the context wrapperLars Knoll2015-08-202-12/+0
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-203-2/+23
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-5/+5
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-203-17/+8
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-192-1/+11
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-1/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1812-52/+67
|\
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-282-13/+4
| * Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
| * Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
| * V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-094-17/+17
| * Fix encoding of QV4::Value in host buildsSimon Hausmann2015-07-082-10/+18
| * Fix ICC warning about change of signThiago Macieira2015-07-071-1/+1
* | Smaller cleanupsLars Knoll2015-08-142-0/+17
* | Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.hErik Verbruggen2015-08-141-10/+0
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-135-9/+9
* | Access the id objects through a specialized runtime methodLars Knoll2015-08-123-11/+23
* | Move DataCollector into debugger pluginUlf Hermann2015-08-103-635/+49
* | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-102-199/+8
* | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-128/+324
* | destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-103-49/+25
* | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-1018-36/+48
* | Access context properties through the qml contextLars Knoll2015-08-103-13/+46
* | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-106-13/+57
* | Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-105-8/+25
* | V4: add int32 codepath to Runtime::div.Erik Verbruggen2015-08-061-0/+9
* | Periodically flush profiling data to client.Ulf Hermann2015-08-041-3/+2
* | Profile eval() and global script executionUlf Hermann2015-08-042-2/+4
* | Add namespace declarations to qv4debugging.cppUlf Hermann2015-07-291-0/+4
* | Conditionally define Q_ALWAYS_INLINE.Erik Verbruggen2015-07-291-0/+2
* | Remove type punning from QV4::Value.Erik Verbruggen2015-07-2430-255/+273
* | Use QVector instead of QList in V4 profilerUlf Hermann2015-07-202-10/+10
* | qml: Remove unneeded copy-ctor and copy-assignment operatorSérgio Martins2015-07-201-2/+0
* | Use the to/from Hex functions from QtCoreThiago Macieira2015-07-171-37/+21
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-4/+1
|\|
| * V4: Fix use of uninitialized field.Erik Verbruggen2015-06-081-4/+1
* | Smaller code cleanupsLars Knoll2015-06-194-15/+11
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-187-20/+34
* | Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-183-41/+36
* | Add some typesafetyLars Knoll2015-06-184-11/+13
* | Clean up ExecutionContext's for QMLLars Knoll2015-06-188-151/+218
* | Get rid of QQmlIdObjectsArrayLars Knoll2015-06-181-3/+1
* | Simplify property capturing codeLars Knoll2015-06-181-5/+6
* | Minor cleanupSimon Hausmann2015-06-171-2/+1
* | Store a Heap::String pointer in StringObjectLars Knoll2015-06-177-26/+23
* | Get rid of the tmpProperty in StringObjectLars Knoll2015-06-174-34/+34