summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | QSharedPointer: clean up #ifdefsMarc Mutz2016-08-151-48/+0
|/ / /
* | | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+1
| |\|
| | * Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* | | Fix MSVC warning about casting to pointer of different sizeThiago Macieira2016-06-201-1/+1
* | | Forward declarations for platform specific types should also be done with Q_QDOCOlivier Goffart2016-06-173-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-172-30/+6
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.7.0' into 5.7" into refs/stagin...Liang Qi2016-06-161-27/+1
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-27/+1
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-265-75/+10
| | | |\ \
| | | * | | Check for CRC32 properlyLaszlo Agocs2016-05-261-1/+1
| * | | | | QArrayDataOps: silence Clang warning about memmoveThiago Macieira2016-06-161-3/+5
| |/ / / /
* | | | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-0/+13