aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsregistercontent_p.h
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Restore support for writing to temporary arraysUlf Hermann10 days1-1/+1
* QmlCompiler: Simplify register allocationUlf Hermann10 days1-0/+2
* QmlCompiler: Periodically trim register content poolUlf Hermann2024-12-031-0/+5
* QmlCompiler: Add some comments to QQmlJSRegisterContentPoolUlf Hermann2024-12-031-0/+12
* QmlCompiler: Store QQmlJSRegisterContent in place where we canUlf Hermann2024-12-031-0/+2
* QmlCompiler: Pass QQmlJSRegisterContent by valueUlf Hermann2024-12-031-18/+17
* QmlCompiler: Improve naming of QQmlRegisterContentPool methodsUlf Hermann2024-12-031-33/+28
* QmlCompiler: Clean up API of QQmlJSRegisterContentUlf Hermann2024-12-031-44/+69
* QmlCompiler: Remove trivial type comparison methodsUlf Hermann2024-11-291-0/+3
* QmlCompiler: Move type adjustment into QQmlJSRegisterContentUlf Hermann2024-11-281-1/+12
* QmlCompiler: Make QQmlJSRegisterContentPrivate non-constUlf Hermann2024-11-251-5/+4
* QmlCompiler: Phrase as-cast as an explicit operationUlf Hermann2024-11-221-0/+1
* QmlCompiler: Phrase register content storage as register contentUlf Hermann2024-11-211-0/+2
* QmlCompiler: Split QQmlJSRegisterContent in public and private classesUlf Hermann2024-11-201-231/+93
* QmlCompiler: Clean up conversion typesUlf Hermann2024-11-181-1/+0
* QmlCompiler: Remove builtin and global typesUlf Hermann2024-10-241-1/+1
* QmlCompiler: Untangle the global objectUlf Hermann2024-10-241-2/+0
* QmlCompiler: Make the ParentScope content variant more usefulUlf Hermann2024-10-241-2/+1
* QmlCompiler: Make the ScopeObject content variant more usefulUlf Hermann2024-10-241-1/+0
* QmlCompiler: Add a content variant for conversionsUlf Hermann2024-10-151-0/+1
* QmlCompiler: Add a content variant for JavaScript operationsUlf Hermann2024-10-141-0/+1
* QmlCompiler: Introduce a content variant for literalsUlf Hermann2024-10-131-0/+1
* QmlCompiler: Unify the method call content variantsUlf Hermann2024-10-131-4/+23
* QmlCompiler: Simplify content variants for QQmlJSRegisterContentUlf Hermann2024-10-121-10/+10
* QmlCompiler: Properly encode retrieval of JavaScript parent scopeUlf Hermann2024-10-111-1/+1
* QmlCompiler: Properly link up the retrieval of base typesUlf Hermann2024-10-101-0/+2
* QmlCompiler: Store full type information for conversion originsUlf Hermann2024-10-101-2/+2
* QmlCompiler: Remove the extension content variantsUlf Hermann2024-10-091-5/+1
* QmlCompiler: Allow explicit specification of type-by-name lookupUlf Hermann2024-10-091-0/+1
* QmlCompiler: Require QQmlJSRegisterContent as scope typesUlf Hermann2024-10-081-21/+32
* QmlCompiler: Make QQmlJSRegisterContent::ContentKind a scoped enumUlf Hermann2024-06-201-17/+17
* QmlCompiler: Move containedTypeName() into QQmlJSRegisterContentUlf Hermann2024-06-161-0/+1
* QmlCompiler: Create QQmlJSRegisterContent unstoredUlf Hermann2024-06-161-15/+11
* QmlCompiler: Reduce the usage of storedType()Ulf Hermann2024-06-161-7/+26
* Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* QmlCompiler: Retrieve original types for comparisonUlf Hermann2023-11-131-1/+1
* QmlCompiler: Optimize trivial as-casts outUlf Hermann2023-11-041-0/+8
* QmlCompiler: Implement GetIterator and IteratorNextUlf Hermann2023-09-211-0/+1
* QmlCompiler: Store lookupIndex in register content for propertiesUlf Hermann2023-08-241-8/+60
* QmlCompiler: Fix SetLookup on shadowable propertiesUlf Hermann2023-08-081-2/+9
* QmlCompiler: Implement get lookup of variantMap propertiesOlivier De Cannière2023-02-221-1/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmldom: enable and test standalone buildFawzi Mohamed2022-04-121-1/+1
* QmlCompiler: Clean up exportsUlf Hermann2022-03-301-2/+7
* QmlCompiler: Don't generate code for untyped JS callsUlf Hermann2022-02-251-0/+3
* QQmlJSRegisterContent: Make conversions explicitUlf Hermann2022-02-151-2/+43
* QmlCompiler: Move type generalization into separate compile passUlf Hermann2021-11-261-0/+7
* Remove QQmlJSRegisterContent::reset()Ulf Hermann2021-11-181-2/+0
* QmlCompiler: Introduce compile passesUlf Hermann2021-11-171-3/+0