aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Fix value type encoding constant usage when cross-compilingSimon Hausmann2017-03-307-62/+80
| * | | | Cleanups: Remove Steele barrier codeLars Knoll2017-04-078-131/+13
| |/ / /
| * | | Micro optimizationLars Knoll2017-04-072-0/+7
| * | | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-0725-130/+162
| * | | CleanupsLars Knoll2017-04-074-76/+81
| * | | Remove assertObjectBelongsToEngine methodLars Knoll2017-04-072-11/+0
| * | | Avoid stack overflows during GC runsLars Knoll2017-04-071-3/+15
| * | | Correctly compute the amount of variables we need to markLars Knoll2017-04-061-3/+2
| * | | Add a TODO to make functions constAlbert Astals Cid2017-04-051-3/+3
| * | | Revert "Positioners: allow distinguishing between implicit/explicit child size"Mitch Curtis2017-04-053-133/+41
| * | | Revert "Privately export QQuickPositionerAttached"Mitch Curtis2017-04-051-1/+1
| * | | Error out if TestCase.verify receives more than 2 parametersAlbert Astals Cid2017-04-051-0/+3
| * | | TestCase: Use the new instanceof support for QML types to ensure we have an ItemRobin Burchell2017-04-041-20/+38
| * | | Document that wrap modes do not work with atlas texturesGunnar Sletta2017-04-041-0/+2
| * | | QQuickImage: only call updatePaintedGeometry() when necessaryMitch Curtis2017-04-031-1/+2
| * | | Don't use incremental GC for nowLars Knoll2017-03-301-2/+2
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-3014-33/+55
| |\| |
| | * | Fix stack pointer arithmetic when cross-compilingSimon Hausmann2017-03-297-5/+15
| | * | Make keyboard events work in QQuickWidgetLaszlo Agocs2017-03-292-6/+3
| | * | Fix pop(RegisterID) on ARMv7 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
| | * | Flickable: don't steal grab from item with keepTouchGrab setShawn Rutledge2017-03-271-3/+4
| | * | in childMouseEventFilter, touchpoint grabber is also the mouse grabberShawn Rutledge2017-03-271-5/+21
| * | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-2713-34/+74
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-2512-33/+73
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-1512-33/+73
| | | |\|
| | | | * Doc: Removed non-working reimplementation suggestionsChristoph Sterz2017-03-152-8/+5
| | | | * 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
| * | | | Fix possible loss of data warningJesus Fernandez2017-03-241-1/+1
| * | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-2372-661/+991
| |\| | |
| | * | | Build for for -no-feature-quick-spritePaul Olav Tvete2017-03-226-3/+19
| | * | | Build fix for configure -no-openglPaul Olav Tvete2017-03-222-0/+4
| | * | | 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
| | * | | V4 Debugger: Encode NaN and +/-Infinity as stringsUlf Hermann2017-03-211-2/+11
| | * | | Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-218-20/+21
| | * | | QQuickEvents: Fix documentation of types for MouseEvent and WheelEvent x/yRobin Burchell2017-03-201-4/+4