summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+41
* | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+33
* | | Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-021-0/+4
* | | Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-021-0/+6
* | | tst_QString: refactor the op+= testsMarc Mutz2015-04-021-4/+29
* | | tst_QString: refactor the insert testsMarc Mutz2015-04-021-2/+112
* | | tst_QString: refactor the prepend testsMarc Mutz2015-04-021-10/+82
* | | tst_QString: refactor the append testsMarc Mutz2015-04-021-12/+203
* | | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-37/+2
* | | QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-021-0/+30
* | | QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-021-0/+16
* | | QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-021-0/+20
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-019-34/+285
|\| |
| * | 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
| * | Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-0/+6
| * | Fix building test qpluginloader/machtest against installed qtbaseFrederik Gladhorn2015-03-251-2/+5
* | | Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-281-0/+107
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2419-346/+441
|\| |
| * | Do not search test binary if QProcess is not supported.Pasi Petäjäjärvi2015-03-231-0/+2
| * | QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-231-0/+62
| * | Clean-up tst_QCharKonstantin Ritt2015-03-231-297/+218
| * | Fix tst_largefile QCOMPARE value typesMarko Kangas2015-03-181-6/+6
| * | Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-181-0/+21
| * | Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-181-0/+8
| * | Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-1/+20
| * | Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-172-4/+0
| * | iOS: Skip tests that don't make sense or don't work on the platformTor Arne Vestbø2015-03-161-1/+1
| * | QStateMachine: add objectName to objects to ease debugging.Erik Verbruggen2015-03-161-1/+9
| * | QStateMachine: fix warnings in test.Erik Verbruggen2015-03-161-3/+2
| * | Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-1611-33/+92
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-166-23/+33
|\| |
| * | Fix build of tests on QNX.Rafael Roquetto2015-03-142-4/+4
| * | tst_QUrl: Add extra testcasesThiago Macieira2015-03-141-1/+10
| * | 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
| * | Fix building tests on QNXAllan Sandfeld Jensen2015-03-091-2/+3
* | | Add a verbosity setting to QDebug.Friedemann Kleint2015-03-131-1/+33
* | | Haiku: Fix tst_qfileselector.cpp unit testTobias Koenig2015-03-125-1/+4
* | | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-21/+21
* | | tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0956-23/+199
|\| |
| * | 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
| * | Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-062-0/+17
| * | Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-4/+9