aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope
Commit message (Expand)AuthorAgeFilesLines
* qqmljsscope: add ownModuleNameSami Shalayel7 days2-0/+39
* qmlcachegen: Improve warnings for missing return type annotationsOlivier De Cannière8 days1-1/+1
* QQmlJS: Store method's source location and expose it in QQmlSAOlivier De Cannière14 days2-0/+46
* Tests: check that QFile::open succeedsGiuseppe D'Angelo2024-04-041-3/+3
* QQmlJSImportVisitor mark required aliases as required in their scopeLuca Di Sera2024-04-022-0/+31
* qqmljsscope: add ownEnumerationKey() helper methodSami Shalayel2024-03-212-0/+41
* Correct license for test filesLucie Gérard2024-02-276-6/+6
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-3/+3
* QQmlSA: Remove cruft from public APIUlf Hermann2023-10-231-4/+15
* QQmlSA::ScriptBindingKind: Turn into scoped enumerationFabian Kosmale2023-08-301-3/+3
* QmlCompiler: Store lookupIndex in register content for propertiesUlf Hermann2023-08-241-1/+3
* QQmlJSScope: purge qualifiednameFabian Kosmale2023-08-071-25/+0
* QQmlJSScope: Decouple ContextualTypesFabian Kosmale2023-08-071-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-041-1/+1
* QQmlSA: Remove Element ctor taking a name, add resolveBuiltinTypeFabian Kosmale2023-07-041-0/+39
* QQmlSA: Change API for accessing attached typesOlivier De Cannière2023-06-012-0/+88
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-36/+34
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-1/+2
* QmlCompiler: Fix version resolution for importsUlf Hermann2023-01-302-9/+7
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-273-3/+2
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QmlCompiler: Enforce consistency of ContextualTypesUlf Hermann2022-11-021-2/+3
* qmllint: Warn about duplicated signal/property namesSemih Yavuz2022-10-221-1/+1
* Use SPDX license identifiersLucie Gérard2022-10-142-54/+4
* qmlcompiler: refactor ContextualTypes to know its contextSami Shalayel2022-10-141-1/+2
* 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-1/+1
* Revert "Fix cmake warning about lack of RESOURCE_PREFIX"Ulf Hermann2022-09-161-1/+0
* Fix cmake warning about lack of RESOURCE_PREFIXVolker Hilsheimer2022-09-141-0/+1
* CMake: Silence some RESOURCE_PREFIX warningsUlf Hermann2022-09-141-0/+1
* qqmljsscope: track inline component namesSami Shalayel2022-09-082-1/+22
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-073-3/+3
* tst_qqmljsscope: remove Q_SKIP in qualifiedName testSami Shalayel2022-09-051-2/+0
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-222-0/+59
* Add license headers to cmake filesLucie Gérard2022-07-083-0/+9
* CMake: Add autogen dependency to fix top-level static buildsAlexandru Croitor2022-06-281-1/+1
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-0/+1
* Remove tst_qqmljsscope::qualifiedName as it blocks integrationSami Shalayel2022-06-201-0/+2
* Reimplement tst_qqmljsscope::qualifiedName() to not block integrationSami Shalayel2022-06-205-86/+116
* Use SPDX license identifiersLucie Gérard2022-06-114-108/+8
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-094-18/+156
* Set bindings on QQmlJSScope after AST traversalAndrei Golubev2022-06-022-0/+58
* Inherit base type access semantics in QQmlJSScopesAndrei Golubev2022-06-021-0/+2
* qmlcompiler: Add qualified name to QQmlJSScopeSami Shalayel2022-05-232-0/+101
* qqmljsimportvisitor: Fix assert being hit on empty block bindingsMaximilian Goldstein2022-05-192-2/+17
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-093-1/+106
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-05-094-0/+146
* tst_qqmljsscope: Fix test module importingAndrei Golubev2022-05-046-1/+13