aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 IR: update immediate dominators when purging unreachable basic-blocksErik Verbruggen2014-01-161-13/+19
* V4: remove unnecessary spills and order them correctly.Erik Verbruggen2014-01-163-21/+31
* Make qtdeclarative compile with QT_NO_TRANSLATIONTasuku Suzuki2014-01-101-3/+5
* Fix bad cast of virtual class to base class via reinterpret_castThiago Macieira2014-01-101-1/+1
* Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-093-145/+63
* Fix some typos in documentation.Jeff Tranter2014-01-091-1/+1
* Fix broken build with Clang < 3.4 after 60aed669345be33b916c445565Thiago Macieira2014-01-081-1/+2
* V4: optimize dominator frontier storage.Erik Verbruggen2014-01-081-7/+164
* Ameliorate DocumentationAlan Alpert2014-01-071-2/+3
* [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-1/+1
* Remove unused static functions from QtQml found by Clang 3.4Thiago Macieira2014-01-041-28/+0
* Also fix the unused variable warning that ICC found with ClangThiago Macieira2014-01-041-0/+2
* Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-022-3/+8
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-35/+26
* V4: remove class field in DominatorTree that was used only once.Erik Verbruggen2014-01-021-21/+18
* V4 IR: do not add unconditional jumps to work listsErik Verbruggen2014-01-021-1/+4
* V4 IR: change datastructures for dominator calculations.Erik Verbruggen2014-01-021-112/+172
* Doc: Fix broken linksSze Howe Koh2013-12-3014-24/+25
* Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2
* use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
* V4 SSA: add some more literature references.Erik Verbruggen2013-12-191-5/+13
* Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
* Doc: Made copy of the QML files in the snippets directoryVenu2013-12-133-3/+174
* V4 IR: change block scheduling algorithm from recursive to iterative.Erik Verbruggen2013-12-121-102/+189
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-1211-15/+17
|\
| * Fix a crash in JSON.parseLars Knoll2013-12-041-2/+7
| * QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0410-13/+10
* | Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-2/+12
* | Use qCpuHasFeature because the check can be optimized out of existenceThiago Macieira2013-12-101-1/+1
* | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-105-23/+52
* | V4: change variable renumbering algorithm from recursive to iterative.Erik Verbruggen2013-12-101-89/+237
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-102-8/+27
* | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-3/+3
* | Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* | Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* | Clean up property dependency data structuresSimon Hausmann2013-12-057-141/+87
* | Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-053-4/+17
* | Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-053-0/+53
* | V4 IR: reverse propagate int32 truncation.Erik Verbruggen2013-12-044-139/+363
* | QQmlMemoryProfiler: Fix dangling pointer use.Robin Burchell2013-12-041-2/+1
* | Remove unused memberLars Knoll2013-12-044-6/+4
* | Fix some header guardsLars Knoll2013-12-043-4/+4
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-0443-219/+214
* | Remove setVTable calls in performance critical areasLars Knoll2013-12-0421-75/+97
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-0449-248/+303
* | Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* | Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-043-4/+12