summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/tst_moc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Make bindings introspectable through mocLars Knoll2020-09-021-123/+99
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-100/+96
* Fix warnings in tst_mocTor Arne Vestbø2020-08-231-2/+10
* cmake support for tst_mocFabian Kosmale2020-08-101-5/+10
* 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
* 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-201-19/+3
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-10/+10
* 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-091-0/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-5/+11
* 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-181-3/+104
* MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-1/+1
* Normalize types at compile timeOlivier Goffart2020-02-201-2/+2
* moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-8/+55
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+25
|\
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+24
* | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-171-3/+30
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+1
|\|
| * Support Q_GADGET QMetaObject super class hierarchies across templatesMilian Wolff2019-12-121-0/+1
* | Fix tst_moc for C++17Olivier Goffart2019-12-061-27/+4
|/
* Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-041-0/+53
* Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-4/+3
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-0/+15
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+1
| |\
| | * Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-0/+1
* | | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-0/+11
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-111-0/+17
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-071-0/+20
* | | moc: Parse namespaces from other filesUlf Hermann2019-02-211-0/+13
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-0/+3
|\|
| * moc: add support for C++11 enum structSamuel Gaist2018-12-151-0/+3
* | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-011-0/+29
|/
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-15/+21
* Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-261-0/+2
* Remove references to obsolete platformsJake Petroules2017-11-051-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-5/+17
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-131-20/+24
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-20/+24
| |\
| | * Properly use the "process" featureUlf Hermann2017-02-271-20/+24