summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype
Commit message (Expand)AuthorAgeFilesLines
* Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-272-1/+87
* 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
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-261-2/+2
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-2/+2
| |\
| | * Reduce qmetatype autotest build time for Windows CE.Janne Anttila2013-04-171-2/+2
* | | 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
* Remove MSVC2012-optimization for the QMetaType-test.Friedemann Kleint2012-12-141-2/+7
* Prevent "number of sections exceeded" when compiling qmetatype tests.Mitch Curtis2012-11-231-0/+5
* 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
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-0/+0
* Remove QWidgetStar.Stephen Kelly2012-08-182-3/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-1/+2
* 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-133-0/+46
* 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
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-4/+27
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-1/+13
* tst_qmetatype: avoid slow compilation with some MSVC2010Rohan McGovern2012-05-241-1/+7
* Add test of automated container metatype declaration.Stephen Kelly2012-05-181-0/+104
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-081-1/+5
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+1
|\
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+1
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-30/+4
* | Add QtJson types to meta-type systemKent Hansen2012-03-201-0/+34
* | Merge master into api_changesKent Hansen2012-03-191-7/+15
|\|
| * Add new test cases to tst_QMetaType.Jędrzej Nowacki2012-03-181-6/+14
* | Add autotests for QMetaType::load() and save()Kent Hansen2012-03-181-0/+126
* | Merge master into api_changesKent Hansen2012-03-161-19/+29
|\|
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-19/+29
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-141-0/+10
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-4/+48
|\|
| * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-0/+34
| * Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-0/+6
| * Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-4/+8
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-0/+189
|\ \
| * | Add template specialization of QMetaType for QObject derived pointers.Stephen Kelly2012-03-061-0/+17
| |/
| * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+133
| * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+39