summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Use qtConfig throughout in qtbaseLars Knoll2016-08-1910-14/+14
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+62
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+62
| |\
| | * tst_QString: unit test for broken toLocal8bit() error-handlingEdward Welbourne2016-08-051-0/+62
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+1
| |\|
| | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-0/+14
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+22
| |\|
| | * QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
* | | QRingBuffer: add packet modeAlex Trotsenko2016-07-231-0/+20
* | | QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+6
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-194-6/+117
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-154-6/+117
| |\|
| | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
| | * QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
| | * QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
| | * QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
| | * QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
| | * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
* | | Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-141-0/+64
* | | QStringRef: add chop()Anton Kudryavtsev2016-07-071-0/+43
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-2/+2
* | | Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-023-145/+0
* | | QString: add some missing overloaded operator+Anton Kudryavtsev2016-06-291-0/+14
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-65/+69
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-132-18/+80
|\| |
| * | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-18/+70
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+10
| |\|
| | * Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-0/+10
* | | QStringRef: add missing relational operators against QByteArrayMarc Mutz2016-06-081-3/+0
* | | QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-081-11/+15
* | | tst_qstringapisymmetry: cover QByteArray, const char*, tooMarc Mutz2016-06-081-2/+87
* | | QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-082-1/+25
* | | Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-271-0/+77
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-237-35/+35
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-197-35/+35
| |\|
| | * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-087-35/+35
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-191-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-123-17/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-8/+7
| |\|
| | * Improve tst_qtimeline::setPaused resilienceJędrzej Nowacki2016-05-041-8/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-292-8/+12
| |\|
| | * Autotest: fix the QTimeZone::tzTest failure when database contains LMTThiago Macieira2016-04-292-8/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-0/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+5
| |\|
| | * tst_QStringBuilder: add a check for self-assignmentMarc Mutz2016-04-071-0/+5
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-281-0/+78
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-271-0/+13