aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser
Commit message (Expand)AuthorAgeFilesLines
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-113-83/+6
* Purge old AST dumper and use the functionality provided by the QML DOMFabian Kosmale2021-11-132-2/+5
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-6/+4
* Evaluate type assertions in QMLUlf Hermann2021-05-261-22/+14
* Fix warnings from int type mismatchesVolker Hilsheimer2021-04-271-1/+1
* Fix warning from signed/unsigned mismatchVolker Hilsheimer2021-04-121-1/+1
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-1/+1
* Ensure that empty tokens in the AST are emptyFawzi Mohamed2021-03-261-0/+17
* Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-171-4/+4
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-14/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-7/+7
* Fix lexer line number if code contains continuation stringsChristian Stenger2020-06-121-1/+109
* Fix line number for follow-up lines in stringsChristian Stenger2020-05-011-0/+25
* Fix lexer handling of escape sequences in stringChristian Stenger2020-05-011-1/+30
* Also support partly specified versions in JS .importsUlf Hermann2020-03-181-14/+5
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-1/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-124-0/+261
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-172-1/+3
| |\
| | * Added AstDumper: better describe and compare AST treesFawzi Mohamed2020-02-122-1/+3
| * | Guard against invalid version specifiers in import statementsUlf Hermann2020-02-121-0/+44
| |/
| * add annotations to QMLFawzi Mohamed2020-01-313-0/+215
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-3/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-0/+83
|\|
| * Add (and ignore for now) type assertions to QMLUlf Hermann2019-11-271-0/+42
| * QML: Consider the semicolon as part of expression statementsUlf Hermann2019-11-181-0/+41
* | Regenerate TestsLeander Beernaert2020-01-161-1/+1
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+54
|/
* Allow all basic QML types for type annotationsSimon Hausmann2019-07-096-0/+24
* Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-0914-2/+165
* extend grammar for better version parsing supportFabian Kosmale2019-07-041-0/+35
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-061-0/+10
|\
| * Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+10
* | Tests: Fix warnings about comparing signed/unsignedFriedemann Kleint2019-04-081-5/+5
|/
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+5
* QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-0/+10
* Add support for arrow functionsLars Knoll2018-04-261-0/+7
* Don't try to verify the AST after parse errorsLars Knoll2018-04-251-6/+5
* Add support for ES6 template stringsLars Knoll2018-04-251-0/+64
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-031-0/+12