summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-011-1/+1
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-1/+1
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-2910-35/+36
* Short live Q_CONSTINIT!Marc Mutz2022-03-263-4/+4
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2613-35/+35
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-2515-108/+136
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-251-1/+1
* QVariant: disable building from arbitrary pointersGiuseppe D'Angelo2022-03-251-0/+8
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+1
* Doc: Remove mentionings of overflows from QElapsedTimerKai Köhne2022-03-211-19/+8
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-192-17/+12
* QMetaType: remove an unused static pointer variableMarc Mutz2022-03-181-2/+1
* QVariant: reduce transitive includesFabian Kosmale2022-03-174-10/+176
* Core: Do not depend on transitive includesFabian Kosmale2022-03-175-0/+6
* QMetaObject: Allow custom meta callsUlf Hermann2022-03-171-1/+2
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-13/+7
* Deprecate QElapsedTimer::TickCounterKai Köhne2022-03-162-28/+16
* Doc: Update documentation for QElapsedTimer's in WindowsKai Köhne2022-03-161-24/+3
* QObject: port setObjectName() to QAnyStringViewMarc Mutz2022-03-152-2/+27
* Extract Method QObjectPrivate::ensureExtraData()Marc Mutz2022-03-152-10/+11
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-112-1/+4