summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* Fix QRegularExpressionMatch capture-related documentationSamuel Gaist2018-12-151-1/+12
* QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-1/+1
* Doc: Fix various documentation warningsTopi Reinio2018-11-061-2/+2
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-6/+2
* Disable warnings about deprecated QRegularExpression::PatternOptionsTor Arne Vestbø2018-08-241-0/+3
* Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-0/+16
* QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-24/+35
* Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-161-121/+117
* QRegularExpression: minor code tidiesGiuseppe D'Angelo2018-06-231-6/+6
* QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-221-75/+19
* Add wildcard-to-regexp support to QRegularExpressionSamuel Gaist2018-03-301-0/+118
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-4/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-9/+26
|\
| * Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-191-5/+5
* | QRegularExpression: streamline some wording in the documentationGiuseppe D'Angelo2017-04-111-19/+30
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-041-1/+1
|\|
| * Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* | QRegularExpressionMatch: add QStringView-related functionsGiuseppe D'Angelo2017-04-041-12/+129
|/
* QRegularExpression: build fixGiuseppe D'Angelo2017-03-021-0/+2
* PCRE2: port QRegularExpression to PCRE2Giuseppe D'Angelo2016-12-121-233/+295
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
|\
| * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-5/+5
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-24/+21
|\
| * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-0/+20
|\|
| * Doc: added doc to undocumented functionsNico Vertriest2015-05-181-0/+20
* | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-051-0/+16
|/
* QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-4/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-9/+9
|\
| * Doc: Use title case in section1 titlesNico Vertriest2014-09-301-9/+9
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+15
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+4
| |\
| | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+4
* | | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-021-0/+54
* | | QRegularExpression: take into account the subject's start position and offsetGiuseppe D'Angelo2014-09-021-24/+53
|/ /
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-251-1/+1
* | Revert "QRegularExpression: lock a mutex only if there's actual work to do"Giuseppe D'Angelo2014-07-131-2/+2
* | QRegularExpression: allow users to skip the UTF-16 check of the subject stringGiuseppe D'Angelo2014-05-121-2/+12
* | QRegularExpression: remove a boolean trap in private APIGiuseppe D'Angelo2014-05-061-6/+12
* | QRegularExpression: lock a mutex only if there's actual work to doGiuseppe D'Angelo2014-05-061-2/+2
* | QRegularExpression: add an option to prevent automatic optimizationGiuseppe D'Angelo2014-05-061-7/+25