summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: fix recursive detection of std::optional operatorsThiago Macieira2023-07-311-0/+20
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-281-0/+54
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-301-1/+127
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* 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-152/+232
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-271-20/+104
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-261-0/+24
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-0/+9
* tst_QMetaType: suppress most warningsThiago Macieira2022-07-261-1/+16
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-261-50/+42
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-27/+2
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-0/+6
* tst_QMetaType: remove call to pthread_yield()Thiago Macieira2022-01-191-3/+0
* tst_QMetaType: remove the IsInitialized checkThiago Macieira2022-01-191-18/+9
* tst_qmetatype: add a few more row for QMetaType::UknknownTypeThiago Macieira2022-01-191-0/+23
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-0/+53
* tst_qmetatype: fix memleaksMarc Mutz2021-12-221-4/+11
* tst_qmetatype: remove traces of compiler workarounds againMarc Mutz2021-12-161-5/+0
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-071-80/+1
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-071-8/+0
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-03-251-0/+10
* tst_qmetatype: RELOCATABLE -> PRIMITIVE is binary compatibleFabian Kosmale2021-03-051-1/+10
* Split up the QMetaType unit testVolker Hilsheimer2021-02-091-661/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-0/+3
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-301-3/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-3/+3
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-12/+23
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-8/+0
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-2/+2
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-201-1/+1
* Fix compile time type normalization codeLars Knoll2020-10-141-0/+38
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-8/+8
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-0/+5
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-7/+0
* Cleanup QTypeInfoLars Knoll2020-08-261-3/+8
* Deprecate int based convert/canConvertLars Knoll2020-08-241-2/+2
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-8/+8
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-241-6/+2
* Remove an unused enum value and document another oneLars Knoll2020-08-241-26/+27
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-28/+26
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-5/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-311-0/+38