summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-241-24/+24
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-241-9/+9
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-242-37/+37
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-241-28/+28
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-241-9/+9
* tst_QStringConverter: roll up independent tests to rows in othersThiago Macieira2022-05-231-59/+6
* tst_QStringConverter: implement the TODO of testing with flagsThiago Macieira2022-05-231-4/+81
* tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2022-05-233-63/+168
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-231-14/+50
* Android: Enable building of the QLocale test caseVolker Hilsheimer2022-05-231-4/+1
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-14/+12
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-0/+17
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-9/+0
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-0/+4
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-182-8/+1
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-171-0/+2
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-0/+9
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-171-0/+31
* Use SPDX license identifiersLucie Gérard2022-05-16315-8677/+692
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-132-17/+150
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-0/+6
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-113-9/+3
* Update shared-mime-info to the 2.2 releaseLiang Qi2022-05-111-5/+5
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-1/+105
* Generate JNI signature strings at compile timeVolker Hilsheimer2022-05-053-0/+123
* QTextStream: complete char16_t supportMarc Mutz2022-05-041-0/+9
* QTextStream: fix streaming of char16_t'sMarc Mutz2022-05-031-0/+27
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-022-2/+6
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-022-5/+7
* Implement support for '0b' prefix in toInt() etcMarc Mutz2022-04-281-4/+1
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-0/+6
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+12
* Don't declare type 'id' in the global namespace in a public headerTor Arne Vestbø2022-04-272-0/+77
* Clear tst_QSettings of deprecation warningsEdward Welbourne2022-04-262-7/+5
* tst_QSettings::testVariantTypes(): modernize list initializationsEdward Welbourne2022-04-261-10/+6
* Convert tst_QSettings::testVariantTypes()'s macro body into a lambdaEdward Welbourne2022-04-261-13/+18
* Clean up tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-27/+26
* Rearrange tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-24/+24
* Remove two unused resource files from tst_qsettingsEdward Welbourne2022-04-264-8/+0
* Inline a shared data-driven test table in tst_QSettingsEdward Welbourne2022-04-261-88/+23
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-263-13/+8
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+267
* tst_qstringapisymmetry: check toInt() etc also with base != 0Marc Mutz2022-04-171-0/+119
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-142-14/+27
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+227
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+39