summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetaobject/tst_qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-0/+14
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-0/+18
|\
| * corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-0/+18
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+13
|\|
| * Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+13
* | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-17/+48
* | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-6/+43
|/
* Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+5
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-2/+17
* Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-5/+13
* Test for leaks in QMetaObject::invoke with functorsOlivier Goffart2018-01-141-25/+55
* moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-0/+86
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+29
|\
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-0/+29
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-3/+173
|/
* Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+48
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
* Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-261-0/+8
* Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-0/+3
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-121-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-051-1/+8
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-15/+79
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-4/+8
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-1/+1
* Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
* rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-111-8/+8
* QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-0/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add test for queued call of method with unregistered parameter typeKent Hansen2012-06-201-0/+15
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-111-8/+8
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-011-0/+137
* Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-0/+14
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-5/+5
* moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-0/+22
* Cleanup corelib autotestsJason McDonald2011-11-101-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-071-35/+0
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-191-18/+53
* Moving relevant tests to corelib/kernelHolger Ihrig2011-09-011-0/+1120