aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Disable ahead-of-time cache generation on AndroidSimon Hausmann2017-06-061-0/+5
* Remove invalid QObject::connect callJoerg Bornemann2017-05-041-1/+0
* Fix licensingJani Heikkinen2017-05-042-34/+24
* Run includemocs in qtdeclarativeThiago Macieira2017-04-266-0/+11
* Fix forced error warnings in -no-gui buildv5.9.0-beta2Alex Blasche2017-04-121-1/+6
* Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-3/+5
* Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-062-5/+15
* Fix build without features.commandlineparserTasuku Suzuki2017-04-031-2/+3
* Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-6/+2
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-6/+2
| |\
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-1/+1
* | | QRegExp include cleanupSamuel Gaist2017-03-172-0/+2
* | | QHash: use the public functions to set the global hash seedThiago Macieira2017-03-161-2/+2
* | | qml runtime: don't assume http by defaultShawn Rutledge2017-03-151-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-2/+2
|\|
| * Fix building with -no-feature-processUlf Hermann2017-03-021-1/+1
| * Add feature.qml-profiler with extended build dependenciesStephan Binner2017-02-241-1/+1
* | Fix support for enums and translations in list elementsSimon Hausmann2017-03-101-0/+35
* | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-091-2/+2
* | Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-091-2/+0
* | Simplify build system integrationSimon Hausmann2017-03-091-14/+4
* | Fix cache file generation for prefix and shadow buildsSimon Hausmann2017-03-091-8/+22
* | Fix skipping of qml cache generation on unsupported architecturesSimon Hausmann2017-03-072-7/+35
* | Fix qmlcachegen command line parametersSimon Hausmann2017-03-071-7/+15
* | Fix qml cache generation for non-prefix buildsSimon Hausmann2017-03-061-4/+18
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2413-9/+135
|\|
| * Do not build qmlplugindump for -no-feature-regularexpressionStephan Binner2017-02-211-1/+5
| * Fix typo in qmlplugindump error messagePeter Varga2017-01-311-1/+1
| * qmlplugindump: add -qapp optionMarco Benelli2017-01-312-7/+30
| * Tools: Add product name, version and description to the .pro filesFriedemann Kleint2017-01-3111-0/+99
* | Do not crash when qmlcachegen is called without argumentsRobert Loehning2017-02-231-1/+3
* | qmlimportscanner: allow "-" as value for qmlFilesMarco Benelli2017-02-171-1/+1
* | qmlplugindump: reports qmlimportscanner's messageMarco Benelli2017-02-171-0/+2
* | qmlplugindump: import paths clean-upMarco Benelli2017-02-171-1/+2
* | Fix crash when generating cache filesSimon Hausmann2017-02-081-1/+2
* | Add qmlcachegen to the default buildSimon Hausmann2017-02-081-2/+3
* | Allow selecting armv7 as target architecture in qmlcachegenSimon Hausmann2017-02-013-5/+22
* | Make the JIT ISelFactory a templateSimon Hausmann2017-01-311-1/+1
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-311-0/+1
* | Added tool to generate QML cache filesSimon Hausmann2017-01-313-0/+327
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-3/+0
|\|
| * remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-261-3/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-0/+11
|\|
| * Fix build without features.commandlineparserTasuku Suzuki2017-01-251-0/+10
* | qmltime: Reject 0 iterationsRobin Burchell2017-01-181-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-2/+18
|\|
| * qmlplugindump : Add a "-output" argument to specify the output fileJacques GUILLOU2017-01-051-2/+18
* | qml: use QUrl::fromUserInput("file.qml", QDir::currentPath())Shawn Rutledge2017-01-031-23/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-251-14/+22
|\|