summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* moc: Add a hidden option to make QML macro warnings fatalFabian Kosmale2025-03-101-0/+6
* moc: Do not accept empty input files on --collect-jsonUlf Hermann2025-02-211-4/+10
* moc: Always indentify as mocFabian Kosmale2024-12-131-0/+2
* moc: add a hidden --active-qt option for ActiveQtThiago Macieira2024-11-121-0/+7
* moc: port to RAII handling of fopen()ed FILE*sMarc Mutz2024-05-151-39/+30
* Tools: handle file opening failureGiuseppe D'Angelo2024-04-141-2/+5
* moc: Print sterror(errno) when moc can't write the output fileAlexandru Croitor2023-07-121-3/+6
* moc: Store errno after fopen callAlexandru Croitor2023-07-121-2/+8
* Moc: port to qsizetypeAhmad Samir2023-05-281-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Tools: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-031-9/+11
* Tools: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-7/+7
* moc: Add --debug-includes option to mocAlexandru Croitor2022-04-051-0/+16
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-081-44/+1
* Avoid blocking read from stdin when collecting json filesAlexey Edelev2021-05-311-3/+6
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+6
* Teach moc to output a Make-style depfileAlexandru Croitor2019-12-171-0/+131
* Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-041-2/+39
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+2
|\
| * Allow moc to handle Unicode output filenames on Windows with MSVCJake Petroules2017-12-281-2/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+1
|\|
| * moc: Restore compatibility with Qt 5.7's -b optionOlivier Goffart2017-10-241-0/+1
| * Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-3/+0
| * moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-301-0/+3
* | Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
|/
* 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