summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-6/+8
|\
| * Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-2/+4
| * Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
* | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-1/+6
* | Moc: use QStringBuilder moreAnton Kudryavtsev2016-04-203-58/+44
* | Moc: use const (and const APIs) moreAnton Kudryavtsev2016-04-184-25/+25
* | Moc generator: avoid creating QMap::keys().Anton Kudryavtsev2016-04-171-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+2
|\|
| * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+2
* | moc: replace inefficient QLists with QVectorsMarc Mutz2016-02-104-29/+39
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+1
|\|
| * Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
* | moc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-262-21/+38
* | moc: simplify finding required Qt containersMarc Mutz2016-01-261-28/+44
* | Updated license headersJani Heikkinen2016-01-2121-357/+252
* | Moc: fix duplicate condition in AND expressionAnton Kudryavtsev2016-01-121-1/+1
* | moc: replace a QStack<QByteArray> with std::stack<QByteArray, QByteArrayList>Marc Mutz2015-12-301-2/+3
* | 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
|/