summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-111-1/+1
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* 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
* Compile QRegularExpression into qmakeLars Knoll2020-05-051-0/+8
* Move the QRegExp porting docs into the QRegExp class documentationLars Knoll2020-04-151-129/+1
* Add WildcardConversionOptions to QRegularExpressionLars Knoll2020-04-151-5/+24
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-2/+9
* QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-131-10/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-2/+6
|\
| * QRegularExpression: fixup docs of wildcardToRegularExpressionGiuseppe D'Angelo2020-01-151-2/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-2/+2
|\|
| * QRegularExpression: minor doc fixesGiuseppe D'Angelo2020-01-121-2/+2
* | QRegularExpression: make escape-like functions work on QStringViewGiuseppe D'Angelo2020-01-061-5/+43
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-25/+40
|\|
| * QRegularExpression: adjust the error codes matching PCRE2 10.34Giuseppe D'Angelo2019-12-281-25/+40
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+32
|\|
| * QRegularExpression: improve docs about porting from QRegExpGiuseppe D'Angelo2019-12-241-0/+32
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
|/
* Doc: Remove 'f.i.'Kai Koehne2019-09-041-1/+1
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+2986