summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-1/+1
* Make all loads of QAtomicPointer QObjectPrivate::threadData explicitMarc Mutz2022-05-203-5/+5
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-202-5/+5
* macOS: Try to get SIP configuration via private syscall if possibleTor Arne Vestbø2022-05-201-4/+15
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-201-3/+0
* QCoreApplication/QPostEventList: fix int/qsizetype mismatchesMarc Mutz2022-05-191-13/+13
* QCoreApplication: port some indexed to ranged for loopsMarc Mutz2022-05-191-10/+6
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-182-4/+4
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-2/+2
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-182-3/+1
* Optimize atomics in QObject::moveToThread() [2/2]: de-duplicate loadsMarc Mutz2022-05-181-1/+1
* Optimize atomics in QObject::moveToThread() [1/2]: relax a pointer loadMarc Mutz2022-05-181-1/+1
* Fix data race in QObject::moveToThread()Marc Mutz2022-05-181-1/+1
* qobject_p.h: remove unused qreadwritelock.h includeMarc Mutz2022-05-172-1/+1
* QPropertyBindingPrivate: de-inline functions that modify heapObserversMarc Mutz2022-05-172-16/+20
* Give some TLC to FlaggedDebugSignaturesMarc Mutz2022-05-171-7/+5
* QObject: Turn flaggedSignatures into a thread_local staticMarc Mutz2022-05-171-4/+22
* QJniHelpers: don't rely on qreadwritelock.h transitive includeMarc Mutz2022-05-171-0/+1
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-175-7/+49
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-172-103/+126
* Use SPDX license identifiersLucie Gérard2022-05-16143-5446/+322
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-134-191/+301
* QObject: mark two error reporting functions COLDMarc Mutz2022-05-131-0/+2
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-1/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-8/+3
* Fix enum value for WindowAboutToChangeInternal eventVolker Hilsheimer2022-05-061-1/+2
* QObjectPrivate: rename the internal disconnect() to removeConnection()Thiago Macieira2022-05-062-8/+7
* QObjectPrivate: mark inline functions not meant to be used elsewhereThiago Macieira2022-05-062-8/+8
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* Generate JNI signature strings at compile timeVolker Hilsheimer2022-05-052-164/+371
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+3
* AppleUnifiedLogger: Remove manually managed os_log_t cacheTor Arne Vestbø2022-05-021-24/+1
* Fix restart QtActivitySamuel Mira2022-04-271-1/+41
* QtCore: remove the remaining uses of QLatin1StringSona Kurazyan2022-04-261-2/+2
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-2/+2
* Add QDebug operator for Objective-C id typeTor Arne Vestbø2022-04-211-0/+21
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+1
* QMimeData: return null string for null byte arrayLiang Qi2022-04-191-0/+2
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-142-39/+32
* QObjectPrivate:Connection:: use NSDMI for the ref countThiago Macieira2022-04-131-4/+2
* QObjectPrivate: deinline a bunch of stuff only used in QtCoreThiago Macieira2022-04-132-216/+229
* QObjectPrivate: use placement new/delete for SignalVectorThiago Macieira2022-04-131-2/+6
* QObjectPrivate: use ConnectionList's constructor instead of copy-assignmentThiago Macieira2022-04-131-1/+4
* QMetaTypeModuleHelper: prevent slicingMarc Mutz2022-04-061-0/+4
* QMetaType: Add qHash() overloadMårten Nordheim2022-04-052-0/+16
* QPropertyBindingSourceLocation: fix BiC in source_location ctorsMarc Mutz2022-04-051-3/+15
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-052-0/+15
* QMetaType: don't allocate memory just to look up a key in a QHashMarc Mutz2022-04-031-1/+1
* QMetaType: don't create a registry just to query its emptinessMarc Mutz2022-04-031-3/+4
* QMetaType: unlock QReadLocker earlyMarc Mutz2022-04-031-0/+1