summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-2/+69
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-1/+10
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-262-2/+2
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-0/+68
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Add a note to save the next reader some confusionEdward Welbourne2021-11-261-0/+4
* Skip test if it has no data-rowsEdward Welbourne2021-11-261-0/+7
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-0/+56
* tst_QHashSeed: improve quality of the quality() testThiago Macieira2021-11-231-10/+15
* tst_QHashSeed: reset the global seed in each iterationThiago Macieira2021-11-231-0/+2
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-236-6/+6
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+514
* Short live q20::ssize()!Marc Mutz2021-11-201-13/+1
* Fix test when accessing patched plugin too fastPasi Petäjäjärvi2021-11-191-3/+18
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-191-0/+18
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-183-0/+74
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Add an initial tst_QAnyStringViewMarc Mutz2021-11-184-0/+641
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-162-0/+3
* tst_qvariant: fix -Wclass-memaccessMarc Mutz2021-11-161-1/+1
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-0/+50
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+126
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-121-0/+11
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-0/+12
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+16
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+1
* 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