summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-2/+2
* moc: Fix related objects containing itselfOlivier Goffart2013-08-221-2/+14
* moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-2/+2
* don't include qconfig.cpp into moc and uicOswald Buddenhagen2013-08-152-3/+1
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-202-2/+2
* moc: Avoid non-deterministic output which causes unnecesary rebuildsRobin Burchell2013-06-301-1/+6
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-2/+2
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+5
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* don't bootstrap tools when not necessaryOswald Buddenhagen2013-03-141-0/+1
* moc: Remove VC6 workaroundOlivier Goffart2013-03-061-10/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-4/+21
|\
| * moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-213-4/+21
| * moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+2
* | moc: Support the '$' character as an identifierOlivier Goffart2013-03-024-8/+9
* | Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-021-1/+2
* | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2221-21/+21
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1821-21/+21
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-193-11/+40
|/
* Remove the timestamp info in genarated filesLiang Qi2012-12-151-5/+1
* Change license header from Nokia to DigiaSergio Ahumada2012-11-262-2/+2
* moc: Fix assertion in QVector::first()Konstantin Ritt2012-11-251-6/+10
* Proper macro replacment and branch evaluationLars Knoll2012-11-233-80/+144
* Correctly expand arguments in function macrosLars Knoll2012-11-231-11/+12
* Remove additional whitespaces from the macro tokensLars Knoll2012-11-231-2/+24
* make qt_tool support building bootstrapped toolsOswald Buddenhagen2012-11-161-6/+1
* remove pointless TARGET assignmentsOswald Buddenhagen2012-11-161-1/+0
* Generate a proper static QtBootstrap moduleOswald Buddenhagen2012-11-081-9/+7
* fix warnings about empty "while" bodiesOswald Buddenhagen2012-11-071-7/+7
* moc: parse properly the gcc extension for variadic macroOlivier Goffart2012-10-141-2/+12
* Fix moc preprocessor-only mode with input that contains seemingly invalid ide...Simon Hausmann2012-10-131-2/+5
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-011-0/+8
* Moc: Correctly expand macros with argumentsLars Knoll2012-09-252-19/+163
* Moc: Make # and ## valid tokens in cpp parsing modeLars Knoll2012-09-252-4/+6
* Correctly parse function macrosLars Knoll2012-09-253-8/+75
* Correctly expand macros without arguments in mocLars Knoll2012-09-252-15/+51
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2221-503/+503
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-197-19/+19
* Use the same hash for 8 bit strings as in QByteArrayLars Knoll2012-09-091-12/+1
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-031-0/+42
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-2/+2
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-1/+2
* Use qualified name for QT_MOC_EXPORT_PLUGIN()Lukas Geyer2012-08-291-1/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-282-1/+52
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-283-5/+93
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-261-1/+11
* Search the include paths for json files containing plugin infoLars Knoll2012-07-314-8/+22
* Simplify the moc code related to private signals a bit.Stephen Kelly2012-07-132-10/+21