aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsutils_p.h
Commit message (Expand)AuthorAgeFilesLines
* qmltc: Properly escape translation stringsUlf Hermann2025-04-111-8/+13
* Compiler: Fix various clazy warningsOlivier De Cannière2025-03-211-1/+0
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-261-3/+11
* add util to map .qml from source to build folderSami Shalayel2024-09-101-0/+5
* qmlls: find and use resource files from .qt/rccSami Shalayel2024-09-101-0/+2
* QmlCompiler: Fix various style issuesUlf Hermann2024-06-031-1/+1
* QmlCompiler: Use std::move where possibleUlf Hermann2024-05-221-1/+1
* qmlcompiler: Sanitize qmldir paths before using themUlf Hermann2024-05-171-1/+10
* QmlCompiler: fix unity buildsTim Blechmann2024-04-301-0/+8
* QmlCompiler: Escape question marks in string literalsUlf Hermann2024-02-211-1/+4
* Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORTAlexey Edelev2024-01-091-5/+5
* QmlCompiler: Allow comparison of optional typesUlf Hermann2023-11-091-8/+8
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-20/+16
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-1/+1
* qmlsc: Support equality operations for QUrlSemih Yavuz2023-02-161-0/+4
* qmllint: Uncruftify FixSuggestionUlf Hermann2023-02-081-1/+1
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-311-3/+3
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-101-0/+4
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-061-0/+5
* QQmlJSUtils: make a local array const, not constexprMarc Mutz2022-10-181-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* qmltc: Acknowledge BINDABLE-only propertiesAndrei Golubev2022-07-261-0/+27
* Revise build to source dir mapping for QML toolingAndrei Golubev2022-07-261-0/+4
* qmltc: Use QMetaObject hierarchy as reference for meta index calculationAndrei Golubev2022-07-261-0/+74
* QmlCompiler: Extend all sequence types with JS ArrayUlf Hermann2022-07-191-4/+13
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmltc: Set alias property methods in QmltcVisitorAndrei Golubev2022-06-091-0/+5
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-091-0/+15
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-091-0/+23
* QQmlJSUtils: Pass non-trivial parameters as const refUlf Hermann2022-05-111-1/+2
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-2/+3
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-05-091-5/+17
* Move searchBaseAndExtensionTypes into QQmlJSUtilsAndrei Golubev2022-05-091-0/+71
* qmltc: Move alias compilation to qqmltccompilerAndrei Golubev2022-05-031-1/+41
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+2
* Improve consistency of QQmlJSUtils::didYouMean()Andrei Golubev2022-04-251-1/+1
* qmldom: enable and test standalone buildFawzi Mohamed2022-04-121-2/+2
* qmllint: Offer suggestions for typosMaximilian Goldstein2022-01-171-0/+6
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-221-0/+107