aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-305-9/+2
|\
| * Use qtConfig where appropriateJake Petroules2017-01-261-1/+1
| * Doc: Fix the snippet walk-through sequenceVenugopal Shivashankar2017-01-261-1/+1
| * remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-263-7/+0
* | qqmltypenamecache.cpp: Fix warnings about deprecated string conversionsFriedemann Kleint2017-01-301-2/+2
* | Include the JIT assembler in qmldevtoolsSimon Hausmann2017-01-286-30/+40
* | Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-286-106/+138
* | Make QV4::JIT::InstructionSelection a templateSimon Hausmann2017-01-283-107/+182
* | Make QV4::JIT::Assembler a templateSimon Hausmann2017-01-286-150/+248
* | Make binop and unop a templateSimon Hausmann2017-01-285-110/+128
* | Changed JSC::MacroAssembler to be a templateSimon Hausmann2017-01-286-32/+64
* | Make JSC::LinkBuffer a templateSimon Hausmann2017-01-2812-167/+174
* | Cleanup MacroAssembler in preparation for becoming a templateSimon Hausmann2017-01-281-53/+74
* | Make QV4::JIT::TargetPlatform a templateSimon Hausmann2017-01-282-7/+24
* | Clean up JIT::TargetPlatform structSimon Hausmann2017-01-282-75/+83
* | Minor cleanup: Move LookupCall and RuntimeCall into AssemblerSimon Hausmann2017-01-285-29/+29
* | JIT Assembler instruction selection cleanupSimon Hausmann2017-01-282-437/+451
* | Make Item::grabToImage work in more cases, and improve test coverageAlbert Astals Cid2017-01-274-7/+50
* | Add 10mm rectangle to screen example to verify Screen.pixelDensityTor Arne Vestbø2017-01-271-0/+7
* | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-2711-8/+139
* | Use independent buffer for indicesJesus Fernandez2017-01-272-9/+2
* | QQmlImport: Decouple QQmlImportNamespace & Import type from qqmlimport.cppRobin Burchell2017-01-262-69/+76
* | Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-263-62/+62
* | QQmlImport: Document some methods used by QQmlTypeLoaderRobin Burchell2017-01-261-0/+16
* | QQmlImport: Document populateCache methodRobin Burchell2017-01-261-0/+11
* | jsruntime: Add a vtable hook on Object for instanceofRobin Burchell2017-01-263-28/+56
* | Add masm allocator for INTEGRITYKimmo Ollila2017-01-262-0/+233
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2620-28/+178
|\|
| * Fix build without features.commandlineparserTasuku Suzuki2017-01-251-0/+10
| * Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
| * Stabilize testJan Arve Saether2017-01-241-1/+3
| * Fix build without features.localserverTasuku Suzuki2017-01-231-2/+2
| * Do not leak the item, and use a QScopedPointer to guarantee cleanupJan Arve Saether2017-01-231-2/+1
| * 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-193-2/+114
| * Fix memory leak in V4Gunnar Sletta2017-01-191-1/+1
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-183-3/+14
| * 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