summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qregularexpression
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: use modernize comparisonsTatiana Borisova3 days2-24/+18
* QRegularExpressionMatch: port API from QString to QAnyStringView keysMatthias Rauter10 days1-0/+2
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Skip the tst_QRegularExpression::threadSafety test on WASM temporarilyMikolaj Boc2023-06-261-0/+4
* QRegularExpression: match newlines when converting wildcardsGiuseppe D'Angelo2023-05-231-0/+4
* QRegularExpression: extend wildcard testsGiuseppe D'Angelo2023-03-091-5/+17
* QRegularExpression: add support for non-filepath wildcards/globbingGiuseppe D'Angelo2023-03-071-48/+67
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* tst_QRE::wildcard(): use more informative data row tagsEdward Welbourne2022-10-111-2/+1
* 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
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-291-16/+17
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* QRegularExpression: print the pattern when warningGiuseppe D'Angelo2022-02-221-2/+7
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-11-291-0/+29
* Always enable QRegularExpression's JIT when testingGiuseppe D'Angelo2021-10-061-0/+14
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-251-79/+159
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QRegularExpression: add move constructorIvan Solovev2021-01-261-0/+115
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Fix compiler warning from discarded return valueVolker Hilsheimer2020-12-041-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+21
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-281-76/+76
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-0/+31
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-15/+15
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-8/+8
* Remove winrtOliver Wolff2020-06-061-4/+0
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-10/+7
* QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-2/+2
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-6/+6
|\
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-6/+6
* | 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/+2261