summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringlist
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QStringList: add lastIndexOf() overloadsAhmad Samir2023-10-221-0/+9
* QStringList: add filter(QL1SV) overloadAhmad Samir2023-10-221-0/+2
* QStringList: add indexOf() QString/QStringView/QL1SV overloadsAhmad Samir2023-10-221-0/+9
* QStringList: add filter(QStringMatcher) overloadAhmad Samir2023-10-221-0/+2
* tst_QStringList: refactor a unittest to be table-drivenAhmad Samir2023-10-181-29/+28
* QStringList: refactor a unittestAhmad Samir2023-10-021-15/+16
* QStringList: optimize replaceInStringsAhmad Samir2023-09-101-0/+13
* QStringList: test indexOf/lastIndexOf(QRegularExpression) overloadsAhmad Samir2023-09-101-23/+37
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-281-0/+5
* Ensure test using setlocale() doesn't leave it permanently changedEdward Welbourne2021-06-121-3/+6
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-99/+0
* Regenerate tests/auto/corelib/textAlexandru Croitor2019-11-121-1/+10
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+1
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-103-0/+551