aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-257-38/+38
* Directly assign initializers to variables in variable declarationsErik Verbruggen2017-01-251-3/+10
* UINT_MAX is not a valid array index in JSLars Knoll2017-01-251-1/+1
* Ensure that we never create empty MemberData objectsLars Knoll2017-01-254-8/+14
* Add anisotropic filtering support to QSGTexturePaolo Angelelli2017-01-258-2/+94
* Allow constants in IR as binop operandsErik Verbruggen2017-01-252-5/+12
* Allow more expressions as base/index in IR subscriptsErik Verbruggen2017-01-251-4/+4
* Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-252-687/+617
* Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-254-490/+505
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-2515-451/+424
* Convert builtins in MathObject to the new calling conventionLars Knoll2017-01-252-112/+112
* Convert more builtin functionsLars Knoll2017-01-2514-237/+206
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-2510-900/+891
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-258-180/+186
* Speed up invocation of builtin functionsLars Knoll2017-01-2510-613/+690
* Inline creation of simple call contextsLars Knoll2017-01-254-22/+16
* Improve SimpleArrayData::markObjectsLars Knoll2017-01-251-2/+8
* Get rid of the inline member data in ObjectLars Knoll2017-01-256-56/+41
* Let allocData/allocString return 0 initialized memoryLars Knoll2017-01-252-4/+6
* Get rid of MemoryManager::DataLars Knoll2017-01-252-55/+30
* Cleanup Heap::BaseLars Knoll2017-01-252-22/+3
* New garbage collectorLars Knoll2017-01-254-261/+407
* New allocator for huge itemsLars Knoll2017-01-252-54/+73
* Allocate simple call contexts from a special allocatorLars Knoll2017-01-255-32/+139
* Implement an allocator for ChunksLars Knoll2017-01-252-2/+173
* Always allocate in 64k chunksLars Knoll2017-01-251-40/+1
* Align allocations to multiples of Chunk::SlotSizeLars Knoll2017-01-251-1/+2
* Add data structures that will get used for the new garbage collectorLars Knoll2017-01-252-2/+257
* QQmlTypeLoader: Deduplicate type resolution codeRobin Burchell2017-01-242-43/+9
* Teach QQmlDirParser to ignore the classname keywordRobin Burchell2017-01-241-0/+9
* Allow canceling incubationJ-P Nurmi2017-01-246-0/+51
* Fix qtdeclarative compilationPaolo Angelelli2017-01-245-22/+93
* Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-243-12/+3
* Doc: Added a description of visible in MouseAreaAram So2017-01-241-0/+3
* Simplify handling of non GC managed heap dataLars Knoll2017-01-224-19/+15
* Add some asserts to help debuggingLars Knoll2017-01-222-0/+2
* Check pointers for 0 before calling mark on themLars Knoll2017-01-221-1/+2
* PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-16/+1
* Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-195-33/+2
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-193-4/+3
* QQmlListModel: Fix potential uninitialized valueRobin Burchell2017-01-181-4/+6
* Item views: Q_DECL_OVERRIDE -> overrideJ-P Nurmi2017-01-1811-138/+138
* QQuickItemView: use some more C++11 range for loopsJ-P Nurmi2017-01-181-35/+34
* QQuickGridView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+13
* QQuickListView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+11
* qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-176-9/+13
* QQuickGravityAffector: Properly deprecate the acceleration property in docsRobin Burchell2017-01-171-7/+5
* QQuickGravityAffector: Move implementations from header to cppRobin Burchell2017-01-172-37/+46
* qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-1/+1
* Fix up some last un-fixed instances of qmlInfo that should be qmlWarningRobin Burchell2017-01-162-2/+2