| Commit message (Expand) | Author | Age | Files | Lines |
| * | QObject: warn about using SLOT macro with non-slot functions | Ahmad Samir | 2025-10-02 | 1 | -0/+5 |
| * | QMetaObjectPrivate: refactor indexOfMethodRelative() | Ahmad Samir | 2025-10-02 | 1 | -15/+29 |
| * | QMetaObject: document what a "cloned" function is wrt. the meta-object | Ahmad Samir | 2025-09-30 | 1 | -3/+9 |
| * | QMetaObject: de-duplicate code | Ahmad Samir | 2025-09-08 | 1 | -15/+3 |
| * | QMetaObjectPrivate: use QSpan instead of passing a length and pointer | Ahmad Samir | 2025-09-08 | 1 | -36/+38 |
| * | QMetaObjectPrivate: calculate the length of a `const char *` once | Ahmad Samir | 2025-09-08 | 1 | -3/+8 |
| * | QMetaObjectPrivate: assert empty out-param container in decodeMetodSignature() | Ahmad Samir | 2025-09-03 | 1 | -0/+1 |
| * | QtAlgorithms: rewrite the functions using q20bit.h | Thiago Macieira | 2025-08-28 | 1 | -2/+2 |
| * | QMetaObject::access: statically assert that the constants match | Thiago Macieira | 2025-08-21 | 1 | -1/+5 |
| * | QMetaObject: make QMetaMethod::{Signal,Slot} == Q{SIGNAL,SLOT}_CODE | Thiago Macieira | 2025-08-21 | 1 | -1/+6 |
| * | Add normalizeTypeInternal() overload with an out QBA parameter | Ahmad Samir | 2025-08-19 | 1 | -1/+1 |
| * | QMetaObject: refactor normalizedSignature() | Ahmad Samir | 2025-08-13 | 1 | -34/+52 |
| * | QMetaProperty implementation: replace QByteArray with a QBAView | Volker Hilsheimer | 2025-08-04 | 1 | -1/+1 |
| * | QMetaObjectPrivate: de-duplicate method signature parsing code | Ahmad Samir | 2025-07-30 | 1 | -38/+22 |
| * | Fix files under src_corelib_kernel prefix | Oleksii Zbykovskyi | 2025-07-24 | 1 | -1/+1 |
| * | Reduce QVarLengthArray preallocation in queued meta call | Aurélien Brooke | 2025-07-21 | 1 | -1/+2 |
| * | QMetaObject: cut out the `m` middle-man in indexOf*() methods | Marc Mutz | 2025-07-12 | 1 | -6/+3 |
| * | QMetaCallEvent: avoid heap allocations for small arguments | Aurélien Brooke | 2025-07-11 | 1 | -27/+15 |
| * | Doc: Add QMetaEnum usage snippet to detailed description | Dheerendra Purohit | 2025-07-09 | 1 | -0/+14 |
| * | Doc: silence warning, QMetaType::type() is overloaded | Volker Hilsheimer | 2025-07-02 | 1 | -1/+1 |
| * | Replace one-shot uses of QSemaphore with QLatch | Thiago Macieira | 2025-06-30 | 1 | -7/+7 |
| * | tst_QMetaObject: add some more signature normalization tests | Ahmad Samir | 2025-06-23 | 1 | -0/+3 |
| * | QMetaObjectPrivate: simplify parameterTypeNamesFromSignature() | Ahmad Samir | 2025-06-23 | 1 | -5/+12 |
| * | QMetaObject: port QArgumentType to QByteArrayView | Marc Mutz | 2025-06-12 | 1 | -2/+1 |
| * | QMetaObject: deprecate the Qt 6 QVector -> QList porting kludge | Marc Mutz | 2025-06-12 | 1 | -1/+33 |
| * | QMetaObject: extract helpers from indexOf*() methods | Marc Mutz | 2025-05-30 | 1 | -9/+44 |
| * | QMetaObject: port qRemoveWhitespace() to QByteArrayView | Ahmad Samir | 2025-05-25 | 1 | -7/+9 |
| * | QMetaObject: don't use QMetaType::fromName() in typeFromTypeInfo() | Marc Mutz | 2025-04-11 | 1 | -1/+1 |
| * | QMetaObject: save a strlen() in typeFromTypeInfo() | Marc Mutz | 2025-04-11 | 1 | -1/+1 |
| * | QMetaObject: fix performance regression in methodMatch() | Marc Mutz | 2025-04-11 | 1 | -3/+13 |
| * | QMetaObjectPrivate: make decodeMethodSignature() return QByteArrayView | Marc Mutz | 2025-04-10 | 1 | -16/+16 |
| * | doc: Fix broken links and incorrect information | David Boddie | 2025-02-10 | 1 | -2/+2 |
| * | Doc: QMetaProperty documentation references deprecated "type()" function | Jaishree Vyas | 2024-11-28 | 1 | -1/+1 |
| * | Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing | Marc Mutz | 2024-11-08 | 1 | -3/+1 |
| * | moc: remove always-known parameters to (Revisioned)ConstructorData | Thiago Macieira | 2024-11-07 | 1 | -2/+10 |
| * | moc: add support for calculating the meta type array at constexpr time | Thiago Macieira | 2024-11-07 | 1 | -1/+4 |
| * | Fix QFlag properties built by QMetaObjectBuilder | Phil Thompson | 2024-10-29 | 1 | -0/+2 |
| * | QMeta{Property,Method}: document that revision() is encoded since 6.0 | Thiago Macieira | 2024-10-14 | 1 | -4/+6 |
| * | QMetaMethod: Introduce nameView | Fabian Kosmale | 2024-10-08 | 1 | -0/+14 |
| * | moc/QMetaProperty: add support for reading and writing 64-bit QFlags | Thiago Macieira | 2024-10-04 | 1 | -7/+7 |
| * | QMetaEnum: add support for reading 64-bit flags and enums | Thiago Macieira | 2024-10-04 | 1 | -30/+173 |
| * | QMetaMethod: make some QByteArray-returning methods slightly faster | Thiago Macieira | 2024-10-03 | 1 | -14/+27 |
| * | QMetaProperty: fix type-punning of QFlags in write() from QString | Thiago Macieira | 2024-10-01 | 1 | -2/+5 |
| * | QArgumentType: store a QMetaType instead of an id | Thiago Macieira | 2024-09-30 | 1 | -4/+5 |
| * | moc & QMetaObject: move the QMetaMethod revision information | Thiago Macieira | 2024-09-21 | 1 | -2/+8 |
| * | QMeta{Enum,Property}::metaType(): perform unsigned 32-bit divisions | Thiago Macieira | 2024-09-17 | 1 | -2/+8 |
| * | QMetaProperty: limit QMetaEnum resolution to enums known to QMetaType | Mårten Nordheim | 2024-05-06 | 1 | -2/+2 |
| * | QMetaMethod: use new comparison helper macros | Tatiana Borisova | 2024-04-30 | 1 | -4/+5 |
| * | QMetaMethod: document that fromSignal(nullptr) is ok | Marc Mutz | 2024-03-21 | 1 | -1/+1 |
| * | QMetaObject: consistently use QByteArray(View) in the implementation | Ivan Solovev | 2024-02-16 | 1 | -9/+9 |