summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/tst_moc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-0/+6
|\
| * Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-0/+6
* | Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-0/+11
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+20
|\
| * moc: Fix parsing of operator<Olivier Goffart2014-02-141-0/+1
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-141-0/+19
* | Fix lack of deterministic behavior in moc.Jędrzej Nowacki2014-01-221-0/+56
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+3
| |\|
| | * moc: Fix parsing of complex defines defined via command lineOlivier Goffart2014-01-171-0/+3
* | | Add missing header guardsJędrzej Nowacki2014-01-201-8/+8
|/ /
* | Fix regression in property handling with enums from gadgetsSimon Hausmann2013-12-241-0/+11
* | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-0/+58
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-2/+2
|/
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-131-0/+32
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+40
|\
| * moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-0/+5
| * moc: Fix related objects containing itselfOlivier Goffart2013-08-221-0/+26
| * moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-1/+9
* | moc: add unittest for --ignore-option-clashesDavid Faure2013-07-301-0/+41
|/
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-0/+2
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+3
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-0/+5
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-45/+209
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+3
| |\
| * | moc: Support the '$' character as an identifierOlivier Goffart2013-03-021-0/+1
| * | Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-021-1/+18
| * | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+21
| * | Replace SRCDIR-define by QFINDTESTDATA in tst_moc.Friedemann Kleint2013-01-311-39/+38
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\ \
| * | | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-191-6/+117
| * | | Automatically register method types in QSignalSpy.Stephen Kelly2013-01-071-0/+36
* | | | Fix tst_moc when variadic macros are enabledOlivier Goffart2013-03-171-2/+0
| |_|/ |/| |
* | | moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-211-1/+3
* | | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+21
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* Proper macro replacment and branch evaluationLars Knoll2012-11-231-2/+17
* moc: parse properly the gcc extension for variadic macroOlivier Goffart2012-10-141-0/+6
* Fix moc preprocessor-only mode with input that contains seemingly invalid ide...Simon Hausmann2012-10-131-0/+21
* Test case for moc handling definesLars Knoll2012-09-251-0/+55
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-0/+6
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-0/+234
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-0/+172
* moc: test slots marked final/override in various waysMarc Mutz2012-08-261-0/+40
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-261-2/+30
* Add some tests to note that private signals can't be overloads.Stephen Kelly2012-07-131-0/+88
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-0/+370
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-152/+0
* Fix unused parameter warnings in moc test.Mitch Curtis2012-06-201-3/+3