summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetaobjectbuilder
Commit message (Expand)AuthorAgeFilesLines
* Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-241-0/+10
* macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+0
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-54/+54
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+16
|\
| * Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-0/+16
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-2/+2
|/
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-161-1/+1
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-2/+2
* Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+5
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-20/+3
* Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-2/+2
* QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-211-5/+5
* Add QMetaMethodBuilder::parameterTypes() functionKent Hansen2012-02-291-0/+23
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-3/+3
* Test template-based connect() with qmetaobjectbuilderKent Hansen2012-02-151-9/+17
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-151-0/+25
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+34
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-031-13/+355
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-0/+15
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-5/+5
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-211-3/+3
* Cleanup corelib autotestsJason McDonald2011-11-111-7/+3
* Cleanup corelib autotestsJason McDonald2011-11-071-4/+0
* Moved qmetaobjectbuilder test into corelib/kernel/Jo Asplin2011-11-052-0/+1277