aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlirbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-6/+10
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-0/+9
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-32/+0
* QML: Revert the default for enforcing function signaturesUlf Hermann2023-06-261-2/+1
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-22/+24
* QML: Add an "Addressable" value to ValueTypeBehaviorUlf Hermann2023-03-021-8/+25
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-48/+75
* Fix CMake Unity (Jumbo) builds on WindowsFriedemann Kleint2023-02-151-2/+2
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-6/+33
* QQmlIRBuilder: Clean up QStringView odditiesFabian Kosmale2023-01-171-3/+3
* qqmlirbuilder: Remove dead codeFabian Kosmale2023-01-171-4/+0
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-0/+25
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-26/+24
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-6/+3
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+26
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-131-6/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-12/+12
* QQmlIRBuilder: Introduce a more extensible Pragma parserUlf Hermann2022-09-291-42/+100
* Qml: Fix crash by function definition in grouped property, reject itYuya Nishihara2022-09-151-4/+13
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-221-50/+12
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-071-4/+6
* QtQml: Move idIndex into bitfield union of AliasUlf Hermann2022-06-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Add an option to bind components to filesUlf Hermann2022-05-231-0/+33
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-111-7/+7
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-34/+39
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-39/+23
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-111-6/+6
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-111-3/+3
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-111-7/+5
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* Fix typo and apply some cosmeticsUlf Hermann2022-04-111-2/+2
* Allow custom named value types in QMLUlf Hermann2022-01-251-34/+10
* Remove unused enumTableSize variableShawn Rutledge2021-12-091-2/+0
* qmllint: Initial translation binding supportFabian Kosmale2021-12-081-112/+10
* Clean up property attributes (1/2)Fabian Kosmale2021-11-171-5/+5
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-101-0/+6
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-14/+53
* QmlIR::Object: Get rid of isInlineComponent memberFabian Kosmale2021-08-251-3/+2
* QQmlIRBuilder: Always preserve "undefined" stringFabian Kosmale2021-08-091-1/+9
* qmllint: Move use-before-declaration warning out of checkidentifiersMaximilian Goldstein2021-08-041-2/+4
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-231-0/+6
* qv4bytecodegenerator: Supply SourceLocations in compiler contextMaximilian Goldstein2021-07-131-3/+3
* Disallow alias property and normal property having the same nameFabian Kosmale2021-06-151-1/+12
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-121-2/+3
* Fix C4267 warning in qqmlirbuilder.cppKai Köhne2021-04-201-2/+2
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-191-1/+3
* QML: Make retrieval of a signal name from a handler accessibleUlf Hermann2021-02-191-0/+19
* QML: Introduce "pragma Strict"Ulf Hermann2020-11-261-3/+8