summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qregularexpression/tst_qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: add move constructorIvan Solovev2021-01-261-0/+115
* 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
* 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
* 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
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-6/+6
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+2254