aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Add generic QVariant-to-typed comparisonUlf Hermann2023-12-071-9/+5
* QmlCompiler: Remove QQmlJSTypeResolver::scopeForId and idForScopeUlf Hermann2023-11-231-1/+4
* QmlCompiler: Allow comparison of optional typesUlf Hermann2023-11-091-17/+9
* qmlsc: Support equality operations for QUrlSemih Yavuz2023-02-161-0/+16
* qmllint: Uncruftify FixSuggestionUlf Hermann2023-02-081-5/+7
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-311-3/+3
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-101-0/+20
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-061-0/+29
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-111-7/+11
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* Revise build to source dir mapping for QML toolingAndrei Golubev2022-07-261-0/+44
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-27/+2
* qmltc: Set alias property methods in QmltcVisitorAndrei Golubev2022-06-091-8/+32
* QQmlJSUtils: Pass non-trivial parameters as const refUlf Hermann2022-05-111-24/+24
* qmltc: Move alias compilation to qqmltccompilerAndrei Golubev2022-05-031-0/+60
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* Improve consistency of QQmlJSUtils::didYouMean()Andrei Golubev2022-04-251-1/+12
* qmllint: Offer suggestions for typosMaximilian Goldstein2022-01-171-0/+76