aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-create-project/createproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-4/+4
* Use std::transform where it is possibleDenis Shienkov2022-01-271-4/+4
* Replace missing std::any_of with Internal::any_ofDenis Shienkov2021-12-021-3/+3
* Remove `import qbs` from all project filesDenis Shienkov2021-08-041-1/+0
* qt6: do not use QTextStream::setCodec methodIvan Komissarov2020-11-091-1/+1
* Replace QRegExp by QRegularExpressionChristian Stenger2020-07-231-3/+5
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-3/+3
* Fix a couple of typosDmitry Shachnev2017-06-061-1/+1
* Add new tool qbs-create-projectChristian Kandeler2017-02-141-0/+233