summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()v6.4.0-beta1Marc Mutz2022-06-091-1/+1
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-022-54/+180
* wasm: refactor event dispatcher wait logicMorten Sørvig2022-06-012-88/+150
* wasm: don't enable specialHTMLTargets by defaultMorten Sørvig2022-06-011-0/+1
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-312-5/+5
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-273-2/+47
* macOS: Add private API to ensure that a process is responsible/disclaimedTor Arne Vestbø2022-05-252-0/+54
* Fix race conditions in moveToThreadFabian Kosmale2022-05-241-1/+1
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-232-0/+34
* 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