aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Fix resolution of method and property typesUlf Hermann2020-11-184-25/+50
* QmlCompiler: Mark dataPtr as unused for void AOT functionsUlf Hermann2020-11-131-0/+1
* QmlCompiler: Add method to get first non-composite base scopeUlf Hermann2020-11-121-0/+9
* QmlCompiler: Correctly store AOT functionsUlf Hermann2020-11-121-2/+5
* QmlCompiler: Store values QQmlJSMetaEnum when availableUlf Hermann2020-11-123-1/+26
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-124-7/+12
* QmlCompiler: Allow AOT compilation of JS functionsUlf Hermann2020-11-112-0/+17
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-113-2/+15
* QmlCompiler: Use the name of a QML object as its locationUlf Hermann2020-11-031-1/+3
* QmlCompiler: Allow the specification of file scope codeUlf Hermann2020-11-032-5/+12
* QmlCompiler: Allow retrieval of C++ names for builtinsUlf Hermann2020-10-282-0/+7
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-272-1/+17
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-273-3/+47
* QmlCompiler: Log the name of the binding being compiledUlf Hermann2020-10-271-2/+4
* Don't AOT-compile boring bindingsUlf Hermann2020-10-271-0/+11
* QmlCompiler: Make sure that properties are writable by defaultUlf Hermann2020-10-261-0/+1
* QmlCompiler: Allow AOT compiled function to specify includesUlf Hermann2020-10-262-2/+15
* QmlCompiler: Add method to retrieve addressable scope from visitorUlf Hermann2020-10-261-0/+1
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-234-0/+562
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-231-1/+2
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-234-0/+294
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-226-50/+64
* QmlCompiler: Make sure any import depends on the builtinsUlf Hermann2020-10-222-10/+18
* QmlCompiler: Use size_t for qHashUlf Hermann2020-10-221-2/+2
* qmllint: Resolve aliases in nested objectsUlf Hermann2020-10-222-21/+30
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-204-2/+237
* QQmlJSImporter: Expose the imported objectsUlf Hermann2020-10-201-0/+1
* QQmlJSImporter: Pass the source location to the resultUlf Hermann2020-10-201-0/+1
* QmlCompiler: Cache builtin typesUlf Hermann2020-10-202-1/+6
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-193-22/+18
* QmlCompiler: Add hasMethod() and hasProperty() to QQmlJSScopeUlf Hermann2020-10-191-0/+2
* QmlCompiler: Read the "bindable" attribute from plugins.qmltypesUlf Hermann2020-10-163-43/+44
* QmlCompiler: Retrieve warnings from qmltypes parserUlf Hermann2020-10-161-0/+4
* QQmlJSScope: Add a way to retrieve a single method or propertyUlf Hermann2020-10-162-5/+8
* QmlCompiler: add operator!= to QDeferredPointerUlf Hermann2020-10-151-0/+10
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-152-20/+32
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-152-4/+201
* QDeferredPointer: Remove the factory before executing itUlf Hermann2020-10-152-10/+9
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-155-106/+199
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-158-26/+253
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-155-27/+53
* Rename QQmlJSImportedMembersVisitorUlf Hermann2020-10-125-15/+15
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-4/+6
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-071-1/+1
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-072-8/+42
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-071-2/+15
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-1/+1
* QmlCompiler: Unify and optimize directory importsUlf Hermann2020-10-061-15/+8
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-062-14/+12
* QmlCompiler: Add a source location to QQmlJSScopeUlf Hermann2020-10-051-0/+12