summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* qobjectdefs.h: DRY the SIGNAL/SLOT macrosMarc Mutz2022-03-111-18/+21
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-101-1/+1
* QMetaProperty: use early returnFabian Kosmale2022-03-101-30/+30
* QProperty: fix threading issuesFabian Kosmale2022-03-106-5/+55
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-15/+18
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-247-7/+9
* QVariant: use std::swap for swapping known typeFabian Kosmale2022-02-241-1/+1
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-02-201-2/+4
* Make large inputs to qNextPowerOfTwo give undefined outputAllan Sandfeld Jensen2022-02-172-8/+6