index
:
qt/qtactiveqt.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.1
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.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
ActiveQt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
dumpcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
dumpcpp: Fix creation of temporary header
Oliver Wolff
2025-01-22
1
-1
/
+2
*
dumpcpp: clean up the cleaning up of moc output
Thiago Macieira
2024-11-29
2
-103
/
+20
*
dumpcpp: remove the need for a temporary header file
Thiago Macieira
2024-10-11
1
-18
/
+6
*
dumpcpp: Sync with latest moc revision update
Oliver Wolff
2024-09-23
1
-1
/
+1
*
dumpcpp: Remove generation of non-compiling code
Friedemann Kleint
2024-08-19
1
-25
/
+0
*
Follow up on meta object version bump in qtbase
Volker Hilsheimer
2023-04-05
1
-2
/
+17
*
Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-09
1
-7
/
+2
*
Port from <cctype> toupper() to QtMiscUtils::toAsciiUpper()
Marc Mutz
2022-12-23
1
-1
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
1
-1
/
+1
*
CMake: Don't use PUBLIC_LIBRARIES
Kai Köhne
2022-09-28
1
-1
/
+1
*
dumpcpp: Acknowledge moc revision change
Oliver Wolff
2022-08-31
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
1
-0
/
+3
*
Postprocess moc output to fully qualify types
Volker Hilsheimer
2022-06-21
1
-2
/
+26
*
dumpcpp: Completely specify enums from referenced typelibs
Friedemann Kleint
2022-06-21
1
-16
/
+11
*
dumpcpp: Do not generate constructors with C#-only classes
Friedemann Kleint
2022-06-16
1
-0
/
+11
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
3
-81
/
+6
*
dumpcpp: Modernize the generated code
Friedemann Kleint
2022-05-17
1
-6
/
+6
*
Port from container.count()/int to container.size()/qsizetype
Marc Mutz
2022-03-16
1
-10
/
+10
*
Replace container.count() with !isEmpty()
Marc Mutz
2022-03-16
1
-1
/
+1
*
Add -controlname option to dumpcpp
Jonas Kvinge
2021-10-12
1
-8
/
+24
*
Skip unnecessary commands when cross-building tools
Joerg Bornemann
2021-10-05
1
-0
/
+1
*
Remove QMake project files
Alexey Edelev
2021-04-12
2
-32
/
+0
*
dumpcpp: Acknowledge metaobject revision change
Fabian Kosmale
2021-04-01
1
-1
/
+1
*
Fix crash in dumpcpp-generated code
Friedemann Kleint
2021-03-15
3
-24
/
+15
*
Re-generate the CMake project files
Alexey Edelev
2021-03-12
2
-1
/
+27
*
dumpcpp: Check 64 bit registry keys for 64bit builds
Friedemann Kleint
2020-09-15
1
-3
/
+14
*
dumpcpp: Adapt to QMetaType changes
Friedemann Kleint
2020-09-07
1
-38
/
+5
*
Bump dependency version and fix compile errors
Friedemann Kleint
2020-08-19
1
-1
/
+1
*
Use QList instead of QVector
Jarek Kobus
2020-06-23
1
-1
/
+1
*
Some minor fixes to build against latest Qt dev branch
Karsten Heimrich
2020-06-10
1
-1
/
+1
*
Remove hard-coded QMetaObject data
Friedemann Kleint
2020-05-28
1
-1
/
+1
*
Initial port to cmake
Friedemann Kleint
2020-05-12
1
-0
/
+23
*
dumpcpp: Use moc to generate metaobject code
Friedemann Kleint
2020-04-08
4
-486
/
+386
*
Fix build of QtActiveQt after moc string data changes
Simon Hausmann
2020-01-13
1
-12
/
+4
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-11-19
1
-14
/
+14
|
\
|
*
Reduce QList usage
Friedemann Kleint
2019-11-14
1
-14
/
+14
*
|
Fix Qt6 build
Alexandru Croitor
2019-08-01
1
-218
/
+218
|
/
*
dump: Generate C++ 11
Friedemann Kleint
2019-06-07
1
-42
/
+73
*
dumpcpp: Fix Clang warnings
Friedemann Kleint
2019-06-07
1
-34
/
+31
*
Fix class structure and definitions
Friedemann Kleint
2019-06-04
1
-1
/
+1
*
Introduce nullptr
Friedemann Kleint
2019-06-04
1
-12
/
+12
*
Introduce member initialization
Friedemann Kleint
2019-06-04
1
-4
/
+4
*
dumpcpp: Fix MinGW compile error when declaring enums
Friedemann Kleint
2019-04-30
1
-1
/
+14
*
Remove compatibility with older qtbase
Kai Koehne
2018-08-25
1
-1
/
+1
*
Adapt to QMetaObjectPrivate changes in qtbase
Kai Koehne
2018-08-14
1
-1
/
+1
*
Replace CoInitialize calls with CoInitializeEx
Fredrik Orderud
2018-08-13
1
-2
/
+2
*
dumpcpp: fix generated string literal
Oswald Buddenhagen
2018-04-20
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-20
1
-0
/
+1
|
\
|
*
Set proper descriptions for tools
v5.10.0-beta3
v5.10.0-beta2
v5.10.0-beta1
Kai Koehne
2017-09-21
1
-0
/
+1
[next]