aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmldom
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* 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 executablesAlexandru Croitor2022-07-211-1/+1
* qmldom: add support to dump a QML file's syntax treeMoody Liu2022-07-081-1/+24
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-081-0/+1
* Remove obsolete bootstrap codeFabian Kosmale2021-09-301-7/+1
* qmldom: improve qmldom tool dumpFawzi Mohamed2021-09-101-51/+79
* qmldom: cleanup, avoid redundant namespace specificationFawzi Mohamed2021-09-091-6/+4
* qmldom: pass optional fileType to loadFileFawzi Mohamed2021-09-061-14/+18
* qmldom: support qmltypesFawzi Mohamed2021-08-271-0/+25
* replace devtools library with QtQmlFawzi Mohamed2021-07-021-1/+0
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-1/+50
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-052-0/+243