summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a way to inform moc about private signals.Stephen Kelly2012-07-133-8/+36
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-043-120/+4
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-201-2/+3
|\
| * remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-2/+2
| * properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-0/+1
* | MOC: Avoiding MAX_PATH limit on WindowsYuchen Deng2012-06-201-1/+9
|/
* It should be a moc error for the specified file to not exist.Stephen Kelly2012-06-141-1/+1
* Fix shadow build compilation with MSVCThiago Macieira2012-05-292-2/+2
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-1/+1