summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add Android to exceptions in tst_QDateTime::toString_textDate_extra()Edward Welbourne2018-06-211-4/+8
| * Cope with Android's lack of time-zone abbreviationsEdward Welbourne2018-06-211-4/+12
| * Make some QEXPECT_FAIL()s consistent in form and contentEdward Welbourne2018-06-211-6/+6
| * Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-0/+23
* | tst_qfile: Do not build helper application for winrtOliver Wolff2018-06-281-1/+2
* | tst_qthreadstorage: Fix execution for WinRTOliver Wolff2018-06-283-25/+22
* | tst_qfile: Fix execution for WinRTOliver Wolff2018-06-285-12/+37
* | QRegularExpression: fix compiler warning in testGiuseppe D'Angelo2018-06-271-1/+1
* | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-0/+6
* | Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-271-8/+13
* | tst_qlogging: Fix execution for WinRTOliver Wolff2018-06-273-12/+26
* | tst_qobject: Fix execution in debug&release shadow buildsOliver Wolff2018-06-264-16/+39
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+29
* | QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-229-291/+147
* | tst_qresourceengine: Fix position of testqrc for builtin testdataOliver Wolff2018-06-221-1/+1
* | Blacklist tst_QThread::createJoni Jantti2018-06-151-0/+2
* | Extend blacklisting of QSemaphore tests to macOS 10.13Tony Sarajärvi2018-06-111-0/+2
* | QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-083-0/+347
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-082-28/+99
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-072-28/+99
| |\|
| | * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-0/+39