| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security header for src/qmlcompiler | Olivier De Cannière | 2025-09-17 | 1 | -0/+1 |
| * | Compiler: Include updated type in property registers' descriptive name | Olivier De Cannière | 2025-04-17 | 1 | -1/+9 |
| * | QmlCompiler: Periodically trim register content pool | Ulf Hermann | 2024-12-03 | 1 | -0/+11 |
| * | QmlCompiler: Store QQmlJSRegisterContent in place where we can | Ulf Hermann | 2024-12-03 | 1 | -0/+11 |
| * | QmlCompiler: Pass QQmlJSRegisterContent by value | Ulf Hermann | 2024-12-03 | 1 | -13/+13 |
| * | QmlCompiler: Improve naming of QQmlRegisterContentPool methods | Ulf Hermann | 2024-12-03 | 1 | -8/+8 |
| * | QmlCompiler: Clean up API of QQmlJSRegisterContent | Ulf Hermann | 2024-12-03 | 1 | -9/+14 |
| * | QmlCompiler: Move type adjustment into QQmlJSRegisterContent | Ulf Hermann | 2024-11-28 | 1 | -0/+70 |
| * | QmlCompiler: Make QQmlJSRegisterContentPrivate non-const | Ulf Hermann | 2024-11-25 | 1 | -19/+37 |
| * | QmlCompiler: Phrase as-cast as an explicit operation | Ulf Hermann | 2024-11-22 | 1 | -1/+1 |
| * | QmlCompiler: Phrase register content storage as register content | Ulf Hermann | 2024-11-21 | 1 | -14/+17 |
| * | QmlCompiler: Split QQmlJSRegisterContent in public and private classes | Ulf Hermann | 2024-11-20 | 1 | -52/+375 |
| * | QmlCompiler: Make the ScopeObject content variant more useful | Ulf Hermann | 2024-10-24 | 1 | -21/+0 |
| * | QmlCompiler: Unify the method call content variants | Ulf Hermann | 2024-10-13 | 1 | -2/+26 |
| * | QmlCompiler: Simplify content variants for QQmlJSRegisterContent | Ulf Hermann | 2024-10-12 | 1 | -0/+46 |
| * | QmlCompiler: Store full type information for conversion origins | Ulf Hermann | 2024-10-10 | 1 | -6/+1 |
| * | QmlCompiler: Require QQmlJSRegisterContent as scope types | Ulf Hermann | 2024-10-08 | 1 | -14/+32 |
| * | QmlCompiler: Make QQmlJSRegisterContent::ContentKind a scoped enum | Ulf Hermann | 2024-06-20 | 1 | -13/+13 |
| * | QmlCompiler: Always report attached type name as name of an attachment | Ulf Hermann | 2024-06-20 | 1 | -2/+0 |
| * | QmlCompiler: Move containedTypeName() into QQmlJSRegisterContent | Ulf Hermann | 2024-06-16 | 1 | -0/+19 |
| * | QmlCompiler: Create QQmlJSRegisterContent unstored | Ulf Hermann | 2024-06-16 | 1 | -52/+28 |
| * | QmlCompiler: Reduce the usage of storedType() | Ulf Hermann | 2024-06-16 | 1 | -16/+54 |
| * | qmlcachegen: Improve warnings for missing return type annotations | Olivier De Cannière | 2024-04-23 | 1 | -11/+20 |
| * | QmlCompiler: Retrieve original types for comparison | Ulf Hermann | 2023-11-13 | 1 | -1/+1 |
| * | QmlCompiler: Store lookupIndex in register content for properties | Ulf Hermann | 2023-08-24 | 1 | -7/+10 |
| * | QmlCompiler: Fix SetLookup on shadowable properties | Ulf Hermann | 2023-08-08 | 1 | -1/+2 |
| * | QmlCompiler: Allow lists as arguments to methods | Ulf Hermann | 2022-11-10 | 1 | -5/+3 |
| * | Port to new Q_UNREACHABLE_RETURN() | Marc Mutz | 2022-10-20 | 1 | -2/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | Replace uses of deprecated _qs with _s/QStringLiteral | Sona Kurazyan | 2022-04-29 | 1 | -13/+15 |
| * | QmlCompiler: Allow retrieval of descriptive name from invalid types | Ulf Hermann | 2022-04-07 | 1 | -0/+5 |
| * | QmlCompiler: Clean up exports | Ulf Hermann | 2022-03-30 | 1 | -6/+0 |
| * | qmlcompiler: Store filename for QML scopes | Maximilian Goldstein | 2022-02-25 | 1 | -2/+2 |
| * | QQmlJSRegisterContent: Make conversions explicit | Ulf Hermann | 2022-02-15 | 1 | -0/+18 |
| * | qmlcompiler: Add a content variant for module prefixes | Ulf Hermann | 2021-08-19 | 1 | -0/+13 |
| * | qmlcompiler: Port type inference code from qmlcachegenplus | Maximilian Goldstein | 2021-06-30 | 1 | -0/+149 |