summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-203-26/+50
|/ / /
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-5/+2
* | | moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-233-7/+14
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-123-58/+44
|\| |
| * | Moc: use QStringBuilder moreAnton Kudryavtsev2016-04-203-58/+44
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-034-28/+28
|\| |
| * | Moc: use const (and const APIs) moreAnton Kudryavtsev2016-04-184-25/+25
| * | Moc generator: avoid creating QMap::keys().Anton Kudryavtsev2016-04-171-3/+3
* | | moc: Use QCommandLineParser::ParseAsLongOptions and QCommandLineOption::Short...Olivier Goffart2016-04-281-0/+10
|/ /
* | 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
|\