summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetaobject/tst_qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-011-52/+21
* QMetaObject: add a new, variadic invoke/invokeMethod/newInstanceThiago Macieira2022-08-301-22/+621
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-261-0/+30
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-011-2/+69
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-281-0/+4
* tst_QMetaObject: add a test for using Q_ARG with a non-const refThiago Macieira2022-07-271-0/+15
* tst_QMetaObject: make sure we don't mix references with non-refsThiago Macieira2022-07-271-0/+10
* tst_QMetaObject: add some tests for passing and receiving pointersThiago Macieira2022-07-271-0/+79
* tst_QMetaObject: change tests to forward-declared-onlyThiago Macieira2022-07-271-14/+13
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* Introduce QMetaObject::metaTypeFabian Kosmale2021-03-251-0/+11
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-301-0/+39
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+10
* Fix compile time type normalization codeLars Knoll2020-10-141-4/+4
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-11/+11
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-4/+0
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-16/+17
* Long live std::pair!Giuseppe D'Angelo2020-06-101-1/+6
* MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-1/+3
* Normalize types at compile timeOlivier Goffart2020-02-201-7/+49
* Make QList an alias to QVectorLars Knoll2019-10-301-11/+13
* 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