aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-26241-5347/+6785
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2613-22/+41
| |\
| | * Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
| | * Fix build without features.localserverTasuku Suzuki2017-01-231-2/+2
| | * No need to define c99 math functions in c++11 modeJulien Gueytat2017-01-221-1/+1
| | * StackLayout: propagate rearrange() call to child layoutsOleg Yadrov2017-01-191-1/+5
| | * Fix memory leak in V4Gunnar Sletta2017-01-191-1/+1
| | * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
| | * Clarify that QML's date object includes timeKavindra Palaraja2017-01-161-2/+2
| | * Fix build without feature.statemachineTasuku Suzuki2017-01-161-2/+2
| | * Fix build without feature.shortcutTasuku Suzuki2017-01-153-3/+17
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-1/+9
| | |\
| | | * Fix incorrect JavaScript evaluation with the JITv5.8.0Simon Hausmann2017-01-061-1/+9
| | * | Remove documentation references to internal functionsKavindra Palaraja2017-01-131-7/+0
| * | | Slight improvements to resolveType for the common caseRobin Burchell2017-01-251-9/+13
| * | | QQmlImport: Add a little documentation for QQmlImportNamespace & ImportRobin Burchell2017-01-251-7/+39
| * | | QQmlImport: Clean up & rename getTypeForUrl to fetchOrCreateTypeForUrlRobin Burchell2017-01-251-34/+66
| * | | QQmlMetaType: Fix an invalid commentRobin Burchell2017-01-251-1/+1
| * | | 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