index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
moc
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Port moc to QCommandLineParser
David Faure
2013-09-10
1
-218
/
+202
[next]