summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\
| * tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-43/+43
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-43/+43
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-43/+43
| | |\
| | | * Fix UB in tst_QMetaTypeMarc Mutz2016-01-061-43/+43
* | | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ / /
* | | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-3/+3
|\| |
| * | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-3/+3
| |/
* / tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
|/
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-1/+6
* QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-0/+2
* Add support for unregistering of custom meta types.Robert Griebl2015-04-141-0/+48
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-0/+4
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-1/+14
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+8
* Support QMetaType::equals()Alex Blasche2015-01-131-0/+90
* Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-10/+37
* Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+59
* tst_QMetaType: fix memleaksMarc Mutz2014-10-191-14/+26
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-7/+20
* Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-161-0/+11
* Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-0/+8
* Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+7
* Reduce clang compilation time of tst_qmetatype by ~50%Jędrzej Nowacki2014-03-061-13/+1
* Simplify tst_QMetaType::automaticTemplateRegistrationJędrzej Nowacki2014-03-061-55/+62
* Remove qSort usages from core testsSergio Ahumada2014-02-221-1/+3
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-0/+5
* Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-271-1/+86
* Don't test QHash<float, U> or QHash<double, U>Stephen Kelly2013-05-201-4/+1
* Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+282
* Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+4
* Add automatic metatype handling for common standard library containers.Stephen Kelly2013-04-011-15/+59
* Android compile fixPaul Olav Tvete2013-03-121-1/+1
* Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix a warning on compilers not supporting constexpr.Jędrzej Nowacki2012-11-111-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove QWidgetStar.Stephen Kelly2012-08-181-3/+0
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+19
* tst_qmetatype: fix two more unused typedefs (GCC 4.8 warning)Marc Mutz2012-07-251-3/+1
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-251-0/+30
* Test for QMetaType binary breakage.Jędrzej Nowacki2012-07-131-0/+45
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-0/+41
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-0/+14
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-14/+17
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-8/+18