summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-081-0/+1
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-281-0/+2
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-301-0/+1
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-111-0/+2
* tst_qmetatype: port away from deprecated callsIvan Solovev2022-08-301-1/+9
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-121-0/+4
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-271-0/+2
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-0/+1
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-261-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-261-2/+1
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-0/+2
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-131-0/+16
* tst_qmetatype: remove traces of compiler workarounds againMarc Mutz2021-12-161-4/+0
* tst_qmetatype: remove the previous MingW workaroundMarc Mutz2021-12-161-8/+0
* Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"Marc Mutz2021-12-151-2/+2
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-071-1/+82
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-071-0/+8
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-261-0/+6
* Split up the QMetaType unit testVolker Hilsheimer2021-02-091-248/+182
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-241-0/+4
* QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-0/+6
* Remove QRegExp from QVariantLars Knoll2020-05-141-10/+0
* test: Fix QRegularExpression feature config checkSamuel Gaist2019-06-101-1/+1
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-0/+18
* Use extreme values in QMetaType/QSettings test dataTor Arne Vestbø2016-10-051-12/+13
* Don't truncate QDateTime milliseconds when storing QSettings on Apple platformsTor Arne Vestbø2016-10-051-0/+279