summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qregularexpression/tst_qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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