summaryrefslogtreecommitdiffstats
path: root/tests
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
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-132-12/+12
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-134-55/+52
* Restrict comparison of variantsLars Knoll2020-08-132-24/+36
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-138-64/+4
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* QDecompressHelper: Change order of encodingsUlf Hermann2020-08-121-0/+2
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-112-75/+0
* 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
* cmake support for tst_mocFabian Kosmale2020-08-103-6/+155
* 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
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-4/+27
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-066-1/+31
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-069-18/+0
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+97
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-064-76/+84
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-065-27/+27
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-062-0/+49
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-051-2/+6
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-0515-2/+2426
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+41
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-0/+29
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-043-4/+8
* 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-3137-291/+19
* 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
* Remove old qsb versions from qshader autotestLaszlo Agocs2020-07-317-26/+11
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-311-0/+38
* Don't capture this explicitly in testsTor Arne Vestbø2020-07-292-5/+5
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-291-0/+83
* Re-enable tst_qrhi on LinuxLaszlo Agocs2020-07-291-6/+1
* 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-298-0/+16