aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-147-29/+9
* Make better use of the remaining memory before calling GCLars Knoll2017-02-131-1/+19
* Fix a bug in Chunk::sortIntoBins()Lars Knoll2017-02-131-58/+122
* Fix a potential crash in pushWithScopeLars Knoll2017-02-131-2/+6
* Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-116-39/+29
* Prospective fix for native ARMv7 and ARM64 buildsSimon Hausmann2017-02-104-0/+15
* Fix MSVC warning about imported symbols when linking qmlcachegenFriedemann Kleint2017-02-091-0/+7
* Fix crash when generating cache filesSimon Hausmann2017-02-081-1/+6
* Remove remaining ARM #ifdef in qv4assembler.cppSimon Hausmann2017-02-082-16/+38
* Fix ARM64 buildSimon Hausmann2017-02-0811-42/+163
* Enable cross-compiling binops from 32-bit host 64-bit targetSimon Hausmann2017-02-081-58/+135
* Local storage: Improve error messageFriedemann Kleint2017-02-081-2/+5
* Fix compilation of qmldevtools on Windows when cross-compilingSimon Hausmann2017-02-081-4/+24
* Fix register argument passing in cross-compiled code when host == x86Simon Hausmann2017-02-073-13/+4
* Fix a crash in canvas2d when calling some methodsLars Knoll2017-02-071-6/+6
* Fix assembler cross-compilation on 32-bit hostsSimon Hausmann2017-02-076-15/+29
* Eliminate VALUE_FITS_IN_REGISTER #ifdefSimon Hausmann2017-02-063-39/+46
* QDoc: sync description with described code layoutFrederik Schwarzer2017-02-062-7/+8
* Fix a crash in setInternalClassRobin Burchell2017-02-031-1/+2
* Doc: added doc for parameter windowNico Vertriest2017-02-031-1/+1
* Add missing include to qmlengine.cppFriedemann Kleint2017-02-031-0/+1
* Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-033-4/+4
* Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-022-1/+21
* add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-024-29/+31
* Allow selecting armv7 as target architecture in qmlcachegenSimon Hausmann2017-02-012-5/+28
* Added the ARMv7 cross-assembling JIT::ISel to the qmldevtools buildSimon Hausmann2017-02-011-0/+5
* Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-0113-28/+295
* Remove platform ifdefs for ISE::convertTypeToDoubleSimon Hausmann2017-01-312-16/+28
* Remove platform ifdefs for generateCJumpStrictUndefinedSimon Hausmann2017-01-313-42/+38
* Remove platform ifdefs in JIT::ISel::visitRetSimon Hausmann2017-01-313-138/+132
* Eliminate platform #ifdef for loading stringsSimon Hausmann2017-01-312-7/+13
* Make the JIT ISelFactory a templateSimon Hausmann2017-01-313-3/+12
* Bootstrap build fixSimon Hausmann2017-01-311-2/+5
* Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-316-3/+269
* Remove branch compaction #ifdefSimon Hausmann2017-01-3110-68/+155
* QQmlImportDatabase: Fix static build with clangRobert Loehning2017-01-311-0/+2
* Fix intermixed 32-bit/64-bit buildSimon Hausmann2017-01-311-4/+23
* Correctly specialize TargetPlatform as templateSimon Hausmann2017-01-316-40/+105
* Remove 64-/32-bit platform ifdef in assembler instruction selectionSimon Hausmann2017-01-312-71/+81
* Move generateRuntimeCall macroSimon Hausmann2017-01-314-77/+78
* Move loading of register arguments into 8-byte register opsSimon Hausmann2017-01-311-46/+88
* Replace ifdefs with templates when loading double constantsSimon Hausmann2017-01-311-10/+15
* Replace platform ifdefs in copyValue with template specializationsSimon Hausmann2017-01-311-18/+18
* Remove ifdefs in JIT::Assembler:storeValueSimon Hausmann2017-01-311-8/+14
* Replace more storeDouble 64/32-bit #ifdef variation with templatesSimon Hausmann2017-01-311-12/+16
* Add fixes for INTEGRITYKimmo Ollila2017-01-319-124/+160
* Fix a compilation issueJędrzej Nowacki2017-01-312-4/+5
* Replace platform #ifdefs in Assembler::storeReturnValueSimon Hausmann2017-01-312-48/+35
* Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-313-1/+94
* Get rid of #ifdef for JIT::Assembler::generateCJumpOnCompareSimon Hausmann2017-01-312-30/+59