| Commit message (Expand) | Author | Age | Files | Lines |
| * | QObject: optimize err_ functions for size | Marc Mutz | 2025-11-27 | 1 | -10/+25 |
| * | QObjectPrivate::connectImpl: remove unnecessary check we've already done | Thiago Macieira | 2025-10-24 | 1 | -1/+1 |
| * | QObject: use connectWarning() more | Thiago Macieira | 2025-10-23 | 1 | -18/+19 |
| * | QObject: docs: clarify that "window system events" means the event loop | Ahmad Samir | 2025-10-15 | 1 | -2/+2 |
| * | QObject: use a view instead of allocating a temporary QByteArray | Ahmad Samir | 2025-10-06 | 1 | -3/+3 |
| * | QObject: fix Clang -Wshorten-64-to-32 warnings | Ahmad Samir | 2025-10-06 | 1 | -7/+7 |
| * | QObject: take by QSpan in static helper function | Ahmad Samir | 2025-10-06 | 1 | -3/+3 |
| * | QObject: warn about using SLOT macro with non-slot functions | Ahmad Samir | 2025-10-02 | 1 | -2/+28 |
| * | QObject: disconnect(): don't normalize signatures unconditionally | Ahmad Samir | 2025-10-02 | 1 | -29/+33 |
| * | QObject: disconnect(): rearrange the code for better readability | Ahmad Samir | 2025-09-30 | 1 | -10/+10 |
| * | QObject: disconnect(): optimize finding the index of `method` | Ahmad Samir | 2025-09-30 | 1 | -2/+12 |
| * | Revert "QObject: clarify what `method` is in string-based (dis)connect overlo... | Ahmad Samir | 2025-09-26 | 1 | -13/+0 |
| * | QMetaObject: Add missing include for QSpan | Michael Weghorn | 2025-09-09 | 1 | -0/+1 |
| * | QMetaObjectPrivate: use QSpan instead of passing a length and pointer | Ahmad Samir | 2025-09-08 | 1 | -14/+11 |
| * | QMetaObjectPrivate: calculate the length of a `const char *` once | Ahmad Samir | 2025-09-08 | 1 | -10/+12 |
| * | Implement QObject::isQmlObjectType() | Axel Spoerl | 2025-08-22 | 1 | -0/+12 |
| * | QObject: (dis)connect(): normalize/decode the same signature | Ahmad Samir | 2025-08-22 | 1 | -10/+8 |
| * | QObject: (dis)connect: check signal/slot prefix code first | Ahmad Samir | 2025-08-22 | 1 | -11/+18 |
| * | QObject: (dis)connect(): use clearer names for local variables | Ahmad Samir | 2025-08-22 | 1 | -12/+12 |
| * | QObject: clarify what `method` is in string-based (dis)connect overloads | Ahmad Samir | 2025-08-16 | 1 | -0/+13 |
| * | QQueuedMetaCallEvent: use sized-free to dealloc args_ | Aurélien Brooke | 2025-07-28 | 1 | -4/+3 |
| * | QQueuedMetaCallEvent: don't initialize return storage if no arguments | Volker Hilsheimer | 2025-07-27 | 1 | -2/+4 |
| * | QQueuedMetaCallEvent: move allocArgs() call into copyArgValues() | Volker Hilsheimer | 2025-07-24 | 1 | -19/+17 |
| * | Fix files under src_corelib_kernel prefix | Oleksii Zbykovskyi | 2025-07-24 | 1 | -1/+13 |
| * | QQueuedMetaCallEvent: simplify casting | Volker Hilsheimer | 2025-07-22 | 1 | -1/+1 |
| * | QMetaCallEvent: clean up qtdeclarative source compatibility | Aurélien Brooke | 2025-07-22 | 1 | -76/+17 |
| * | Reduce QVarLengthArray preallocation in queued meta call | Aurélien Brooke | 2025-07-21 | 1 | -1/+2 |
| * | Doc: Improve guidance on deleteLater() usage in threads | Dheerendra Purohit | 2025-07-12 | 1 | -0/+8 |
| * | QMetaCallEvent: avoid heap allocations for small arguments | Aurélien Brooke | 2025-07-11 | 1 | -24/+130 |
| * | Replace one-shot uses of QSemaphore with QLatch | Thiago Macieira | 2025-06-30 | 1 | -13/+13 |
| * | QMetaObject::connect: Fix documentation copy-paste mistake | Fabian Kosmale | 2025-06-30 | 1 | -3/+7 |
| * | QObject: make doSetProperty() take lvalue arg by cref | Marc Mutz | 2025-06-27 | 1 | -3/+2 |
| * | QObject: Extract Method q_choose_{assign,append} from doSetProperty() | Marc Mutz | 2025-06-27 | 1 | -8/+3 |
| * | [docs] QObject: mention the return value change in 6.7 | Marc Mutz | 2025-06-23 | 1 | -0/+2 |
| * | QMetaCallEvent: remove the QMetaCallEvent::create() function | Aurélien Brooke | 2025-05-26 | 1 | -19/+0 |
| * | QMetaObjectPrivate: make decodeMethodSignature() return QByteArrayView | Marc Mutz | 2025-04-10 | 1 | -5/+5 |
| * | QObject::disconnect: warn if a wildcard call disconnects from destroyed | Volker Hilsheimer | 2025-03-24 | 1 | -0/+8 |
| * | Doc: Fix incorrect \fn signatures | Topi Reinio | 2025-03-05 | 1 | -2/+4 |
| * | [Doc] QObject: Sync warnings of isSignalConnected() and receivers() | Sze Howe Koh | 2025-02-27 | 1 | -8/+16 |
| * | Add a QMetaObject::connect function | Pierre-Yves Siret | 2025-02-14 | 1 | -0/+90 |
| * | doc: Fix broken links and incorrect information | David Boddie | 2025-02-10 | 1 | -1/+1 |
| * | Qt Timers: disallow setting negative intervals | Ahmad Samir | 2025-02-10 | 1 | -3/+8 |
| * | QObjectData: Return const QMetaObject* from dynamicMetaObject() already now | Marc Mutz | 2025-01-31 | 1 | -2/+2 |
| * | QObjectPrivate: encode the version number in the constructor parameters | Thiago Macieira | 2025-01-27 | 1 | -3/+1 |
| * | Revert "Add categorized logging of delete later machinery" | Thiago Macieira | 2025-01-06 | 1 | -11/+2 |
| * | QObjectData: relax accesses to postedEvents | Thiago Macieira | 2024-12-05 | 1 | -2/+2 |
| * | QPostEventList: use qsizetype to count posted events | Thiago Macieira | 2024-11-20 | 1 | -2/+2 |
| * | QObject: implement the ### Qt7 for dynamicMetaObject() | Thiago Macieira | 2024-11-19 | 1 | -0/+1 |
| * | QAdoptedThread: bypass signal notification on an un-observable QObject | Thiago Macieira | 2024-11-14 | 1 | -0/+11 |
| * | QArgumentType: store a QMetaType instead of an id | Thiago Macieira | 2024-09-30 | 1 | -2/+5 |