summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Add missing enumeration case in tst_QMacStyle::setSizeTor Arne Vestbø2020-07-291-0/+2
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-1/+1
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-283-2/+103
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-281-16/+0
* Close memory leak in QTestLib support for string to numeric testingPeng Wenhao2020-07-281-1/+2
* QLine: purge deprecated APIEdward Welbourne2020-07-271-64/+1
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-32/+0
* Clean up manual network stress-testEdward Welbourne2020-07-271-10/+17
* Fix some compiler errors caused by bit-rot in manual testsEdward Welbourne2020-07-2712-137/+39
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1
* tst_qicon: Enable lowdpi test using qt_add_test argumentTor Arne Vestbø2020-07-261-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-2610-47/+7
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-267-0/+28