summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qregexp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-29/+21
* More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-071-2/+2
* QRegExp: remove docs about RegExp2 being default in Qt5Giuseppe D'Angelo2012-03-141-2/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-186/+186
* QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-13/+26
* QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+2
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-1/+1
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-091-1/+1
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-3/+3
* Remove many deprecated methodsLars Knoll2012-01-311-6/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Give better error message when using unsupported lookbehinds in QRegExpKjell Rune Skaaraas2011-11-181-0/+4
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-061-1/+3
* optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160
* optimize parsing of templates like p{L}, p{Lu}, etcRitt Konstantin2011-08-261-98/+124
* don't build code related to CClass if QT_NO_REGEXP_CCLASS is definedRitt Konstantin2011-08-261-0/+6
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-67/+0
* fixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639Ritt Konstantin2011-07-151-50/+151
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+4503