aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-1/+1
|\
| * Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-171-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-9/+11
|\|
| * qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-10-121-9/+11
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-012-3/+45
|\|
| * qqmljsimportvisitor: Fix bindings on prefixed attached propertiesMaximilian Goldstein2022-08-032-3/+45
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-2429-319/+319
|/
* QQmlJSLogger: disable warning from GCC 11 & 12Thiago Macieira2022-06-151-0/+11
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-131-3/+3
* Update commercial license headersTarja Sundqvist2022-06-0429-319/+319
* Avoid copying QQmlJSScopeUlf Hermann2022-04-047-93/+162
* QmlCompiler: Improve ambiguous type detectionUlf Hermann2022-04-041-5/+5
* QQmlJSImportVisitor: handle ids correctlyFabian Kosmale2022-02-211-2/+12
* QmlCompiler: Respect revisionsUlf Hermann2022-01-247-124/+194
* QQmlJSScope: Remove dead codeUlf Hermann2022-01-193-9/+19
* QmlCompiler: Reject ambiguous and inaccessible typesUlf Hermann2021-12-171-38/+93
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-133-29/+35
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-071-5/+19
* QQmlJSImporter: Avoid crash on iterator invalidationUlf Hermann2021-12-071-6/+7
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-034-8/+115
* qmllint: Do not crash on missing qmltypes filesUlf Hermann2021-11-293-19/+11
* qmllint: Support opening the same grouped scope multiple timesUlf Hermann2021-11-292-1/+11
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-11-163-7/+28
* Make QML builtins files available in resource file systemAndrei Golubev2021-11-102-9/+32
* QQmlJSImportVisitor: Handle on binding inside grouped propertiesFabian Kosmale2021-11-101-6/+8
* Keep track of implicit and explicit ComponentFabian Kosmale2021-10-214-15/+63
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-192-4/+11
* QDeferredSharedPointer: fix the build with GCC 12Giuseppe D'Angelo2021-10-181-0/+25
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-051-2/+2
* QQmlJSImporter: Record whether a cached import is a dependencyUlf Hermann2021-09-302-4/+23
* QDeferredSharedPointer: Do not use factory after lazy loadingUlf Hermann2021-09-301-4/+4
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-211-2/+9
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-202-21/+28
* Fix include directories for QmlCompilerUlf Hermann2021-09-021-9/+4
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-193-67/+138
* qmlcompiler: handle script bindings on grouped/attached propertiesAndrei Golubev2021-08-192-39/+55
* qmllint: Process qmldir when importing directoriesMaximilian Goldstein2021-08-123-29/+43
* Align qmllint default property handling with QQmlComponent modelAndrei Golubev2021-07-211-4/+12
* qmllint: Ignore "QML" importsMaximilian Goldstein2021-07-051-0/+5
* qmlcompiler: Fully support required propertiesMaximilian Goldstein2021-06-172-3/+58
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-112-94/+166
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-101-2/+2
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-093-26/+529
* QQmlJSScope: add method to query the owner of the propertyAndrei Golubev2021-06-072-5/+56
* Set index to QQmlJSMetaProperty when traversing QQmlJS::ASTAndrei Golubev2021-06-031-0/+2
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-032-1/+8
* qmllint: Speed up looking for builtinsMaximilian Goldstein2021-06-031-5/+11
* qmllint: Add ability to ignore individual warningsMaximilian Goldstein2021-06-032-0/+10
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-272-18/+27
* Add NOTIFY method to QQmlJSMetaPropertyAndrei Golubev2021-05-272-1/+7