summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Add additional grapheme, word, and sentence break class tests from tr29Øystein Heskestad2021-11-104-20/+236
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* Correct and clarify some commentsEdward Welbourne2021-11-081-3/+3
* Express 64-bit integral constants consistentlyEdward Welbourne2021-11-081-6/+7
* Give symbolic names to some constants used in time-zone testsEdward Welbourne2021-11-081-12/+15
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-071-0/+29
* QPluginLoader: fix indentation and commentsThiago Macieira2021-11-051-1/+1
* Include qproperty.h where neededMarc Mutz2021-11-043-0/+3
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+3
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-041-0/+28
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-5/+5
* tst_qfile: Remove unused methodsIevgenii Meshcheriakov2021-11-031-2/+0
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-032-73/+0
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-031-2/+2
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-0/+15
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-2/+2
* Fix signed/unsigned comparison warnings in tst_QArrayDataEdward Welbourne2021-10-291-6/+6
* QNX: Handle missing elf.h gracefullyJanne Juntunen2021-10-281-5/+11
* 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