summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-2/+5
* Make VectorBoolElements static properties const.Jędrzej Nowacki2014-06-251-2/+2
* Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-161-3/+30
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+1
|\
| * Add a comment about not obvious code in VariantData.Jędrzej Nowacki2014-05-021-0/+1
* | Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-2/+9
* | QMetaType: Specialize IsPointerToTypeDerivedFromQObject for const void*Stephen Kelly2014-04-221-0/+5
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-35/+7
|\|
| * Reduce clang compilation time of tst_qmetatype by ~2%Jędrzej Nowacki2014-03-281-35/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-1/+6
|\|
| * Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+2
| * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+4
* | QtCore: Fix MSVC 64bit warnings about conversion from size_t to int.Friedemann Kleint2014-02-251-2/+2
|/
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-3/+3
* QMetaType: Fix equality comparison of type-erased iterators.Stephen Kelly2013-12-131-2/+12
* QMetaType: Fix copy of type erased iteratorStephen Kelly2013-12-131-2/+10
* QMetaType: Rename template type of type-erased iterator operations.Stephen Kelly2013-12-121-6/+6
* Correct compiler warnings for sign conversionKurt Pattyn2013-12-061-3/+3
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-131-0/+28
* Remove some unneeded constructors.Stephen Kelly2013-09-131-11/+3
* Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-111-0/+45
* Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-091-69/+33
* Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-4/+13
* Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-6/+34
* Simplify the smart pointer metatype templateStephen Kelly2013-09-051-17/+6
* Fix Clang 3.3 warning on using an undefined inline functionThiago Macieira2013-09-051-12/+16
* Merge branch 'stable' into devSergio Ahumada2013-07-111-5/+5
|\
| * QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-1/+1
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-2/+2
|\|
| * QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-2/+2
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-271-0/+112
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+117
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-3/+265
* | Change the ownership semantics of metatype converter functions.Stephen Kelly2013-05-201-38/+50
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-1/+68
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+274
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+171
* | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+5
* | Merge branch 'stable' into devSergio Ahumada2013-04-101-1/+1
|\|
| * Fix MSVC warning about truncation from 64bit to 32bit int.Friedemann Kleint2013-04-061-1/+1
* | Move the Preprocessor loop macros up with the others.Stephen Kelly2013-04-051-13/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-031-27/+34
|\|
| * QMetaTypeId: use QByteArray, not QVarLengthArray, to construct type namesMarc Mutz2013-03-291-27/+34
* | Add automatic metatype handling for common standard library containers.Stephen Kelly2013-04-011-0/+10
|/
* Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+3
* qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-081-15/+15