summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/parser
Commit message (Expand)AuthorAgeFilesLines
* qmldir parser: Handle internal types with versionsUlf Hermann2023-02-081-5/+19
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0623-26/+26
* Update the qml code model parserSami Shalayel2023-01-0517-3429/+3922
* changeLicense.py: support new license styleSami Shalayel2022-12-211-9/+37
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-1/+1
* Remove outdated version checksRobert Löhning2022-09-121-4/+0
* Use SPDX license identifiersLucie Gérard2022-08-2622-541/+43
* Drop Qt5: Qml lib / QmlDesigner: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* QmlJS: Improve parser performancehjk2022-06-282-4/+4
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-1/+1
* QmlJS: Fix compiulation with namespaceshjk2022-02-101-2/+4
* Remove qmake build filesEike Ziller2022-01-201-32/+0
* QmlJS: Add a missing includeOrgad Shaneh2022-01-041-0/+1
* Updating qmljs parser to latest qtdeclarative parserFawzi Mohamed2021-12-1617-6352/+6058
* QmlJS: Fix build with Qt5.14Christian Stenger2021-07-202-3/+12
* qmljs: fix order in BoundNameFawzi Mohamed2021-07-202-3/+3
* qmljs: update gen-parser.sh and related patchesFawzi Mohamed2021-07-203-78/+509
* qmljs: update Qml parser to parser of Qt 6.2Fawzi Mohamed2021-07-2024-3382/+3734
* Do not pass QStringView by const referenceKai Köhne2021-06-172-39/+39
* qmljs: fix arrow function reformattingFawzi Mohamed2021-02-034-116/+128
* QmlJs: Fix reformatter for arrow functionsLeander Schulten2020-12-172-11/+14
* qmljs: Fix parsing and and loading of qmldir importsFawzi Mohamed2020-11-262-36/+126
* Avoid more uses of non-explicit QChar(int) constructorhjk2020-11-101-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-021-8/+11
|\
| * QmlJS: fix reformatting of required propertiesFawzi Mohamed2020-10-011-8/+11
* | QmlJS: Do not change strings referenced by QStringViewThomas Hartmann2020-09-242-10/+11
* | Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-1712-236/+332
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-105-2585/+2665
|\ \ | |/
| * qmljs: qtdeclarative change 9ab1a6759018b78b0f160c5286f8b0235a34ec50Fawzi Mohamed2020-08-035-2585/+2665
* | Adapt qmljslexer to Qt base change caa40f57d4dhjk2020-08-101-5/+9
* | Fix build with Qt 6: qstrtod is an inline functionThiago Macieira2020-08-081-3/+1
|/
* QmlJS: Fix line number for string literals (Part 2)Christian Stenger2020-06-101-2/+4
* QmlJS: Fix line number for string literalsChristian Stenger2020-04-291-1/+3
* QmlJS: Fix lexer handling of escape sequences (again)Christian Stenger2020-04-291-11/+2
* QmlJS: Fix lexer handling of escape sequencesChristian Stenger2020-04-241-1/+11
* QmlJS: Fix up compile fixChristian Stenger2020-03-042-3/+4
* QmlJS: Fix compileChristian Stenger2020-03-042-3/+7
* QmlJS: Fix compiler warning and add a missing includeOrgad Shaneh2020-03-031-0/+1
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-0326-4167/+4913
* QmlJS: Fix regression caused by parser updateThomas Hartmann2019-10-211-1/+1
* Fix parsing of QML version tokens in the presence of "as Foo"Ulf Hermann2019-10-102-4/+14
* QmlJS: Update QML parser using the one from qtdeclarative 5.15Ulf Hermann2019-10-0713-3407/+4238
* Avoid warning on empty expressionshjk2019-07-231-9/+9
* qmljs: sync parser with current 5.12 stateTim Jenssen2019-06-202-22/+48
* qmljs: update parserMarco Benelli2018-11-2219-5408/+10248
* qmljs: handle js directives .pragma and .importMarco Benelli2018-04-122-2/+5
* QmlJS: Sync parser with Qt 5.10Orgad Shaneh2018-04-114-38/+42
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-2/+0
* QmlJS: Update gen-parser.shOrgad Shaneh2018-04-092-1/+16
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-251-1/+3
|\