summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Optimize moc: Preallocate space for list of preprocessed symbols.Milian Wolff2015-12-121-0/+4
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-232-1/+5
|\
| * moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+1
| * Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-1/+4
* | Optimize moc: Preallocate some space for tokenization results.Milian Wolff2015-09-141-0/+5
|/
* moc: Make toExpand const, we do not modify it.Milian Wolff2015-07-232-2/+2
* tools: mark some types movable/primitiveMarc Mutz2015-07-221-0/+1
* Optimize moc: Preallocate space for list of arguments on the stack.Milian Wolff2015-07-221-1/+1
* Optimize moc: Remove another temporary list allocation.Milian Wolff2015-07-141-5/+5
* Optimize moc: Remove temporary allocations during macro expansion.Milian Wolff2015-07-132-10/+7
* Optimize moc: Implement fast operator== for Symbols.Milian Wolff2015-07-101-1/+4
* moc: Fix crash parsing invalid macro invocationOlivier Goffart2015-05-301-3/+5
* moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-131-1/+2
* moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-131-1/+2
* Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-1/+2
* Work around MSVC warnings about unused variables in moc outputKai Koehne2015-04-151-0/+3
* Merge dev into 5.5Oswald Buddenhagen2015-02-232-2/+2
|\
| * Fixed license headersJani Heikkinen2015-02-172-2/+2
* | Output the JSON binary data with printable charactersThiago Macieira2015-02-171-1/+7
|/
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* Update copyright headersJani Heikkinen2015-02-1121-179/+163
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-134-2/+8
* moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-132-1/+7
* moc: Work around 'unused variable' MSVC warningKai Koehne2015-01-091-1/+2
* Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-9/+25
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-15/+11
|\
| * moc: use Q_NULLPTR instead of 0 in generated code.Axel Rasmussen2014-11-061-10/+10
| * moc: do not error if the last token of a define is #Olivier Goffart2014-10-281-5/+1
* | Fix a typo in code comment in mocJędrzej Nowacki2014-11-191-1/+1
* | Fix moc preprocessorJędrzej Nowacki2014-11-111-0/+31
* | Use file mapping in moc.Jędrzej Nowacki2014-10-302-10/+20
* | moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-281-133/+162
* | moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-281-4/+9
|/
* moc: don't use QByteArrayLiteralMarc Mutz2014-10-091-7/+7
* Silence moc warnings about 'argument mismatch'Kai Koehne2014-09-251-6/+0
* Update license headers and add new license filesMatti Paaso2014-09-2419-361/+209
* Remove unused property from mocJędrzej Nowacki2014-08-091-2/+1
* Introduce a new warning in moc, to notify about duplicated propertiesAleix Pol2014-07-101-0/+7
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+1
|\
| * Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-063-370/+220
|\|
| * Add default case to switch statementsKurt Pattyn2014-05-021-0/+9
| * Build fix with defined DEBUG_MOCJędrzej Nowacki2014-04-252-370/+211
* | Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-2/+4
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-14/+26
|\
| * moc: Fix parsing of operator<Olivier Goffart2014-02-141-0/+4
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-141-15/+23
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+1
|\|
| * Document `moc -f<...>` behavior change in Qt-5.2.0David Faure2014-02-111-1/+1
* | moc: Make error message 'too many input files' more verbose.Friedemann Kleint2014-01-271-1/+1