aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: added requirement for importing JavaScript resourcesNico Vertriest2017-02-211-4/+4
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-172-0/+41
* Fix assert on QT_POINTER_SIZE != 8BogDan Vatra2017-02-151-1/+1
* Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-8/+18
* Fix typo in documentationFrederik Schwarzer2017-02-151-1/+1
* Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-158-10/+50
* QtQml/qv4mm.cpp: Fix type of debug helper lastAllocRequestedSlotsFriedemann Kleint2017-02-151-1/+1
* Remove unnecessary assignment of binop results to temporariesErik Verbruggen2017-02-152-18/+22
* Fix typo in documentationFrederik Schwarzer2017-02-141-1/+1
* Enable register allocator on Win64Erik Verbruggen2017-02-141-13/+18
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-143-14/+4
* 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-111-2/+2
* Prospective fix for native ARMv7 and ARM64 buildsSimon Hausmann2017-02-103-0/+12
* Remove remaining ARM #ifdef in qv4assembler.cppSimon Hausmann2017-02-082-16/+38
* Fix ARM64 buildSimon Hausmann2017-02-085-3/+7
* Enable cross-compiling binops from 32-bit host 64-bit targetSimon Hausmann2017-02-081-58/+135
* Fix register argument passing in cross-compiled code when host == x86Simon Hausmann2017-02-073-13/+4
* 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
* Add missing include to qmlengine.cppFriedemann Kleint2017-02-031-0/+1
* add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-023-0/+23
* 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-014-1/+10
* 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
* Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-316-3/+269
* 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-318-75/+111
* Replace platform #ifdefs in Assembler::storeReturnValueSimon Hausmann2017-01-312-48/+35
* Get rid of #ifdef for JIT::Assembler::generateCJumpOnCompareSimon Hausmann2017-01-312-30/+59
* Template-specialize the mangling/demangling Assembler::loadDouble/storeDoubleSimon Hausmann2017-01-301-14/+51
* Make QV4::Value constants of both encodings always availableSimon Hausmann2017-01-301-16/+29