aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Work around different GCC versions' idea of uninitializedErik Verbruggen2017-09-131-0/+1
* Remove compare for >=0 on an unsigned typeErik Verbruggen2017-09-131-2/+2
* Fix instruction dispatch when no computed gotos are usedErik Verbruggen2017-09-131-0/+6
* Fix wide instruction dispatchErik Verbruggen2017-09-132-5/+5
* Fix building for QNX with buggy GCCErik Verbruggen2017-09-133-8/+10
* Fix argument order for bound signal expressionsErik Verbruggen2017-09-131-12/+29
* Make msvc2015 happyErik Verbruggen2017-09-132-4/+9
* Remove superfluous call to String::makeIdentifierErik Verbruggen2017-09-122-2/+2
* Fix: QQmlBoundSignal really needs a call contextErik Verbruggen2017-09-121-1/+1
* Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-123-2/+10
|\
| * Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
| * Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
| * QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0818-52/+45
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-057-12/+9
| |\
| | * Doc: Fix capitalization in section titlesTopi Reinio2017-08-295-6/+6
| | * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
| | * Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-2312-31/+33
| |\|
| | * Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
| | * Small cleanupLars Knoll2017-08-231-2/+1
| | * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
| | * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
| | * Clean up void * usageLars Knoll2017-08-235-13/+16
| | * Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
| * | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-14/+3
* | | Fix name lookup in QML signal handlersErik Verbruggen2017-09-081-2/+2
* | | Fix the case where CreateCallContext interferes with QML dependenciesErik Verbruggen2017-09-071-3/+7
* | | Fix namespaced buildErik Verbruggen2017-09-071-1/+3
* | | Get rid of the hack for named expressionsLars Knoll2017-09-028-28/+28
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-0228-286/+291
* | | Generate a Decrement instead of a Sub with -1 as the rhsErik Verbruggen2017-09-011-5/+11
* | | Generate Cmp* instructions instead of calling into the runtimeErik Verbruggen2017-09-011-8/+84
* | | Fix invalid condition inversion for conditional jumpsErik Verbruggen2017-09-016-226/+227
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-0130-53/+150
* | | Fix compiler warning on gccLars Knoll2017-09-011-1/+1
* | | Don't emit bytecode just to set the thisObject to undefinedLars Knoll2017-09-012-4/+5
* | | Add a Value::isFunctionObject() methodLars Knoll2017-09-012-26/+34
* | | Move the stack limit check into VME::execLars Knoll2017-09-012-5/+1
* | | CleanupsLars Knoll2017-09-014-17/+3
* | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-0110-13/+27
* | | Unify JSStackFrame and CallDataLars Knoll2017-09-0110-140/+126
* | | Add dumping of the raw hex values to the bytecode dumperLars Knoll2017-09-012-4/+35
* | | Use the context member in CallDataLars Knoll2017-09-018-21/+28
* | | Get rid of the FunctionObject parameter to VME::exec()Lars Knoll2017-09-017-21/+17
* | | Add the current context and function object to CallDataLars Knoll2017-09-014-58/+57
* | | Smaller cleanupLars Knoll2017-08-311-25/+9
* | | Get rid of the specialized Moth::CompilationUnitLars Knoll2017-08-317-154/+14
* | | Remove the codeRefs in the Moth::CompilationUnitLars Knoll2017-08-307-125/+17