summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-147-94/+1
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-19/+19
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-132-48/+45
* Restrict comparison of variantsLars Knoll2020-08-132-24/+36
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-17/+0
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Sort out the overflow cases in tst_QDateTimeEdward Welbourne2020-08-111-13/+12
* Fix handling of last second in 1969Edward Welbourne2020-08-111-0/+12
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-47/+1
* tst_QStringConverter: fix some deprecation warningsEdward Welbourne2020-08-071-10/+11
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-064-8/+0
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+97
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-063-72/+76
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+41
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-0/+29
* Remove const volatile qualifier on return type in testTor Arne Vestbø2020-08-041-6/+6
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-032-6/+24
* Move-enable QByteDataBuffer::{append,prepend}Mårten Nordheim2020-08-011-1/+14
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-011-0/+195
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-311-2/+31
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-25/+35
* Remove deprecated binary json featureEdward Welbourne2020-07-3134-239/+0
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-311-32/+32
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-311-0/+106
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-311-0/+38
* Add missing override in tst_QSortFilterProxyModelTor Arne Vestbø2020-07-291-1/+1
* Fix warning when comparing qsizetype to size_tTor Arne Vestbø2020-07-291-1/+1
* Fix warnings about unused expression results in testsTor Arne Vestbø2020-07-293-16/+16
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-293-7/+7
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-296-0/+12
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-1/+1
* QLine: purge deprecated APIEdward Welbourne2020-07-271-64/+1
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-32/+0
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-263-20/+1
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-266-0/+25
* Fix warning when comparing qsizetype to result of sizeofTor Arne Vestbø2020-07-261-1/+1
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-263-4/+4
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-231-39/+0
* tst_QPluginLoader: Fix MachO stub testsTor Arne Vestbø2020-07-222-5/+12
* tst_QLine: use qmath.h's constants instead of local versionsEdward Welbourne2020-07-211-15/+9
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-201-6/+0
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-2/+0
* QChar: purge deprecated APIEdward Welbourne2020-07-201-4/+1
* Fix compiler warning in tst_qstringlistmodelLars Schmertmann2020-07-201-1/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-15/+31