summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-25/+37
* tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
* tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
* tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
* tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* Make tst_QLocale::macDefaultLocale() more robustMorten Johan Sørvig2014-07-021-28/+44
* tst_qcollator: Exclude failing test cases for non-ICU/Windows.Friedemann Kleint2014-06-301-4/+7
* Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-0/+7
* Fix case insensitive comparisons using QCollatorLars Knoll2014-06-121-0/+90
* QNX: Make QDateTime "daylightTransitions" auto test passBernd Weimer2014-05-141-7/+7
* QDateTime: Add more tests for parsing/writing timezone offsetsDaniel Seither2014-05-081-0/+8
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-018-47/+149
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-247-47/+141
| * Restore handling of BOMs in QString::fromUtf8Thiago Macieira2014-04-241-0/+8
* | Autotest: fix use of dangling pointerThiago Macieira2014-04-241-1/+1
|/
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-054-0/+53
* Don't read before the beginning of the stringThiago Macieira2014-04-041-0/+48
* Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-4/+2
* Fix qchar testdata installation.Janne Anttila2014-03-141-1/+1
* Removed unnecessary TESTDATA statement from qmessageauthenticationcode.Janne Anttila2014-03-141-1/+0
* Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-083-228/+0
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-083-0/+131
* Remove qSort usages from core testsSergio Ahumada2014-02-222-2/+6
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2214-15/+33
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-212-0/+126
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-211-0/+4
* QMargins - Add missing operatorsJohn Layt2014-02-211-0/+7
* Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+15
* Enable QByteArrayList testsJędrzej Nowacki2014-02-141-0/+1
* Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* new QByteArrayList classGlen Mabey2014-02-122-0/+227
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-0/+56
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+56
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-0/+56
| | |\
| | | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-0/+56
* | | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-5/+68
* | | | Long live QStringIterator!Giuseppe D'Angelo2014-02-073-0/+681
* | | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-3/+40
|/ / /
* | | Revert "test: marked tst_qlocale as insignificant on Windows"Friedemann Kleint2014-01-301-1/+0
* | | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-20/+22
* | | Fix tst_QLocale::windowsDefaultLocale().Friedemann Kleint2014-01-281-16/+35
* | | Fix QArrayData checkKai Koehne2014-01-261-6/+3
* | | Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-241-3/+3
* | | Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-203-0/+17
|\| |
| * | Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-0/+3
| |/
| * QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+7