summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up tst_QLocale::testNames(), give better message on failureEdward Welbourne2020-10-091-27/+28
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-2/+44
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-18/+60
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-11/+31
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+12
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-15/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0733-114/+118
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-072-4/+30
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-0/+5
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-13/+12
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-061-32/+46
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-19/+20
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-4/+3
* Rework a test, eliminating some needless conversion via stringsEdward Welbourne2020-10-021-35/+15
* Give some QTime test-cases more informative namesEdward Welbourne2020-10-011-11/+19
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+21
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-301-24/+34
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-302-0/+5
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-2/+1
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+12
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-147/+171
* Disable moving of QPropertyLars Knoll2020-09-291-99/+33
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-291-0/+36
* Add checks for new QBitArray versionAllan Sandfeld Jensen2020-09-291-46/+57
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-0/+1
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-281-0/+32
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-0/+1
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-3/+17
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-234-0/+39
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23293-553/+402
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-221-2/+7
* CMake: Regenerate projectsAlexandru Croitor2020-09-225-10/+12
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-221-0/+2
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-35/+79
* Cleanup API of QMimeDataLars Knoll2020-09-213-2/+13
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-212-2/+2
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+42
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-115/+177
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-1/+33
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-24/+68
* Remove a leftover of qlinkedlist testSona Kurazyan2020-09-181-1148/+0