summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qregularexpression
Commit message (Expand)AuthorAgeFilesLines
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-1/+1
|\
| * Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* | tst_QRegularExpression: clean upMarc Mutz2016-08-151-12/+14
|/
* Updated license headersJani Heikkinen2016-01-215-80/+55
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-6/+6
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-15/+372
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-15/+372
| |\
| | * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-053-3/+3
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-012-2/+0
|/ /
* / Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-051-0/+5
|/
* Update copyright headersJani Heikkinen2015-02-115-30/+30
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-295-90/+50
|\
| * Update license headers and add new license filesMatti Paaso2014-09-245-90/+50
* | 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-065-2/+132
* QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-122-0/+34
* QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-052-0/+83
* Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+26
* 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-224-93/+93
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* QRegularExpression: add more test dataGiuseppe D'Angelo2012-04-131-0/+111
* QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-082-1/+59
* QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-082-0/+29
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-078-44/+213
* 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-063-0/+1155