summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-0/+1
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-1/+1
* qmetatype: Fix incorrect more than one typedef warningJonas Kvinge2022-01-171-1/+1
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-131-5/+11
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-121-0/+1
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-171-1/+39
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-061-14/+0
* qmetatype.cpp: provide missing initializer for const variableThiago Macieira2021-11-101-1/+1
* QMetaType: Avoid superfluous template instantiationsFabian Kosmale2021-10-291-9/+2
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-4/+4
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-301-14/+17
* QMetaTypeFunctionRegistry: avoid double-lookup in insertIfNotContains()Marc Mutz2021-08-041-2/+4
* Revert "QMetaType: Don't normalize name which should already be normalized"Fabian Kosmale2021-06-091-2/+3
* QMetaType: Don't normalize name which should already be normalizedFabian Kosmale2021-06-081-3/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-6/+6
* Fix return type of QMetaType::sizeOf in documentationVolker Hilsheimer2021-04-071-1/+1
* QMetaType::id(): Fix ABI breakageFabian Kosmale2021-03-261-0/+14
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-031-1/+1
* Initialize out-variableVolker Hilsheimer2021-03-031-1/+1
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-261-0/+1
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* QMetaType::id: add fastpathFabian Kosmale2021-02-181-8/+10
* QMetaType: avoid id() calls in compareFabian Kosmale2021-02-051-2/+2
* Do delete on QMetaType::destroy() even without dtorUlf Hermann2021-02-011-2/+3
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-24/+40
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-1/+14
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-301-12/+24
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-0/+1
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-2/+2
* Make some QMetaType members constexpr and inlineLars Knoll2020-10-231-30/+5
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-1/+2
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-231-4/+2
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-7/+7
* QMetaType: Avoid combination of extern and declspec(__dllexport) on MSVCUlf Hermann2020-10-121-1/+10
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Fix some qdoc warnings in QMetaType and QVariantVolker Hilsheimer2020-09-241-20/+15
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-3/+3
* Remove default ctor for QIterableUlf Hermann2020-09-221-2/+2
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-45/+297
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-26/+39
* QVariant: guard usage of fromType.metaObject()Richard Moe Gustavsen2020-09-111-1/+1
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-13/+8
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-2/+11
* Make the canConvertMetaObject method safeLars Knoll2020-08-241-3/+4
* Pass QMetaType by valueLars Knoll2020-08-241-5/+5
* Clean up int based convert() APILars Knoll2020-08-241-40/+52