summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-0/+12
* QVLA: Add operator= for initializer listsKai Koehne2015-04-041-0/+20
* Update CLDR to v27Konstantin Ritt2015-03-271-21/+38
* [QLocaleData] Extract defaultContent localesKonstantin Ritt2015-03-271-0/+1
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-0/+20
* Update UCD source files to v7.0Konstantin Ritt2015-03-275-11/+215
* QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-231-0/+62
* Clean-up tst_QCharKonstantin Ritt2015-03-231-297/+218
* Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-172-4/+0
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-1/+7
* Fix build of tests on QNX.Rafael Roquetto2015-03-142-4/+4
* Track modifications of white space in QString::simplified().Friedemann Kleint2015-03-121-0/+2
* tst_QDateTime: remove silly test for timezone date too earlyThiago Macieira2015-03-111-7/+5
* tst_QDateTime: Mark more Windows incorrect transitionsThiago Macieira2015-03-111-0/+12
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-12/+0
* QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-0/+9
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-0/+53
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-0/+19
|\
| * Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-231-0/+12
| * QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-0/+7
* | Fixed license headersJani Heikkinen2015-02-174-4/+4
* | QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-171-0/+32
* | tst_QList: test all memory layoutsMarc Mutz2015-02-171-93/+226
* | QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-123-7/+6
* | Update copyright headersJani Heikkinen2015-02-1181-614/+582
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-2/+26
|\|
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-2/+8
| |\
| | * tst_qstring_mac: Correct memory management.Morten Johan Sørvig2015-01-201-2/+8
| * | Fix QSharedPointer::create and QEnableSharedFromThisThiago Macieira2015-01-211-0/+18
| |/
* | Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-281-2/+0
* | Add conversion functions for C++11 u16string and u32stringAllan Sandfeld Jensen2015-01-242-0/+24
* | tst_QSet: make qhash() test deterministicMarc Mutz2015-01-231-1/+18
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2112-0/+126
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2112-0/+126
| |\|
| | * Android: Fix QTextBoundaryFinder testEskil Abrahamsen Blomfeldt2015-01-092-0/+13
| | * QVersionNumber: test more version numbersMarc Mutz2015-01-081-0/+60
| | * Android: Fix QCryptographicHash testEskil Abrahamsen Blomfeldt2015-01-062-0/+11
| | * Android: Fix QCommandLineParser testEskil Abrahamsen Blomfeldt2015-01-061-0/+9
| | * Android: Fix QCollator testEskil Abrahamsen Blomfeldt2015-01-061-0/+5
| | * Android: Fix QChar testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
| | * Android: Fix QByteArray testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
| | * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-0/+8
* | | Remove duplicated NAN/INF logic from tst_qstringAllan Sandfeld Jensen2015-01-211-72/+3
|/ /
* | Add qHash() overload for QSetMarc Mutz2015-01-181-0/+45
* | Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-172-6/+6
* | Haiku: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* | Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-141-1/+1
* | Add qHashRange and qHashRangeCommutativeMarc Mutz2015-01-091-0/+66
* | tst_QHash: Factor qHash()-related test cases into a separate testMarc Mutz2015-01-055-101/+160
* | tst_QSet: add a non-trivial test for op==Marc Mutz2015-01-051-0/+10