summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMutex: add QDeadlineTimer-based tryLocksThiago Macieira2023-05-116-33/+106
* QReadWriteLock: add tryLockForXxx overloads taking QDeadlineTimerThiago Macieira2023-05-113-48/+98
* QReadWriteLock: inline the lockForXxx functionsThiago Macieira2023-05-113-8/+20
* QReadWriteLock: remove the untimed tryLockForXxxx functionsThiago Macieira2023-05-113-44/+17
* QReadWriteLock: force the loop to exist in a separate functionThiago Macieira2023-05-111-2/+15
* QReadWriteLock: remove the private function from the symbol tableThiago Macieira2023-05-115-42/+57
* Fix QMetaObject::invokeMethod for free functions and std::bindVolker Hilsheimer2023-05-112-19/+7
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-7/+10
* QRunnable: fix Coverity dead-code warnings in create()Marc Mutz2023-05-111-12/+20
* QGenericRunnable: remove common prefix from nested classesMarc Mutz2023-05-111-12/+11
* Move QGenericRunnableHelper info QGenericRunnableMarc Mutz2023-05-111-7/+6
* Move handling of helper from create() to QGenericRunnableMarc Mutz2023-05-111-4/+4
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-112-0/+22
* QCallableObject: use QtPrivate::CompactStorageMarc Mutz2023-05-111-7/+11
* Doc: Don't advertise qt_add_big_resources on qt_add_resources pageJoerg Bornemann2023-05-111-2/+2
* QPointer: also make conversion to pointer-to-const workMarc Mutz2023-05-111-2/+4
* QDeadlineTimer: avoid a system call for timeout == 0Thiago Macieira2023-05-111-10/+32
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-7/+17
* QDeadlineTimer: use std::chrono::ceil() in setRemainingTime()Thiago Macieira2023-05-111-1/+2
* animation: use Q_EMIT in private headerTim Blechmann2023-05-111-2/+2
* Darwin: Cache system locale's zero digit and invalidate on locale changesTor Arne Vestbø2023-05-111-8/+20
* QSlotObjectBase: move the m_ref after m_impl for Qt 7Thiago Macieira2023-05-101-3/+10
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-105-19/+20
* Remove Java iterator APIs for moving back if operator-- is not availableVolker Hilsheimer2023-05-103-4/+32
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* QGenericRunnable: use CompactStorageMarc Mutz2023-05-091-4/+6
* Long live QtPrivate::CompactStorage<>Marc Mutz2023-05-093-24/+73
* Unconditionally use Q_NORETURN for qAbort()Kai Köhne2023-05-091-4/+1
* QMimeProvider: fix a clazy warningAhmad Samir2023-05-071-0/+2
* QMimeProvider: de-duplicate some codeAhmad Samir2023-05-071-12/+6
* QMimeProvider: use non-const stack variable for better move semanticsAhmad Samir2023-05-071-1/+1
* QMimeBinaryProvider: manage m_cacheFile with a std::unique_ptrAhmad Samir2023-05-072-17/+16
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-075-1/+91
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-062-0/+107
* Q{Plugin,Factory}Loader: downgrade warnings to debug messagesThiago Macieira2023-05-051-2/+2
* q20: add C++20 chrono days/weeks/months/yearsAhmad Samir2023-05-052-0/+63
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-052-54/+47
* QObject: simplify ImplFns of Q(Private)SlotObjectsMarc Mutz2023-05-052-7/+9
* Future-proof QGenericRunnableHelperMarc Mutz2023-05-051-10/+21
* Deprecate Q_ASSUMEThiago Macieira2023-05-042-20/+11
* QMutex: remove unused tst_QMutex forward declarationThiago Macieira2023-05-041-3/+0
* Simplify invokeMethod implementations using QSlotObject helpersVolker Hilsheimer2023-05-042-53/+15
* QRunnable: Extract Method warnNullCallable()Marc Mutz2023-05-042-5/+15
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-044-32/+124
* Make default local time a static constEdward Welbourne2023-05-041-2/+2
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-044-35/+30
* Split out a helper function for QLocalTimeEdward Welbourne2023-05-041-13/+18
* Resolve symbol ambiguity when building with Unity BuildAmir Masoud Abdol2023-05-041-2/+5
* QString/QByteArray::op>>: don't assume clear() makes the container isNull()Marc Mutz2023-05-042-2/+4
* Doc: fix warnings in QTimerVolker Hilsheimer2023-05-042-35/+22