summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qregularexpression/tst_qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* 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
* tst_QRE::wildcard(): use more informative data row tagsEdward Welbourne2022-10-111-2/+1
* 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
* 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