summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-1/+2
* Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-261-0/+1
* Clear two pointless entries from the QDoc-only QMetaType::TypeEdward Welbourne2022-09-261-2/+0
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-5/+13
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-021-11/+13
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-5/+11
* Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-291-16/+13
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-051-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-051-3/+4
* QMetaType: prevent memory leak on create() if the constructor throwsThiago Macieira2022-07-271-13/+21
* QVariant: move the check for std::nullptr_t a bit up in customConstructThiago Macieira2022-07-271-5/+5
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-271-25/+26
* QMetaType: add is{Default,Copy,Move}Constructible and isDestructibleThiago Macieira2022-07-261-2/+70
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-261-18/+50
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-3/+8
* QMetaType: fix documentationFabian Kosmale2022-07-211-7/+7
* QMetaType: Do not warn about unknown types in isRegisteredFabian Kosmale2022-07-111-10/+16
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-091-0/+11
* QMetaType: move the built-in QMetaTypeInterfaces to read-only segmentsThiago Macieira2022-06-281-3/+8
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-281-4/+5
* QMetaType: use explicit load/store operations on QBasicAtomicIntThiago Macieira2022-06-181-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QMetaType: Add qHash() overloadMårten Nordheim2022-04-051-0/+8
* QMetaType: don't allocate memory just to look up a key in a QHashMarc Mutz2022-04-031-1/+1
* QMetaType: don't create a registry just to query its emptinessMarc Mutz2022-04-031-3/+4
* QMetaType: unlock QReadLocker earlyMarc Mutz2022-04-031-0/+1
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-2/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-251-1/+1
* QMetaType: remove an unused static pointer variableMarc Mutz2022-03-181-2/+1
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* qmetatype: Remove left-over module association codeFabian Kosmale2022-02-091-6/+0
* 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