summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QVariant::Private: replace QMetaType constructor with interfaceThiago Macieira2022-07-271-2/+8
* QVariant: replace v_construct with a Private template constructorThiago Macieira2022-07-271-116/+59
* QVariant: optimize copying for trivially copyable payloadsThiago Macieira2022-07-271-16/+16
* QVariant: use QtMetaTypePrivate directly instead of QMetaTypeThiago Macieira2022-07-271-4/+7
* QVariant: move the check for std::nullptr_t a bit up in customConstructThiago Macieira2022-07-271-6/+6
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-17/+38
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-271-1/+2
* QVariant: delegate more to QMetaTypeThiago Macieira2022-07-271-29/+17
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-1/+1
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-3/+10
* QVariant: add missing const to QMetaTypeInterface pointersThiago Macieira2022-07-201-7/+4
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-311-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-2/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-2/+4
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-171-5/+9
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* QVariant: write less haphazardly to dataFabian Kosmale2021-09-211-2/+2
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-3/+5
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-10/+10
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-131-13/+13
* Doc: Fix QVariant documentationKai Köhne2021-06-091-52/+51
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-5/+5
* QVariant: Use QMetaTypeInferface directlyFabian Kosmale2021-01-281-17/+47
* QVariant: Do not destroy trivial typesFabian Kosmale2021-01-271-2/+7
* QVariant: avoid superfluous QMetaType lookupFabian Kosmale2021-01-261-38/+38
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-301-8/+22
* Document QVariant::data/constDataVolker Hilsheimer2020-10-261-2/+12
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-13/+10
* Fix documentation for QVariantRef and QVariantPointerVolker Hilsheimer2020-10-231-10/+10
* Deprecate QVariant::TypeLars Knoll2020-10-231-66/+58
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+1
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-231-34/+11
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-0/+32
* Fix "variable set but unused" in qvariant.cppUlf Hermann2020-10-161-1/+1
* QVariant::compare: handle numerical values and pointers as documentedv6.0.0-beta1Fabian Kosmale2020-10-151-9/+80
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-131-6/+6
* Add a QVariant::compare() methodLars Knoll2020-10-011-0/+27
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+1
* Fix some qdoc warnings in QMetaType and QVariantVolker Hilsheimer2020-09-241-30/+18
* Fix qdoc warning: use correct parameter type in QVariant c'torVolker Hilsheimer2020-09-231-2/+2
* Fix various qdoc warningsVolker Hilsheimer2020-09-221-4/+4
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-3/+3
* Fix a bug when streaming QVariants containing a QRegExpLars Knoll2020-09-211-4/+3
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-0/+27
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-342/+13
* Add QVariantRef, QVariantPointer, QVariantConstPointerUlf Hermann2020-09-141-0/+109
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-121-22/+58
* Remove spurious const from QVariant::convert()'s first parameterEdward Welbourne2020-09-101-2/+2