| Commit message (Expand) | Author | Age | Files | Lines |
| * | QObject: replace _q_reregisterTimers with a lambda | Ahmad Samir | 2023-07-31 | 1 | -15/+7 |
| * | Port QObjectPrivate::connect() to SlotObjUniquePtr internally | Marc Mutz | 2023-07-21 | 1 | -5/+4 |
| * | Port QObjectPrivate::connectImpl() to SlotObjUniquePtr internally | Marc Mutz | 2023-07-21 | 1 | -12/+4 |
| * | Port QObject::connectImpl() to SlotObjUniquePtr internally | Marc Mutz | 2023-07-21 | 1 | -5/+3 |
| * | QMetaCallEvent: add ctors and create() overloads taking SlotObjUniquePtr | Marc Mutz | 2023-07-21 | 1 | -2/+33 |
| * | QTimerInfoList: refactor unregisterTimers() | Ahmad Samir | 2023-07-19 | 1 | -1/+4 |
| * | QMetaCallEvent::create: extract template-argument-independent code | Marc Mutz | 2023-07-19 | 1 | -0/+19 |
| * | Port SlotObjectGuard to SlotObjUniquePtr | Marc Mutz | 2023-07-19 | 1 | -7/+4 |
| * | QSlotObjectBase: add Deleter and typedef for a unique_ptr using it | Marc Mutz | 2023-07-19 | 1 | -4/+2 |
| * | SlotObjectGuard: mark ctor nodiscard | Marc Mutz | 2023-07-18 | 1 | -1/+1 |
| * | Move plug and paint example to manual test | Tor Arne Vestbø | 2023-06-30 | 1 | -11/+1 |
| * | QT_NO_CONTEXTLESS_CONNECT: docs tidies | Giuseppe D'Angelo | 2023-06-25 | 1 | -1/+1 |
| * | QObject: introduce QT_NO_CONTEXTLESS_CONNECT | Giuseppe D'Angelo | 2023-06-24 | 1 | -0/+27 |
| * | QBindable: Fix out-of-bound access in non-bindable property support code | Fabian Kosmale | 2023-06-20 | 1 | -1/+3 |
| * | RIP QBasicMutexLocker | Marc Mutz | 2023-06-16 | 1 | -12/+12 |
| * | Fix sending deferred delete events when posted before outermost loop | Mikolaj Boc | 2023-06-09 | 1 | -0/+1 |
| * | QObject: add setProperty() overload taking rvalue QVariant | Marc Mutz | 2023-05-31 | 1 | -4/+20 |
| * | Doc: Replace mentions of deprecated macro | Topi Reinio | 2023-05-15 | 1 | -1/+1 |
| * | Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition | Edward Welbourne | 2023-03-20 | 1 | -1/+1 |
| * | Fix UBSAN warnings | Allan Sandfeld Jensen | 2023-03-17 | 1 | -9/+9 |
| * | QObject: implement startTimer(int) in terms of startTimer(chrono) | Ahmad Samir | 2023-03-11 | 1 | -47/+33 |
| * | Doc: fix links to changed or renamed i18n pages and sections | Volker Hilsheimer | 2023-03-06 | 1 | -2/+2 |
| * | Doc: move snippet for implicit translation context | Volker Hilsheimer | 2023-03-01 | 1 | -1/+1 |
| * | QObject: Handle pointers to incomplete types in auto-connections | Fabian Kosmale | 2023-02-14 | 1 | -0/+2 |
| * | Trace: Convert qtcore module to use tracepointgen tool | Antti Määttä | 2023-02-10 | 1 | -0/+11 |
| * | Remove redundant qsharedpointer.h #includes | Ahmad Samir | 2023-01-31 | 1 | -1/+0 |
| * | QBindable: Make ordinary Q_PROPERTYs bindable | Patrick Stewart | 2022-11-30 | 1 | -0/+25 |
| * | QObject: stronger warning about isSignalConnected and threads | Volker Hilsheimer | 2022-11-26 | 1 | -13/+20 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -2/+2 |
| * | Revert "QObject: attempt to fix a deadlock introduced by an earlier fix" | Mårten Nordheim | 2022-10-17 | 1 | -11/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | QObject: attempt to fix a deadlock introduced by an earlier fix | Thiago Macieira | 2022-09-15 | 1 | -1/+11 |
| * | QAnyStringView: construct from any T implicitly convertible to QString/QByteA... | Marc Mutz | 2022-09-01 | 1 | -1/+1 |
| * | Don't access QObjectPrivate::declarativeData unguarded | Volker Hilsheimer | 2022-08-20 | 1 | -2/+2 |
| * | Disable constinit for MSVC compilers | Oliver Wolff | 2022-08-03 | 1 | -1/+1 |
| * | QThread: Clean up bindingStatusOrList if object gets deleted | Fabian Kosmale | 2022-07-14 | 1 | -0/+10 |
| * | Move QObjectPrivate::Connection* structs to a new header | Waqar Ahmed | 2022-07-07 | 1 | -213/+1 |
| * | Avoid misleading bindingStatus | Allan Sandfeld Jensen | 2022-06-20 | 1 | -1/+1 |
| * | Fix race conditions in moveToThread | Fabian Kosmale | 2022-05-24 | 1 | -1/+1 |
| * | Make all loads of QAtomicPointer QObjectPrivate::threadData explicit | Marc Mutz | 2022-05-20 | 1 | -2/+2 |
| * | Optimize reads from QObjectPrivate::threadData | Marc Mutz | 2022-05-20 | 1 | -2/+2 |
| * | Optimize atomics in QObject::moveToThread() [2/2]: de-duplicate loads | Marc Mutz | 2022-05-18 | 1 | -1/+1 |
| * | Optimize atomics in QObject::moveToThread() [1/2]: relax a pointer load | Marc Mutz | 2022-05-18 | 1 | -1/+1 |
| * | Fix data race in QObject::moveToThread() | Marc Mutz | 2022-05-18 | 1 | -1/+1 |
| * | Give some TLC to FlaggedDebugSignatures | Marc Mutz | 2022-05-17 | 1 | -7/+5 |
| * | QObject: Turn flaggedSignatures into a thread_local static | Marc Mutz | 2022-05-17 | 1 | -4/+22 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -40/+4 |
| * | QObject: mark two error reporting functions COLD | Marc Mutz | 2022-05-13 | 1 | -0/+2 |
| * | QObjectPrivate: rename the internal disconnect() to removeConnection() | Thiago Macieira | 2022-05-06 | 1 | -5/+5 |
| * | QObjectPrivate: mark inline functions not meant to be used elsewhere | Thiago Macieira | 2022-05-06 | 1 | -5/+5 |