| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -4609/+0 |
| * | Be less laissez-faire with implicit conversions to QChar | Marc Mutz | 2019-07-09 | 1 | -1/+1 |
| * | QString: fix comments for qsizetype | Anton Kudryavtsev | 2019-06-27 | 1 | -1/+1 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-06-14 | 1 | -1/+1 |
| |\ |
|
| | * | QRegExp: remove an out of bounds access into QString | Giuseppe D'Angelo | 2019-05-27 | 1 | -1/+1 |
| * | | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -10/+10 |
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -2/+2 |
| * | | qstringalgorithms: add find methods | Anton Kudryavtsev | 2019-03-22 | 1 | -4/+2 |
| |/ |
|
| * | Protect all accesses to the global engine cache by a mutex | Lars Knoll | 2018-04-25 | 1 | -34/+32 |
| * | Share and cache QRegExp engines where possible | Lars Knoll | 2018-03-20 | 1 | -5/+15 |
| * | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -3/+3 |
| * | QVector: preserve capacity in clear() | Marc Mutz | 2016-02-29 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Doc: Move selected \keywords to be \targets instead | Topi Reinio | 2015-09-07 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-08-26 | 1 | -0/+4 |
| |\ |
|
| | * | Add reference to QRegularExpression | Samuel Gaist | 2015-08-06 | 1 | -0/+4 |
| * | | QRegExp: remove pointless QRegExpCharClass copy special member functions | Marc Mutz | 2015-07-22 | 1 | -14/+0 |
| * | | Add qHash(QRegExp) and qHash(QRegularExpression) | Marc Mutz | 2015-05-05 | 1 | -5/+25 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<< | Kai Koehne | 2015-02-09 | 1 | -1/+2 |
| * | Remove Q_STATIC_GLOBALxxx_OPERATOR macros | Thiago Macieira | 2015-01-11 | 1 | -2/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Fix documentation of QRegExp | jkobus | 2014-04-14 | 1 | -2/+2 |
| * | Fix typos in QRegExp documentation | Kai Koehne | 2014-03-19 | 1 | -2/+2 |
| * | Repack structs with more than one padding hole | Thiago Macieira | 2013-12-03 | 1 | -2/+2 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -14/+14 |
| * | Doc: Add docs for rvalue references and move constructors | Geir Vattekar | 2013-09-27 | 1 | -0/+8 |
| * | Fix WinCE/MSVC2008 build. | Sérgio Martins | 2013-09-24 | 1 | -0/+2 |
| * | Fix some doc errors. | Frederik Gladhorn | 2013-09-21 | 1 | -1/+1 |
| * | Remove qBinaryFind usages from bootstrapped files | Giuseppe D'Angelo | 2013-09-20 | 1 | -3/+5 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Docs: Fix references | Christian Stenger | 2012-12-13 | 1 | -2/+2 |
| * | Fix for compiling with clang with c++11. | Erik Verbruggen | 2012-11-07 | 1 | -1/+1 |
| * | Remove some dead code in switch statements | Sergio Ahumada | 2012-10-29 | 1 | -3/+0 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Make the "\internal" qdoc command stand on its own line | Laszlo Papp | 2012-08-15 | 1 | -1/+2 |
| * | QtCore: remove \link usages | Giuseppe D'Angelo | 2012-05-29 | 1 | -6/+4 |
| * | QRegExp: fix usage of uninitialized values | Giuseppe D'Angelo | 2012-05-19 | 1 | -1/+1 |
| * | Revert "[SIC] Make non-const the QRegExp methods that modify the internals" | Thiago Macieira | 2012-05-03 | 1 | -3/+15 |
| * | [SIC] Make non-const the QRegExp methods that modify the internals | Thiago Macieira | 2012-04-28 | 1 | -15/+3 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -29/+21 |
| * | More qHash(T, uint) overloads for Qt types | Giuseppe D'Angelo | 2012-04-07 | 1 | -2/+2 |
| * | QRegExp: remove docs about RegExp2 being default in Qt5 | Giuseppe D'Angelo | 2012-03-14 | 1 | -2/+2 |
| * | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -186/+186 |
| * | QRegExp: fix \i \I \c \C \p \P escape sequences | Giuseppe D'Angelo | 2012-03-01 | 1 | -13/+26 |
| * | QRegExp: fix crash | Giuseppe D'Angelo | 2012-02-27 | 1 | -0/+2 |
| * | Various documentation fixes ported from Qt 4.8 | Teemu Katajisto | 2012-02-15 | 1 | -1/+1 |