summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc
Commit message (Expand)AuthorAgeFilesLines
...
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-061-0/+11
* Handle even more include in enum casesFabian Kosmale2021-08-061-0/+5
* Test Q_CLASSINFO("foobar", #__VA_ARGS__) in tst_mocAndrei Golubev2021-07-081-0/+18
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-3/+6
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-021-0/+16
* tst_moc: Use qtpaths instead of qmakeFabian Kosmale2021-05-051-2/+2
* tst_moc: fix returning-reference-to-local warningMårten Nordheim2021-05-041-2/+2
* Moc: parse trailing return typeMårten Nordheim2021-05-044-0/+180
* Silence a bunch of gcc warnings for the moc testVolker Hilsheimer2021-03-293-1/+11
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-105/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-50/+50
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-1/+2
* Fix compile time type normalization codeLars Knoll2020-10-141-1/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-28/+28
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-9/+9
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-0/+2
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-3/+3
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Make bindings introspectable through mocLars Knoll2020-09-022-141/+101
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-100/+96
* Fix warnings in tst_mocTor Arne Vestbø2020-08-235-5/+34
* cmake support for tst_mocFabian Kosmale2020-08-102-5/+154
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-141-0/+7
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-091-8/+8
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-081-0/+38
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-2/+2
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-4/+4
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-8/+6
* Use QList instead of QVector in moc testsJarek Kobus2020-06-221-90/+58
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-25/+9
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-10/+10
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-38/+38
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-7/+0
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-094-0/+67
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-024-5/+18
* moc: handle include directives in enumsFabian Kosmale2020-05-274-0/+59
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+60
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-301-0/+5
* Allow declaring QProperty<> based Q_PROPERTYies with a notify signalSimon Hausmann2020-04-081-3/+9
* Port test to QRegularExpressionLars Knoll2020-03-311-2/+2
* Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-182-3/+120
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-5/+68
|\
| * moc: Record whether a meta object is an object, gadget, or namespaceUlf Hermann2020-02-131-4/+67
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-1/+1
* | Normalize types at compile timeOlivier Goffart2020-02-202-8/+8
* | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-8/+55