| Commit message (Expand) | Author | Age | Files | Lines |
| * | moc: add lexem() functions that return QByteArrayViews | Aurélien Brooke | 2025-07-21 | 1 | -1/+1 |
| * | moc: Add a hidden option to make QML macro warnings fatal | Fabian Kosmale | 2025-03-10 | 1 | -0/+6 |
| * | moc: Do not accept empty input files on --collect-json | Ulf Hermann | 2025-02-21 | 1 | -4/+10 |
| * | moc: Always indentify as moc | Fabian Kosmale | 2024-12-13 | 1 | -0/+2 |
| * | moc: add a hidden --active-qt option for ActiveQt | Thiago Macieira | 2024-11-12 | 1 | -0/+7 |
| * | moc: port to RAII handling of fopen()ed FILE*s | Marc Mutz | 2024-05-15 | 1 | -39/+30 |
| * | Tools: handle file opening failure | Giuseppe D'Angelo | 2024-04-14 | 1 | -2/+5 |
| * | moc: Print sterror(errno) when moc can't write the output file | Alexandru Croitor | 2023-07-12 | 1 | -3/+6 |
| * | moc: Store errno after fopen call | Alexandru Croitor | 2023-07-12 | 1 | -2/+8 |
| * | Moc: port to qsizetype | Ahmad Samir | 2023-05-28 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -28/+3 |
| * | Tools: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-05-03 | 1 | -9/+11 |
| * | Tools: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-05-02 | 1 | -7/+7 |
| * | moc: Add --debug-includes option to moc | Alexandru Croitor | 2022-04-05 | 1 | -0/+16 |
| * | Let androiddeployqt write a dependency file | Andreas Buhr | 2021-07-08 | 1 | -44/+1 |
| * | Avoid blocking read from stdin when collecting json files | Alexey Edelev | 2021-05-31 | 1 | -3/+6 |
| * | Another round of 0->nullptr cleanup | Allan Sandfeld Jensen | 2020-07-31 | 1 | -1/+1 |
| * | MetaObject: Store the QMetaType of the methods | Fabian Kosmale | 2020-06-02 | 1 | -0/+6 |
| * | Teach moc to output a Make-style depfile | Alexandru Croitor | 2019-12-17 | 1 | -0/+131 |
| * | Add support for machine-readable JSON output to the MOC | Simon Hausmann | 2019-10-04 | 1 | -2/+39 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-12-30 | 1 | -2/+2 |
| |\ |
|
| | * | Allow moc to handle Unicode output filenames on Windows with MSVC | Jake Petroules | 2017-12-28 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-30 | 1 | -0/+1 |
| |\| |
|
| | * | moc: Restore compatibility with Qt 5.7's -b option | Olivier Goffart | 2017-10-24 | 1 | -0/+1 |
| | * | Revert "moc: remove _MSC_EXTENSIONS #define" | Jani Heikkinen | 2017-06-05 | 1 | -3/+0 |
| | * | moc: remove _MSC_EXTENSIONS #define | Joerg Bornemann | 2017-05-30 | 1 | -0/+3 |
| * | | Use new QStringList::contains(QL1S) | Anton Kudryavtsev | 2017-03-20 | 1 | -2/+2 |
| |/ |
|
| * | Make better use of new QStringList::join(QLatin1String) overload | Marc Mutz | 2017-02-19 | 1 | -1/+1 |
| * | moc: force the Microsoft compiler not to define _MSC_EXTENSIONS | Thiago Macieira | 2016-12-08 | 1 | -3/+0 |
| * | moc: Add warnings when resolving and opening includes fails | Friedemann Kleint | 2016-07-29 | 1 | -5/+16 |
| * | Make moc obey the preprocessor environment variable for include paths | Thiago Macieira | 2016-07-20 | 1 | -0/+29 |
| * | moc: get the system #defines from the compiler itself | Thiago Macieira | 2016-07-20 | 1 | -1/+16 |
| * | moc: remove _MSC_EXTENSIONS #define | Thiago Macieira | 2016-07-02 | 1 | -0/+3 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-03 | 1 | -1/+1 |
| |\ |
|
| | * | Moc: use const (and const APIs) more | Anton Kudryavtsev | 2016-04-18 | 1 | -1/+1 |
| * | | moc: Use QCommandLineParser::ParseAsLongOptions and QCommandLineOption::Short... | Olivier Goffart | 2016-04-28 | 1 | -0/+10 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-04-04 | 1 | -0/+2 |
| |\ |
|
| | * | moc: bail out early on missing or invalid options file | Joerg Bornemann | 2016-03-31 | 1 | -0/+2 |
| * | | moc: eradicate all Q_FOREACH loops | Marc Mutz | 2016-01-26 | 1 | -8/+15 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-02-12 | 1 | -1/+1 |
| |\ |
|
| | * | Document `moc -f<...>` behavior change in Qt-5.2.0 | David Faure | 2014-02-11 | 1 | -1/+1 |
| * | | moc: Make error message 'too many input files' more verbose. | Friedemann Kleint | 2014-01-27 | 1 | -1/+1 |
| |/ |
|
| * | moc: Fix parsing of complex defines defined via command line | Olivier Goffart | 2014-01-17 | 1 | -1/+2 |
| * | moc: Don't stumble over MSVC __declspec. | Stephen Kelly | 2013-09-24 | 1 | -0/+1 |
| * | moc: add -M<key=value> to ease static qml plugin linking | Richard Moe Gustavsen | 2013-09-13 | 1 | -0/+23 |
| * | Fix moc-crash when compiling QtScript on Windows. | Friedemann Kleint | 2013-09-11 | 1 | -8/+7 |