aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlimportscanner/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-11/+11
* qmlimportscanner: Don't crash on invalid argumentUlf Hermann2022-08-291-1/+5
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmlimportscanner: Improve performance using caches continuedAlexandru Croitor2022-06-041-62/+182
* qmlimportscanner: Improve performance using cachesAlexandru Croitor2022-06-041-18/+79
* qmlimportscanner: Add logging to help with debugging performanceAlexandru Croitor2022-06-041-3/+40
* qmlimportscanner: Ensure deterministic outputAlexandru Croitor2022-06-041-2/+9
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-2/+4
* Make formerly transitive includes explicitFabian Kosmale2022-02-151-0/+1
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-061-3/+3
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-171-1/+9
* Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2021-12-171-4/+38
* Add CMake deploy support for QML module appsCraig Scott2021-12-131-1/+21
* qmlimportscanner: Prefer directories with qmldirFabian Kosmale2021-11-041-5/+19
* Remove obsolete bootstrap codeFabian Kosmale2021-09-301-4/+0
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-201-0/+11
* qmlimportscanner: Remove superfluous QV4 includesFabian Kosmale2021-06-031-3/+0
* Extend qmlimportscanner to support response files on the command lineCraig Scott2021-05-071-1/+32
* qmlimportscanner: Mark plugins as optionalMaximilian Goldstein2021-03-121-1/+18
* Rework QQmlJSResourceFileMapperUlf Hermann2021-02-241-2/+4
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-1/+1
* Find qml imports inside subdirectories of symlinksJeroen Oomkes2020-11-301-1/+1
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-1/+1
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-051-2/+2
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-2/+1
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-1/+1
* qmlimportscanner: don't include QtQuick.Controls.xxx.impl as depdendencyAssam Boudjelthia2020-09-171-0/+4
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Fix a bunch of compiler warningsLars Knoll2020-08-281-4/+4
* qmlimportscanner: Use QmlDirParserUlf Hermann2020-07-081-67/+95
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-2/+2
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-1/+1
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+5
|/
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* Add support for scanning qrc files in qmlimportscannerAndy Shaw2019-10-241-1/+10
* CMake: Provide API to allow handling of QML static pluginsAlexandru Croitor2019-08-171-3/+43
* extend grammar for better version parsing supportFabian Kosmale2019-07-041-3/+4
* Simplify errors and diagnosticsUlf Hermann2019-06-141-1/+2
* Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-1/+1
* qmlimportscanner: Fix commentsKai Koehne2019-03-211-11/+10
* qmlimportscanner: add some literal strings definitionsMarco Benelli2018-07-121-9/+12
* Use anonymous namespace instead of static declarationsMarco Benelli2018-07-121-11/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
|\
| * qmlimportscanner: Scan the root directory againMorten Johan Sørvig2017-09-191-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-2/+2
|\|