aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-181-4/+3
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-2/+2
* Standardize QJsonArray iterationDavid Skoland2020-10-281-1/+1
* qmllint: Check identifiers before giving up in case of previous errorsUlf Hermann2020-10-271-4/+2
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-271-3/+5
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-272-0/+35
* Replace deprecated DataLocation with AppDataLocationShawn Rutledge2020-10-251-1/+1
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-231-375/+13
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-231-1/+11
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-235-244/+7
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-222-43/+48
* qmllint: fix typoUlf Hermann2020-10-221-1/+1
* qmllint: Remove dead codeUlf Hermann2020-10-211-3/+0
* Compile with Clang11Lars Knoll2020-10-211-0/+4
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-205-179/+3
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-151-2/+2
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-152-248/+58
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-154-184/+21
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-152-6/+6
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-152-30/+63
* qmllint: Don't register the component we're just parsing as importUlf Hermann2020-10-141-4/+0
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-1/+1
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-081-4/+16
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-071-0/+4
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-071-1/+5
* qmllint: Capitalize importer warningsUlf Hermann2020-10-074-52/+59
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0624-56/+56
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-061-1/+4
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-5/+10
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-052-38/+11
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-053-36/+44
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-052-2/+2
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-052-6/+6
* QmlCompiler: Rename QmlStreamWriterUlf Hermann2020-10-054-8/+8
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-052-5/+5
* QmlCompiler: Rename ImportedMembersVisitorUlf Hermann2020-10-051-1/+0
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-053-11/+11
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-054-34/+34
* Long live libQtQmlCompiler!Ulf Hermann2020-10-0534-2807/+33
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-026-40/+28
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-025-37/+23
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-026-87/+142
* qmllint: Remove ComponentVersionUlf Hermann2020-10-0210-166/+28
* qmllint: Remove ScopeTree::isVisualRootScope()Ulf Hermann2020-10-023-16/+8
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-026-49/+51
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-024-42/+27
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-024-42/+32
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-025-49/+55
* tools: Remove QmlJSImporter::m_currentDirUlf Hermann2020-10-023-11/+9