summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-164-13/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-135-15/+18
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-123-10/+10
| | * QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
| | * QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-6/+0
| |\|
| | * QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-093-14/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-053-14/+13
| |\|
| | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | * QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
| | * Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
* | | Fix build with clang-cl and the Intel compiler on WindowsThiago Macieira2016-08-091-3/+8
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-1/+1
* | | QString: de-duplicate code of variants of lastIndexOf()Anton Kudryavtsev2016-08-041-69/+4
* | | Optimize QString::compare_helper(QChar*, int, char*, int, cs)Marc Mutz2016-08-041-3/+9
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-015-14/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+5
| |\|
| | * QVector: fix crash on reserve(0)David Faure2016-07-281-1/+5
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-264-13/+14
| |\|
| | * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-242-8/+8
| | * QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
| | * QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
* | | QRingBuffer: add packet modeAlex Trotsenko2016-07-231-22/+24
* | | QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+8
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-196-47/+93
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-29/+59
| |\|
| | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
| | * QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
| | * QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1
| | * QStringBuilderCommon: drop const from resolved() result typeMarc Mutz2016-07-111-1/+1
| | * QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
| * | Remove (private) QString::expand(), port to (new) QString::resize(int, QChar)Marc Mutz2016-07-142-12/+9
| * | Optimize QString::insert()Marc Mutz2016-07-131-3/+12
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-3/+13
| |\|
| | * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
| | * QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
| * | QDateTime: use the more efficient currentMSecsSinceEpoch()Thiago Macieira2016-07-022-2/+2
* | | Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-142-0/+41
* | | Make QDateTime's default constructor not allocate memory on 32-bitThiago Macieira2016-07-092-27/+46
* | | QStringRef: add chop()Anton Kudryavtsev2016-07-072-1/+19
* | | Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-027-1139/+6
* | | QString: add some missing overloaded operator+Anton Kudryavtsev2016-06-291-0/+17
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-283-4/+14
* | | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-2517-2/+22
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-2/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+0
| |\|
| | * Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-222-19/+134