summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-1/+1
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-191-1/+2
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-1/+1
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-261-2/+1
* QRegularExpression: match newlines when converting wildcardsGiuseppe D'Angelo2023-05-231-1/+3
* QRegularExpression: add support for non-filepath wildcards/globbingGiuseppe D'Angelo2023-03-071-27/+66
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-9/+2
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-291-19/+43
* QRegularExpression: fix a typo in docsSona Kurazyan2022-07-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QRegularExpression: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-05-031-10/+0
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-28/+29
* QRegularExpression: print the pattern when warningGiuseppe D'Angelo2022-02-221-1/+19
* QtCore: use C++11 thread_local instead of QThreadStorageThiago Macieira2022-02-031-29/+10
* QRegularExpression: don't detach() a pattern QStringLiteralMarc Mutz2021-11-301-1/+1
* QRegularExpression: do not mark as dirty on no-op settersGiuseppe D'Angelo2021-11-161-0/+4
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-121-1/+1
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-251-4/+67
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* QRegularExpression: port away from QFlags<->int conversionsGiuseppe D'Angelo2021-06-231-2/+2
* Replace misdescribed link with one matching its descriptionEdward Welbourne2021-06-151-3/+3
* QRegularExpression: add move constructorIvan Solovev2021-01-261-6/+67
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-281-0/+8
* QRE: discourage users from assuming that QRE stores the subjectGiuseppe D'Angelo2020-12-031-0/+10
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-191-37/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-191-3/+2
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-3/+3
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-061-0/+37
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+25
* Fix qdoc warnings from removed enum valuesVolker Hilsheimer2020-09-231-10/+0
* Fix some qdoc warnings: QRegularExpression parametersVolker Hilsheimer2020-09-221-5/+7
* Inline some methods that only forward to another overloadLars Knoll2020-08-291-20/+8
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-281-29/+29
* QRegularExpression: code tidiesGiuseppe D'Angelo2020-08-261-6/+2
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-3/+18
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-201-7/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-32/+32
* Doc: fix some typos in QRegularExpression documentationSamuel Gaist2020-06-031-8/+8
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-171/+106
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-4/+1
* QRegularExpression: cast to PCRE2_SPTR16Marc Mutz2020-05-111-4/+4
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-101-2/+2
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-0/+19