summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-191-1/+1
* moc: force the Microsoft compiler not to define _MSC_EXTENSIONSThiago Macieira2016-12-081-3/+0
* moc: Add warnings when resolving and opening includes failsFriedemann Kleint2016-07-291-5/+16
* Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+29
* moc: get the system #defines from the compiler itselfThiago Macieira2016-07-201-1/+16
* moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-1/+1
|\
| * Moc: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* | 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: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-8/+15
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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
|/
* moc: Fix parsing of complex defines defined via command lineOlivier Goffart2014-01-171-1/+2
* moc: Don't stumble over MSVC __declspec.Stephen Kelly2013-09-241-0/+1
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-131-0/+23
* Fix moc-crash when compiling QtScript on Windows.Friedemann Kleint2013-09-111-8/+7
* Port moc to QCommandLineParserDavid Faure2013-09-101-218/+202
* don't include qconfig.cpp into moc and uicOswald Buddenhagen2013-08-151-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-011-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-3/+3
* Search the include paths for json files containing plugin infoLars Knoll2012-07-311-0/+1
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-1/+1
* MOC: Avoiding MAX_PATH limit on WindowsYuchen Deng2012-06-201-1/+9
* Fix shadow build compilation with MSVCThiago Macieira2012-05-291-1/+1
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-1/+1
* moc: Get rid of implicit conversions to const char *Kent Hansen2012-02-201-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* added -b<file> option to moc to support additional include filesKeno Fischer2011-09-071-3/+18
* simplify relative path generationOswald Buddenhagen2011-06-221-28/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+448