summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-0/+17
* QHash: double the size of the stored seedThiago Macieira2021-10-261-0/+12
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-0/+1
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-231-0/+27
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+23
* tst_QVariant: suppress warning about memcpying over QVariantThiago Macieira2021-10-211-1/+1
* Remove the unnecessary compile-time check for recursive QSetSona Kurazyan2021-10-211-2/+0
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+4
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-201-1/+56
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-4/+4
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-0/+5
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-3/+1
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-189-259/+261
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-186-62/+503
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-151-4/+8
* QList: avoid a iterator->pointer conversion in the testGiuseppe D'Angelo2021-10-141-1/+1
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-11/+0
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-0/+12
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-0/+134
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-112-13/+18
* Optimize QPromise destructorSona Kurazyan2021-10-082-0/+72
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-071-1/+56
* QElfParser: rewrite using elf.hThiago Macieira2021-10-069-55/+317
* Silence compiler warningVolker Hilsheimer2021-10-061-1/+1
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-2/+52
* Always enable QRegularExpression's JIT when testingGiuseppe D'Angelo2021-10-061-0/+14
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-052-2/+3
* Q{Elf,Mach}Parser: harmonize the arguments passedThiago Macieira2021-10-041-3/+4
* QPlugin: update the arch requirements to match the x86-64 ISA levelsThiago Macieira2021-10-041-9/+10
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-7/+4
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-028-46/+0
* Untangle qsortfilterproxymodel unittestsDavid Faure2021-10-016-18/+20
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-7/+56
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-4/+0
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-012-3/+3
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-304-3/+6
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* Q{Elf,Mach}Parser: simplify the return codesThiago Macieira2021-09-241-33/+33
* tst_qplugin{,loader}: make it pass on MacsThiago Macieira2021-09-241-6/+6
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-2/+0
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+83
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-2021-23/+86
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+6
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1726-67/+74
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-1713-65/+67
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25