summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qregexp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-111-2/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix documentation of QRegExpjkobus2014-04-141-2/+2
* Fix typos in QRegExp documentationKai Koehne2014-03-191-2/+2
* Repack structs with more than one padding holeThiago Macieira2013-12-031-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-14/+14
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Fix WinCE/MSVC2008 build.Sérgio Martins2013-09-241-0/+2
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Remove qBinaryFind usages from bootstrapped filesGiuseppe D'Angelo2013-09-201-3/+5
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: Fix referencesChristian Stenger2012-12-131-2/+2
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-071-1/+1
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-6/+4
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-1/+1
* Revert "[SIC] Make non-const the QRegExp methods that modify the internals"Thiago Macieira2012-05-031-3/+15
* [SIC] Make non-const the QRegExp methods that modify the internalsThiago Macieira2012-04-281-15/+3
* 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