aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldompath.cpp
Commit message (Expand)AuthorAgeFilesLines
* dom: document how Paths workSami Shalayel2025-02-181-4/+156
* dom: Make path appending O(n) instead of O(nˆ2)Sami Shalayel2025-01-241-66/+47
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-38/+38
* dom: remove unused Path::Empty() methodSami Shalayel2025-01-151-5/+0
* qmldom: Eliminate variable used only onceOlivier De Cannière2025-01-141-2/+1
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-18/+18
* QmlDom: Civilize PathComponent::dataUlf Hermann2023-09-191-21/+24
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-3/+0
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-4/+5
* 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-31/+31
* QQmlJS::Dom: Use std::make_sharedLeticia Valladares2022-07-141-45/+45
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QmlDomPrivate: includemocsMarc Mutz2022-04-291-0/+2
* qmldom: improve path and addError performanceFawzi Mohamed2021-08-161-7/+8
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-191-1/+1
* qmldom: improve PathFawzi Mohamed2021-05-311-24/+82
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-141-105/+134
* Fix some issues in translated messagesFriedemann Kleint2021-02-241-3/+3
* qmldom: Add Path and ErrorMessage to DomFawzi Mohamed2020-12-011-0/+912