aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix Object::getOwnProperty APILars Knoll2015-06-174-23/+28
* | Fix the RegExpCache to be GC safeLars Knoll2015-06-174-14/+25
* | Make QV4::Script GC safeLars Knoll2015-06-172-15/+12
* | Store rootcontext in a GC safe wayLars Knoll2015-06-175-10/+10
* | Remove another wrong commentLars Knoll2015-06-171-1/+0
* | Remove two ### commentsLars Knoll2015-06-151-2/+0
* | Fix the GC unsafe stack variable in StringifyLars Knoll2015-06-151-6/+11
* | Fix another place where we were not compatible with a moving GCLars Knoll2015-06-151-15/+23
* | Cleanup: Store a pointer to the engine not the contextLars Knoll2015-06-151-11/+11
* | Fix GC problem with json conversion methodsLars Knoll2015-06-152-8/+20
* | Fix some function signaturesLars Knoll2015-06-156-59/+57
* | Get rid of qv4qmlextensionsLars Knoll2015-06-156-122/+4
* | Remove explicit marking of the typedarray constructorsLars Knoll2015-06-101-3/+0
* | Get rid of TypedValueLars Knoll2015-06-104-104/+0
* | Get rid of StringValue usage in QJSValueIteratorLars Knoll2015-06-101-0/+6
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-1025-256/+261
* | Make bindings refcountedLars Knoll2015-06-101-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-045-24/+63
|\|
| * Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+2
| * Fix MSVC warning about unused variableSimon Hausmann2015-05-191-0/+1
| * MSVC: Fix compiler warningKai Koehne2015-05-191-0/+1
| * QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-122-7/+1
| * Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-082-0/+16
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-082-3/+26
| * Fix memory corruption in array handlingSimon Hausmann2015-05-081-3/+2
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-083-19/+23
* | Don't MOTH_END_INSTR(Debug) after beginning a LineUlf Hermann2015-05-221-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-1/+9
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-1/+9
| |\
| | * QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9