summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: refactor the handling of the study dataGiuseppe D'Angelo2013-03-121-17/+24
* Improve QRegularExpression captureCount / namedCaptureGroups docsGiuseppe D'Angelo2013-02-121-4/+23
* QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+8
* QRegularExpression: don't use study data when getting the pattern infoGiuseppe D'Angelo2013-02-121-1/+2
* QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-051-0/+48
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-2/+2
|\
| * QRegularExpression: fix wrong argument type for pcre_fullinfoGiuseppe D'Angelo2013-01-201-1/+1
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-141-0/+40
* | Avoid a QVector allocation in QRegularExpressionMatchPrivateGiuseppe D'Angelo2013-01-141-8/+10
* | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-071-0/+17
|/
* Add new error strings to QRegularExpressionGiuseppe D'Angelo2012-10-181-1/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* fix docsFrederik Gladhorn2012-09-031-5/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+4
* Fix some spelling errorsSergio Ahumada2012-07-111-4/+4
* QRegularExpression: Fix warnings about deprecated tr()-function.Friedemann Kleint2012-05-211-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-32/+32
* qdoc: Fixed bugs causing invalid DITA XMLMartin Smith2012-04-141-1/+1
* QRegularExpression: optimize global matchGiuseppe D'Angelo2012-04-121-1/+12
* QRegularExpression: operator<<(QDebug, PatternOptions) improvementsGiuseppe D'Angelo2012-03-311-12/+12
* QRegularExpression: various documentation improvements/fixesGiuseppe D'Angelo2012-03-161-11/+28
* QRegularExpression: add error strings for translationGiuseppe D'Angelo2012-03-121-0/+115
* QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-081-0/+3
* QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-081-12/+84
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-071-5/+9
* QRegularExpression: fix optimizePattern, document the issueGiuseppe D'Angelo2012-03-071-7/+24
* QRegularExpression: fix documentation due to qdoc changesGiuseppe D'Angelo2012-03-071-16/+16
* QRegularExpression: const correctness fixesGiuseppe D'Angelo2012-03-061-9/+9
* QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-061-0/+13
* QRegularExpression: do not use JIT in debug buildsGiuseppe D'Angelo2012-03-061-1/+41
* QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-1/+2
* QRegularExpression: QDebug support for pattern optionsGiuseppe D'Angelo2012-03-061-0/+37
* QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-061-0/+2022