summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-282-1/+41
|\|
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-232-0/+37
* | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-177-4/+279
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-1/+14
|\|
| * Support Q_GADGET QMetaObject super class hierarchies across templatesMilian Wolff2019-12-123-1/+14
* | Fix tst_moc for C++17Olivier Goffart2019-12-064-118/+5
* | Moc Sort json file list in collectjsonLeander Beernaert2019-11-271-1094/+1094
* | Make QList an alias to QVectorLars Knoll2019-10-301-6/+6
|/
* Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-044-0/+2711
* 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
* | | Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-18/+0
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-11/+0
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-112-0/+60
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-073-1/+82
* | | moc: Parse namespaces from other filesUlf Hermann2019-02-211-0/+13
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-0/+12
|\|
| * moc: add support for C++11 enum structSamuel Gaist2018-12-152-0/+12
* | 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-112-17/+23
* Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-262-0/+9
* Clean up the moc "no-keywords" testUlf Hermann2018-03-212-11/+14
* moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-051-0/+1
* Remove references to obsolete platformsJake Petroules2017-11-052-2/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-20/+20
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+4
|\
| * Moc: Don't error out when parsing namespace __identifier(...)Olivier Goffart2017-06-191-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-0/+9
|\|
| * moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-0/+9
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-232-6/+18
|/
* tst_moc: fix include guardsOlivier Goffart2017-03-251-1/+1
* 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
* | | moc: put the QPrivateSignal argument in the arg arrayOlivier Goffart2017-03-131-0/+15
|/ /
* | moc: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-083-1/+86