| Commit message (Expand) | Author | Age | Files | Lines |
| * | QMetaObject: Include a class def's hash in the meta object | Olivier De Cannière | 5 days | 1 | -1/+2 |
| * | Mark the rest of D-Bus as security-significant | Ivan Solovev | 2025-07-15 | 1 | -0/+1 |
| * | QMetaMethod: make some QByteArray-returning methods slightly faster | Thiago Macieira | 2024-10-03 | 1 | -1/+1 |
| * | moc & QMetaObject: move the QMetaMethod revision information | Thiago Macieira | 2024-09-21 | 1 | -1/+1 |
| * | QtDBus: don't detach in registerComplexDBusType()::Hash static destruction | Marc Mutz | 2024-07-03 | 1 | -2/+2 |
| * | Revert "QDbus: Avoid memory leak in registerComplexDBusType" | Ievgenii Meshcheriakov | 2023-08-11 | 1 | -4/+1 |
| * | QDbus: Avoid memory leak in registerComplexDBusType | Fabian Kosmale | 2023-08-03 | 1 | -1/+4 |
| * | QDBusIntrospection: Add Annotation struct | Ievgenii Meshcheriakov | 2023-07-06 | 1 | -3/+5 |
| * | QDBusMetaObjectGenerator: Use uniform loops to iterate over methods | Ievgenii Meshcheriakov | 2023-05-15 | 1 | -15/+19 |
| * | QtDBus: Convert some loops to ranged for loops | Ievgenii Meshcheriakov | 2023-05-15 | 1 | -26/+8 |
| * | moc: Record types of enumerations | Ulf Hermann | 2023-03-31 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -3/+3 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -2/+2 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -17/+17 |
| * | QMetaObject: add revision 11 for Qt 6.5 | Thiago Macieira | 2022-08-25 | 1 | -2/+2 |
| * | QDBusMetaObjectGenerator: replace a few more int | Thiago Macieira | 2022-08-08 | 1 | -7/+7 |
| * | QDBusMetaObjectGenerator: use qsizetype for counting things | Thiago Macieira | 2022-08-08 | 1 | -26/+28 |
| * | QMetaType: fix QMetaTypes for non-const references | Thiago Macieira | 2022-07-27 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtDBus: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-04-12 | 1 | -2/+2 |
| * | QtDBus: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-12 | 1 | -9/+10 |
| * | QtDBus: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-12 | 1 | -2/+2 |
| * | Short live Q_CONSTINIT! | Marc Mutz | 2022-03-26 | 1 | -2/+2 |
| * | qdbus: add support for "aay" (QByteArrayList) | David Faure | 2021-05-02 | 1 | -0/+3 |
| * | Introduce QMetaObject::metaType | Fabian Kosmale | 2021-03-25 | 1 | -2/+4 |
| * | Rename the QMetaType::MovableType flag to RelocatableType | Lars Knoll | 2020-10-23 | 1 | -1/+1 |
| * | Use QMetaType instead of integer based type ids | Lars Knoll | 2020-09-23 | 1 | -2/+2 |
| * | Deprecate the static int based API in QMetaType | Lars Knoll | 2020-08-24 | 1 | -9/+13 |
| * | Automatically register data/debug stream operations in QMetaType | Lars Knoll | 2020-08-24 | 1 | -1/+3 |
| * | Automatically register comparison operators in QMetaType | Fabian Kosmale | 2020-07-08 | 1 | -1/+1 |
| * | Port Q_STATIC_ASSERT(_X) to static_assert | Giuseppe D'Angelo | 2020-06-19 | 1 | -1/+1 |
| * | Cleanups in QMetaProperty | Fabian Kosmale | 2020-06-11 | 1 | -2/+4 |
| * | MetaObject: Store the QMetaType of the methods | Fabian Kosmale | 2020-06-02 | 1 | -8/+18 |
| * | Use qsizetype for size related methods in QVarlengthArray | Lars Knoll | 2020-03-14 | 1 | -2/+2 |
| * | MetaObject: store the QMetaType of the properties | Olivier Goffart | 2020-02-25 | 1 | -0/+6 |
| * | New QMetaType representation | Olivier Goffart | 2020-02-20 | 1 | -18/+22 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-28 | 1 | -10/+10 |
| |\ |
|
| | * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -10/+10 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Liang Qi | 2020-01-04 | 1 | -2/+2 |
| |\| |
|
| | * | Don't use QMap::unite for merging maps | Mårten Nordheim | 2019-12-12 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-12-09 | 1 | -10/+10 |
| |\| |
|
| | * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -10/+10 |
| * | | Change representation of string data in the meta object | Lars Knoll | 2019-12-08 | 1 | -1/+1 |
| |/ |
|
| * | QtDBus: use new QLatin1String::arg() | Marc Mutz | 2019-06-03 | 1 | -1/+1 |
| * | Fix QMetaObject naming of class enum flag | Allan Sandfeld Jensen | 2018-08-11 | 1 | -1/+1 |
| * | Add Intel copyright to files that Intel has had non-trivial contribution | Thiago Macieira | 2016-01-21 | 1 | -0/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | QtDBus: eradicate all Q_FOREACH loops | Marc Mutz | 2016-01-12 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Fix assignment within a Q_ASSERT | Holger Hans Peter Freyther | 2015-01-16 | 1 | -1/+1 |