index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
moc: Allow calling ctors on pre-allocated data
Ulf Hermann
6 days
1
-16
/
+28
*
MetaObject: Apply some cosmetics
Ulf Hermann
8 days
1
-1
/
+1
*
Moc: avoid double underscores in a generated identifier
Giuseppe D'Angelo
2023-01-09
1
-2
/
+17
*
QtMiscUtils: add missing toAsciiUpper(), use it in moc
Marc Mutz
2022-12-18
1
-2
/
+3
*
moc: don't include any std headers before user class headers
Stefan Sichler
2022-11-30
1
-1
/
+5
*
moc: Output the "cloned" flag for methods
Ulf Hermann
2022-11-27
1
-0
/
+3
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
3
-9
/
+9
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
4
-70
/
+70
*
moc: Add basic support for nested inline namespaces
Fabian Kosmale
2022-09-26
1
-0
/
+6
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
moc: use C++ constexpr to generate the meta object string data
Thiago Macieira
2022-08-04
1
-0
/
+26
*
moc: move some of the helpers into a header dedicated to it
Thiago Macieira
2022-08-04
1
-2
/
+10
*
moc: handle attributes in class declarations
Fabian Kosmale
2022-08-03
1
-0
/
+3
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
moc: Allow writing properties through bindables
Ulf Hermann
2022-07-08
2
-1
/
+13
*
moc: fix GCC -Wuseless-cast warnings
Marc Mutz
2022-07-06
1
-1
/
+1
*
moc: fix const-init for Windows
Thiago Macieira
2022-06-28
1
-4
/
+3
*
moc: move the qt_static_metacall below the staticMetaObject
Thiago Macieira
2022-06-28
1
-10
/
+11
*
moc: Cleanup handling of default arguments in functions
Andrei Golubev
2022-06-27
1
-35
/
+18
*
moc: Strip parentheses from RESET methods in JSON output
Ulf Hermann
2022-06-27
2
-3
/
+3
*
moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespace
Thiago Macieira
2022-06-24
1
-1
/
+6
*
moc: remove the attempt to create one large string literal
Thiago Macieira
2022-06-24
1
-58
/
+30
*
moc: properly indent the output for the metatype array
Thiago Macieira
2022-06-24
1
-34
/
+33
*
moc: add Q_CONSTINIT to the static const variables we emit
Thiago Macieira
2022-06-22
2
-5
/
+13
*
moc: replace offsetof with sizeof
Thiago Macieira
2022-06-22
1
-1
/
+1
*
moc: fix use of escape sequence of more than one character
Thiago Macieira
2022-06-22
1
-19
/
+23
*
moc: Allow reading property values through bindables
Ulf Hermann
2022-06-22
2
-0
/
+13
*
moc: remove unnecessary emission of "#include <qbytearray.h>"
Thiago Macieira
2022-06-21
1
-1
/
+0
*
moc: rename the "offsetsAndSize" member to "offsetsAndSizes"
Thiago Macieira
2022-06-22
1
-2
/
+2
*
Disable useless-cast warning for moc generated code
Mate Barany
2022-06-22
1
-0
/
+1
*
moc: Improve formatting of output
Ulf Hermann
2022-06-10
1
-1
/
+1
*
moc: Add line breaks to the qt_incomplete_metaTypeArray<>
Friedemann Kleint
2022-05-18
1
-11
/
+14
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
22
-600
/
+50
*
CMake: Make possible building Qt tools without the use of core library
Alexey Edelev
2022-05-06
1
-1
/
+1
*
Tools: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-05-03
2
-4
/
+4
*
Tools: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-03
2
-53
/
+57
*
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
3
-4
/
+56
*
Core: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
2
-0
/
+2
*
typeNameForCast: use add_pointer instead of string manipulation
Fabian Kosmale
2022-02-18
1
-1
/
+1
*
Core: Remove 'properties' feature
Kai Köhne
2022-02-14
1
-6
/
+0
*
QMetaProperty: remove property auto-registration code
Fabian Kosmale
2022-02-09
1
-0
/
+1
*
Long live Q_GADGET_EXPORT!
Marc Mutz
2021-11-27
4
-181
/
+202
*
Restore src/tools/moc/util/generate_keywords.pro
Marc Mutz
2021-11-23
1
-0
/
+5
*
Remove zlib from bootstrap library
Joerg Bornemann
2021-10-16
1
-1
/
+0
*
tools: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-2
/
+2
*
QPlugin: move some of the logic from moc's output to qplugin.h
Thiago Macieira
2021-10-04
1
-47
/
+61
*
Skip unnecessary commands when cross-building tools
Joerg Bornemann
2021-09-27
1
-0
/
+1
[next]