summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-252-22/+10
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-2/+10
|\
| * moc: Fix parsing of the empty preprocessor commandOlivier Goffart2012-04-161-0/+2
| * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-2/+8
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-3/+3
* | Remove compression support from moc.Jędrzej Nowacki2012-03-291-1/+1
* | Ensure that moc doesn't resolve the qreal meta-type idKent Hansen2012-03-182-23/+28
* | Fix comparison type warning.Stephen Kelly2012-03-161-1/+1
* | Add an overload to Moc to allow reading from a QIODevice.Stephen Kelly2012-03-142-2/+9
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-084-6/+121
|\|
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-011-1/+1
| * Merge master -> api_changesRohan McGovern2012-02-293-13/+9
| |\
| * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-273-5/+120