aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldommoduleindex.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-9/+9
* QmlDom: Use QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-231-4/+4
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-10/+10
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-1/+1
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-4/+4
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-14/+14
* qmlls: add debug statements when paths are not foundSami Shalayel2023-08-101-4/+18
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QQmlJS::Dom: Use std::make_sharedLeticia Valladares2022-07-141-1/+1
* qmldom: correctly use delete to free objects created with newFawzi Mohamed2022-07-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* qmldom: ensure that major versions of qml only modules are listedFawzi Mohamed2022-05-191-2/+2
* qmldom: use delete when allocating with newFawzi Mohamed2022-03-301-1/+1
* qmldom: do not modify imports pathsFawzi Mohamed2021-12-181-2/+2
* qmldom: Avoid pointless mutex lockingFabian Kosmale2021-12-171-1/+0
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-051-0/+430