aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsregistercontent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compiler: Include updated type in property registers' descriptive nameOlivier De Cannière2025-04-171-1/+9
* QmlCompiler: Periodically trim register content poolUlf Hermann2024-12-031-0/+11
* QmlCompiler: Store QQmlJSRegisterContent in place where we canUlf Hermann2024-12-031-0/+11
* QmlCompiler: Pass QQmlJSRegisterContent by valueUlf Hermann2024-12-031-13/+13
* QmlCompiler: Improve naming of QQmlRegisterContentPool methodsUlf Hermann2024-12-031-8/+8
* QmlCompiler: Clean up API of QQmlJSRegisterContentUlf Hermann2024-12-031-9/+14
* QmlCompiler: Move type adjustment into QQmlJSRegisterContentUlf Hermann2024-11-281-0/+70
* QmlCompiler: Make QQmlJSRegisterContentPrivate non-constUlf Hermann2024-11-251-19/+37
* QmlCompiler: Phrase as-cast as an explicit operationUlf Hermann2024-11-221-1/+1
* QmlCompiler: Phrase register content storage as register contentUlf Hermann2024-11-211-14/+17
* QmlCompiler: Split QQmlJSRegisterContent in public and private classesUlf Hermann2024-11-201-52/+375
* QmlCompiler: Make the ScopeObject content variant more usefulUlf Hermann2024-10-241-21/+0
* QmlCompiler: Unify the method call content variantsUlf Hermann2024-10-131-2/+26
* QmlCompiler: Simplify content variants for QQmlJSRegisterContentUlf Hermann2024-10-121-0/+46
* QmlCompiler: Store full type information for conversion originsUlf Hermann2024-10-101-6/+1
* QmlCompiler: Require QQmlJSRegisterContent as scope typesUlf Hermann2024-10-081-14/+32
* QmlCompiler: Make QQmlJSRegisterContent::ContentKind a scoped enumUlf Hermann2024-06-201-13/+13
* QmlCompiler: Always report attached type name as name of an attachmentUlf Hermann2024-06-201-2/+0
* QmlCompiler: Move containedTypeName() into QQmlJSRegisterContentUlf Hermann2024-06-161-0/+19
* QmlCompiler: Create QQmlJSRegisterContent unstoredUlf Hermann2024-06-161-52/+28
* QmlCompiler: Reduce the usage of storedType()Ulf Hermann2024-06-161-16/+54
* qmlcachegen: Improve warnings for missing return type annotationsOlivier De Cannière2024-04-231-11/+20
* QmlCompiler: Retrieve original types for comparisonUlf Hermann2023-11-131-1/+1
* QmlCompiler: Store lookupIndex in register content for propertiesUlf Hermann2023-08-241-7/+10
* QmlCompiler: Fix SetLookup on shadowable propertiesUlf Hermann2023-08-081-1/+2
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-101-5/+3
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-13/+15
* QmlCompiler: Allow retrieval of descriptive name from invalid typesUlf Hermann2022-04-071-0/+5
* QmlCompiler: Clean up exportsUlf Hermann2022-03-301-6/+0
* qmlcompiler: Store filename for QML scopesMaximilian Goldstein2022-02-251-2/+2
* QQmlJSRegisterContent: Make conversions explicitUlf Hermann2022-02-151-0/+18
* qmlcompiler: Add a content variant for module prefixesUlf Hermann2021-08-191-0/+13
* qmlcompiler: Port type inference code from qmlcachegenplusMaximilian Goldstein2021-06-301-0/+149