summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-262-6/+14
* | tst_qtextcodec: Use qt_test_helper functionalityOliver Wolff2018-07-255-18/+10
* | Rework the start-of-time fileTimes() test to add another test-caseEdward Welbourne2018-07-251-11/+21
* | Fix two "unused variable" warningsEdward Welbourne2018-07-251-1/+2
* | tst_QCommandLineParser: Add missing QVERIFYJędrzej Nowacki2018-07-251-12/+12
* | corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-253-0/+108
* | Add qt_test_helper featureOliver Wolff2018-07-254-48/+28
* | Introduce QScopeGuardSérgio Martins2018-07-212-0/+89
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-201-0/+12
* | Revert "Blacklist tst_QThread::create"Joni Jäntti2018-07-201-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-176-4/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-176-4/+32
| |\|
| | * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-141-2/+2
| | * Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-0/+3
| | * Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
| | * Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
| | * Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* | | Fix typo: s/Numering/Numbering/Edward Welbourne2018-07-171-4/+4
* | | Made more tst_QLocale tests data-drivenEdward Welbourne2018-07-171-98/+104
* | | Assume Win >= Win7 in code that used to test itEdward Welbourne2018-07-171-21/+8
|/ /
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-161-2/+2
* | Split up many long lines in tst_QLocaleEdward Welbourne2018-07-161-69/+138
* | Adjust some indentation and spacing in tst_QLocaleEdward Welbourne2018-07-161-23/+22
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-131-0/+20
* | Allow loading of empty translation filesKai Koehne2018-07-126-24/+42
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-072-2/+48
* | Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-061-3/+34
* | QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-051-3/+4
* | Add qbswap for a memory regionThiago Macieira2018-07-041-0/+136
* | QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-0/+31
* | CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-0/+9
* | Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-043-0/+25
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0224-256/+592
|\|
| * Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-0/+11
| * Android: Pass tst_qlibraryMårten Nordheim2018-06-292-15/+57
| * Android: Make tst_qfile passMårten Nordheim2018-06-281-3/+22
| * Android: fix tst_qloggingMårten Nordheim2018-06-282-1/+19
| * Android: Pass tst_qlocaleMårten Nordheim2018-06-281-4/+19
| * Android: Pass tst_QUuidMårten Nordheim2018-06-281-0/+11
| * QSortFilterProxyModel unittest: add test for filtered-out-after-setDataDavid Faure2018-06-281-6/+33
| * tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
| * QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-3/+9
| * Android: tst_qtimezone: Blacklist a bunchMårten Nordheim2018-06-271-0/+171
| * Android: tst_QTimeZone::transitionEachZone: skip 2 zonesMårten Nordheim2018-06-271-0/+4
| * Kludge round Android's ignorance of some esoteric time-zone transitionsEdward Welbourne2018-06-261-3/+9
| * tst_QTimer: Replace unconditional qWait()s with QSignalSpyKari Oikarinen2018-06-261-152/+111
| * Make tests compile for AndroidLiang Qi2018-06-259-7/+18
| * Android: fix qdiriterator testMårten Nordheim2018-06-212-10/+10
| * Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
| * Cope if mktime() deems times in a spring forward gap to be invalidEdward Welbourne2018-06-211-27/+35