aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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
* | | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-193-11/+0
* | | QQmlListModel: Fix potential uninitialized valueRobin Burchell2017-01-181-4/+6
* | | qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-176-9/+13
* | | qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-1/+1
* | | Remove remnants of blackberry platform supportRobin Burchell2017-01-162-3/+0
* | | Remove QQuickWebView from QQmlEngine documentationRobin Burchell2017-01-161-2/+1
* | | networktransparency: Remove reference to WebView, and instead only use local ...Robin Burchell2017-01-161-6/+2
* | | QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-161-5/+10
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-1412-51/+73
|\| |
| * | Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
| * | QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
| * | QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-112-11/+13
| * | Doc: Rearranged order of Extending QML ExamplesNico Vertriest2017-01-091-0/+36
| * | Clarified that QQmlListProperty can only be used for lists of QObject-derived...Kavindra Palaraja2017-01-051-2/+3
| * | Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-0/+5
| * | Get rid of the GCBlockerLars Knoll2016-12-284-36/+0
| * | Removed auto-generated links to internal classesKavindra Palaraja2016-12-281-0/+10
* | | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-1110-64/+64
* | | QQmlError: Fix code style a bitRobin Burchell2017-01-111-19/+32
* | | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-115-28/+171
* | | Binop assembler cleanupSimon Hausmann2017-01-112-87/+97
* | | Break circular assembler dependencySimon Hausmann2017-01-113-8/+8
* | | Minor assembler cleanupSimon Hausmann2017-01-112-169/+172
* | | Remove Q_FLAGS about a enum/flags that don't exist at allAlbert Astals Cid2017-01-111-1/+0
* | | Clarify JIT selection for 32-bit and 64-bit architecturesSimon Hausmann2017-01-041-4/+4
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-254-34/+37
|\| |
| * | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-251-0/+5
| |\|
| | * V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
| * | QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-202-31/+30
| * | V4 Profiler: Don't delete compilation units when copying trace dataUlf Hermann2016-12-201-3/+2
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-14105-2498/+2364
|\| |
| * | Minor optimizationLars Knoll2016-12-131-1/+1
| * | Optimize code in instanceOf() of FunctionObject::protoForConstructor()Lars Knoll2016-12-133-17/+17
| * | Micro optimizationLars Knoll2016-12-131-0/+7
| * | Streamline code allocating MemberDataLars Knoll2016-12-134-34/+12
| * | Optimize Arguments ObjectLars Knoll2016-12-133-3/+18