aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7
* Fix build without features.qml-interpreterTasuku Suzuki2017-04-211-1/+1
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-205-0/+10
* QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+4
* Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-117-45/+37
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-106-39/+27
| * Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-03-281-6/+10
* | Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
* | Fix locals register allocation on ARM when cross-compilingSimon Hausmann2017-04-061-1/+1
* | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-065-423/+544
* | Fix double conversion code generation when cross-compilingSimon Hausmann2017-04-062-7/+15
* | Fix shadow stack space handling when cross-compilingSimon Hausmann2017-04-061-7/+1
* | Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-062-1/+2
* | Fix architecture selection when cross-compiling cache filesSimon Hausmann2017-04-061-4/+4
* | Fix engine parameter passing when cross-compilingSimon Hausmann2017-04-061-1/+1
* | Fix loading of strings when cross-compiling from 64-bit host to 32-bitSimon Hausmann2017-04-061-1/+1
* | Don't waste CPU cycles when checking whether a breakpoint is activeLars Knoll2017-04-041-5/+6
* | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | Doc: remove const from QQmlListProperty getterMitch Curtis2017-04-032-2/+2
* | Fix Clang warning about member in template class not definedThiago Macieira2017-04-032-3/+3
* | Fix build without features.animationTasuku Suzuki2017-04-033-3/+15
* | V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-8/+29
* | Fix encoding of primitive constants when cross-compilingSimon Hausmann2017-03-314-43/+100
* | Fix arithmetic with constants inside eval() calls on 32-bit architecturesSimon Hausmann2017-03-301-0/+1
* | Fix value type encoding constant usage when cross-compilingSimon Hausmann2017-03-307-62/+80
* | Fix stack pointer arithmetic when cross-compilingSimon Hausmann2017-03-291-1/+1
* | Simplify function prologue code in the JITSimon Hausmann2017-03-291-3/+1
* | Minor cleanup: Remove unused functionSimon Hausmann2017-03-291-7/+0
* | Fix manual register allocation when cross-compiling for ARMv7Simon Hausmann2017-03-291-3/+3
* | Add support for showing disassembly for cache mapped codeSimon Hausmann2017-03-291-0/+6
* | Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-2510-25/+68
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-1510-25/+68
| |\|
| | * Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
| | * Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-138-23/+29
| | * Fix accidental assignment in assertionSimon Hausmann2017-03-131-1/+1
| | * JS: Fix 0 == -0Erik Verbruggen2017-03-081-0/+2
* | | Fix prototype property when set to non-objectsSimon Hausmann2017-03-241-1/+1
* | | Codegen: do not assume QStringRef(const QString *) is implicitMarc Mutz2017-03-221-2/+2
* | | Speed up source code readingSimon Hausmann2017-03-221-1/+9
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-2210-28/+24
* | | Fix handling of huge memory segmentsLars Knoll2017-03-221-3/+13
* | | Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-212-36/+54
* | | Simplify internal source access APISimon Hausmann2017-03-212-37/+30
* | | Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-218-20/+21
* | | Protect CallContext member usage against word size differencesSimon Hausmann2017-03-172-4/+20
* | | Remove unused macroSimon Hausmann2017-03-171-4/+0
* | | Protect ExecutionContext member usage against word size differencesSimon Hausmann2017-03-175-19/+50