summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qregularexpression/tst_qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-0/+19
* Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-161-7/+7
* QRegularExpression: fix compiler warning in testGiuseppe D'Angelo2018-06-271-1/+1
* QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-221-58/+143
* Add wildcard-to-regexp support to QRegularExpressionSamuel Gaist2018-03-301-0/+77
* QRegularExpressionMatch: add QStringView-related functionsGiuseppe D'Angelo2017-04-041-0/+3
* tst_QRegularExpression: clean upMarc Mutz2016-08-151-12/+14
* Updated license headersJani Heikkinen2016-01-211-16/+11
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-6/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-15/+371
|\
| * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-15/+371
* | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-051-0/+5
|/
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-18/+10
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | QRegularExpression: more QStringRef testsGiuseppe D'Angelo2014-09-121-0/+13
* | QRegularExpression: strenghten tests of matching at an offsetGiuseppe D'Angelo2014-09-021-32/+58
* | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-021-14/+62
* | QRegularExpression: lift common code in the autotestGiuseppe D'Angelo2014-09-021-77/+52
|/
* QRegularExpression: add ways to force an immediate optimizationGiuseppe D'Angelo2014-05-061-1/+70
* QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+32
* QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-051-0/+81
* Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-141-0/+25
* Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-071-1/+0
|\
| * Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-071-21/+67
* | Improve QRegularExpression autotestsGiuseppe D'Angelo2013-01-071-0/+9
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* QRegularExpression: add more test dataGiuseppe D'Angelo2012-04-131-0/+111
* QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-081-1/+57
* QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-081-0/+27
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-071-39/+1
* QRegularExpression: fix autotestGiuseppe D'Angelo2012-03-071-2/+3
* QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-061-0/+31
* QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-5/+59
* QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-061-0/+1150