summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-2/+2
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* 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
* 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
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-291-3/+3
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-0/+9
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-46/+23
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+97
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-41/+38
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-3/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-10/+10
* Long live std::pair!Giuseppe D'Angelo2020-06-101-3/+3