| Commit message (Expand) | Author | Age | Files | Lines |
| * | QMetaObject: Include a class def's hash in the meta object | Olivier De Cannière | 9 days | 1 | -3/+8 |
| * | moc: Extract mutating enumList manipulation from the Generator | Olivier De Cannière | 9 days | 1 | -19/+1 |
| * | QMetaProperty: Introduce VIRTUAL, OVERRIDE attributes | Dmitrii Akshintsev | 10 days | 1 | -0/+4 |
| * | moc: avoid two back-to-back calls to nameToBuiltinType() | Thiago Macieira | 2025-06-21 | 1 | -3/+1 |
| * | moc: stop using qMetaTypeTypeInternal | Thiago Macieira | 2025-06-21 | 1 | -14/+20 |
| * | moc: Fix invalid codegen for qualified properties | Fabian Kosmale | 2025-06-18 | 1 | -9/+23 |
| * | moc: remove unnecessary space inside the parameter of reinterpret_cast | Thiago Macieira | 2025-06-17 | 1 | -2/+2 |
| * | moc: handle enum / member name conflict | Fabian Kosmale | 2025-06-16 | 1 | -16/+28 |
| * | moc: indent the generated code for ResetProperty | Giuseppe D'Angelo | 2025-05-27 | 1 | -1/+1 |
| * | MOC: don't create unnecessary QByteArray copies | Ahmad Samir | 2025-04-22 | 1 | -2/+2 |
| * | Moc: Propagate flags from aliases (Q_FLAG) | Mårten Nordheim | 2025-04-04 | 1 | -0/+1 |
| * | 3rdparty: update TinyCBOR to v0.6.1 | Thiago Macieira | 2025-03-12 | 1 | -0/+1 |
| * | QMetaType & moc: remove the pair type from qTryMetaTypeInterfaceForType() | Thiago Macieira | 2024-11-28 | 1 | -3/+3 |
| * | moc: move the StringData creation into qt_create_metaobjectdata() | Thiago Macieira | 2024-11-22 | 1 | -30/+29 |
| * | moc: keep the enum/class/struct C++ type tag in properties | Thiago Macieira | 2024-11-20 | 1 | -18/+37 |
| * | moc: add a helper function to set member properties | Thiago Macieira | 2024-11-15 | 1 | -16/+15 |
| * | moc: add a hidden --active-qt option for ActiveQt | Thiago Macieira | 2024-11-12 | 1 | -3/+9 |
| * | moc: simplify signal emission with a helper in QMetaObject | Thiago Macieira | 2024-11-12 | 1 | -11/+6 |
| * | moc: add a helper function to simplify IndexOfMethod | Thiago Macieira | 2024-11-12 | 1 | -16/+6 |
| * | moc: fix support for generating meta objects for nested private classes | Thiago Macieira | 2024-11-12 | 1 | -30/+25 |
| * | moc: bump the full output revision and remove old support | Thiago Macieira | 2024-11-12 | 1 | -395/+7 |
| * | moc: remove always-known parameters to (Revisioned)ConstructorData | Thiago Macieira | 2024-11-07 | 1 | -4/+9 |
| * | moc: add support for calculating the meta type array at constexpr time | Thiago Macieira | 2024-11-07 | 1 | -44/+52 |
| * | moc: deprecate use of int to return QFlags values | Thiago Macieira | 2024-10-04 | 1 | -6/+5 |
| * | moc: generate the uint data using the new constexpr functions | Thiago Macieira | 2024-09-29 | 1 | -2/+278 |
| * | Generator: Fix shadowing using declaration | Jonas Kvinge | 2024-09-23 | 1 | -2/+2 |
| * | moc: move the static_cast<ObjectType *> to the top of qt_static_metacall | Thiago Macieira | 2024-09-21 | 1 | -28/+13 |
| * | moc: change the mangling of class names to closer to the IA-64 ABI | Thiago Macieira | 2024-09-21 | 1 | -11/+8 |
| * | moc: improve control of Q_UNUSED / (void) in qt_static_metacall() | Thiago Macieira | 2024-09-21 | 1 | -15/+27 |
| * | moc: indent the if () statements in qt_{static_,}metacall correctly | Thiago Macieira | 2024-09-21 | 1 | -60/+26 |
| * | moc: rename qt_meta_stringdata_%s_t to qt_meta_tag_%s_t | Thiago Macieira | 2024-09-21 | 1 | -9/+10 |
| * | moc & QMetaObject: move the QMetaMethod revision information | Thiago Macieira | 2024-09-21 | 1 | -1/+1 |
| * | moc: use EnumFlags in EnumDef | Thiago Macieira | 2024-08-14 | 1 | -13/+8 |
| * | moc & QMetaObject: move the constants to a public-ish header | Thiago Macieira | 2024-08-14 | 1 | -1/+2 |
| * | moc: Update comment above properties | Mårten Nordheim | 2024-05-02 | 1 | -1/+1 |
| * | moc/QMetaProperty: Remove limitation on non-own-class notify signals | Fabian Kosmale | 2024-01-26 | 1 | -6/+23 |
| * | moc: port from pair<> to a struct SuperClass | Marc Mutz | 2023-12-13 | 1 | -4/+3 |
| * | Moc: don't make variables inside an unnamed namespace static | Ahmad Samir | 2023-07-06 | 1 | -1/+1 |
| * | Moc: simplify code | Ahmad Samir | 2023-06-22 | 1 | -3/+3 |
| * | Moc: prevent potential unnecessary detach | Ahmad Samir | 2023-06-22 | 1 | -2/+2 |
| * | Moc: use a std::initializer_list<QList *> instead of copying | Ahmad Samir | 2023-06-22 | 1 | -3/+3 |
| * | Moc: simplify the logic of a for-loop | Ahmad Samir | 2023-06-22 | 1 | -6/+6 |
| * | MOC: use methods from QtMiscUtils | Ahmad Samir | 2023-06-22 | 1 | -3/+5 |
| * | Moc: fix narrowing conversion warnings with range-for loops | Ahmad Samir | 2023-06-20 | 1 | -4/+3 |
| * | Moc: fix narrowing conversion warnings by using iterator-based for-loop | Ahmad Samir | 2023-06-20 | 1 | -23/+36 |
| * | Moc: fix generated code for nested enum class corner case | Ahmad Samir | 2023-06-18 | 1 | -2/+1 |
| * | Moc: check sizes of specific member QLists are within INT_MAX range | Ahmad Samir | 2023-06-06 | 1 | -13/+25 |
| * | Moc: pass a pointer to the parser to the Generator | Ahmad Samir | 2023-06-06 | 1 | -2/+3 |
| * | Moc: assert size of registered strings list is within INT_MAX range | Ahmad Samir | 2023-06-06 | 1 | -2/+2 |
| * | Moc/Generator: fix 64-to-32 narrowing conversion warnigns | Ahmad Samir | 2023-06-05 | 1 | -10/+10 |