| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Update commercial SPDX-License-Identifier" | Tarja Sundqvist | 2025-01-03 | 1 | -1/+1 |
| * | QtQml: Register function type annotations as mandatory type references | Ulf Hermann | 2023-10-31 | 1 | -2/+3 |
| * | Update commercial SPDX-License-Identifier | Tarja Sundqvist | 2023-10-23 | 1 | -1/+1 |
| * | Fix CMake Unity (Jumbo) builds on Windows | Friedemann Kleint | 2023-02-15 | 1 | -2/+2 |
| * | QML: Add a pragma for value type behavior | Ulf Hermann | 2023-01-24 | 1 | -6/+33 |
| * | QObjectWrapper: Fix calling attached methods on different objects | Ulf Hermann | 2023-01-03 | 1 | -0/+25 |
| * | QmlCompiler: Fix recognition of builtin list types | Ulf Hermann | 2022-12-16 | 1 | -26/+24 |
| * | Port to new Q_UNREACHABLE_RETURN() | Marc Mutz | 2022-10-20 | 1 | -6/+3 |
| * | Add option to enforce function signatures | Ulf Hermann | 2022-10-14 | 1 | -0/+26 |
| * | Qml: Analyze qsTranslate at compile time | Ulf Hermann | 2022-10-13 | 1 | -6/+14 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -4/+4 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -12/+12 |
| * | QQmlIRBuilder: Introduce a more extensible Pragma parser | Ulf Hermann | 2022-09-29 | 1 | -42/+100 |
| * | Qml: Fix crash by function definition in grouped property, reject it | Yuya Nishihara | 2022-09-15 | 1 | -4/+13 |
| * | qqmltypecompiler: align runtime function table order to qmlcachegen | Andrei Golubev | 2022-07-22 | 1 | -50/+12 |
| * | QmlCompiler: Handle trivial signal handler constructions | Ulf Hermann | 2022-07-07 | 1 | -4/+6 |
| * | QtQml: Move idIndex into bitfield union of Alias | Ulf Hermann | 2022-06-20 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Add an option to bind components to files | Ulf Hermann | 2022-05-23 | 1 | -0/+33 |
| * | QML: Port QV4::CompiledData::Property to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -7/+7 |
| * | QML: Port QV4::CompiledData::Binding to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -34/+39 |
| * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -39/+23 |
| * | QML: Port QV4::CompiledData::Alias to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -6/+6 |
| * | QML: Port QV4::CompiledData::Object to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -3/+3 |
| * | QML: Port QV4::CompiledData::ParameterType to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -7/+5 |
| * | Replace uses of deprecated _qs with _s/QStringLiteral | Sona Kurazyan | 2022-04-29 | 1 | -1/+3 |
| * | Fix typo and apply some cosmetics | Ulf Hermann | 2022-04-11 | 1 | -2/+2 |
| * | Allow custom named value types in QML | Ulf Hermann | 2022-01-25 | 1 | -34/+10 |
| * | Remove unused enumTableSize variable | Shawn Rutledge | 2021-12-09 | 1 | -2/+0 |
| * | qmllint: Initial translation binding support | Fabian Kosmale | 2021-12-08 | 1 | -112/+10 |
| * | Clean up property attributes (1/2) | Fabian Kosmale | 2021-11-17 | 1 | -5/+5 |
| * | Handle function as default arguments in toplevel functions | Fabian Kosmale | 2021-11-10 | 1 | -0/+6 |
| * | Add a Pragma for list assign behavior | Ulf Hermann | 2021-10-13 | 1 | -14/+53 |
| * | QmlIR::Object: Get rid of isInlineComponent member | Fabian Kosmale | 2021-08-25 | 1 | -3/+2 |
| * | QQmlIRBuilder: Always preserve "undefined" string | Fabian Kosmale | 2021-08-09 | 1 | -1/+9 |
| * | qmllint: Move use-before-declaration warning out of checkidentifiers | Maximilian Goldstein | 2021-08-04 | 1 | -2/+4 |
| * | Treat substitution free template string literals as string bindings | Fabian Kosmale | 2021-07-23 | 1 | -0/+6 |
| * | qv4bytecodegenerator: Supply SourceLocations in compiler context | Maximilian Goldstein | 2021-07-13 | 1 | -3/+3 |
| * | Disallow alias property and normal property having the same name | Fabian Kosmale | 2021-06-15 | 1 | -1/+12 |
| * | qqmlirbuilder: Fix deep inline component script bindings | Maximilian Goldstein | 2021-05-12 | 1 | -2/+3 |
| * | Fix C4267 warning in qqmlirbuilder.cpp | Kai Köhne | 2021-04-20 | 1 | -2/+2 |
| * | qqmlirbuilder: Fix treating parser warnings as errros | Maximilian Goldstein | 2021-04-19 | 1 | -1/+3 |
| * | QML: Make retrieval of a signal name from a handler accessible | Ulf Hermann | 2021-02-19 | 1 | -0/+19 |
| * | QML: Introduce "pragma Strict" | Ulf Hermann | 2020-11-26 | 1 | -3/+8 |
| * | QmlIR: Make sure that all objects receive a location | Ulf Hermann | 2020-10-22 | 1 | -9/+19 |
| * | Unify "variant" and "var" properties in QML | Fabian Kosmale | 2020-08-24 | 1 | -1/+1 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -18/+18 |
| * | Merge "Merge remote-tracking branch 'origin/5.15' into dev" | Qt Forward Merge Bot | 2020-03-18 | 1 | -0/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-18 | 1 | -0/+6 |
| | |\ |
|
| | | * | Inline components: Abort if two IC's with same name exist | Fabian Kosmale | 2020-03-16 | 1 | -0/+6 |