summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-114-10/+10
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-10/+10
| |\
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-104-10/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0919-197/+250
|\| |
| * | QMetaType: add more static-less APIOlivier Goffart2019-12-072-2/+55
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0618-198/+198
| * | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-052-4/+20
* | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-1/+0
* | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-081-1/+2
* | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-1/+1
* | | Change representation of string data in the meta objectLars Knoll2019-12-083-27/+30
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-1/+1
* | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-1/+1
* | | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-1/+0
* | | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-064-191/+235
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-2/+2
| |\|
| | * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-2/+2
* | | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-042-128/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-301-0/+3
|\| |
| * | Silence MSVC build of Qt for PythonFriedemann Kleint2019-11-291-0/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2511-151/+171
|\| |
| * | wasm: add platform qsettingsLorn Potter2019-11-141-18/+1
| * | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-1310-109/+148
| * | QEventDispatcherWin32: unify input checks in {un}register...()Alex Trotsenko2019-11-131-18/+18
| * | QBasicTimer: release timer id on exitAlex Trotsenko2019-11-131-6/+4
* | | Fix build without features.shortcutTasuku Suzuki2019-11-121-3/+0
* | | Fix up parts of the QList related docsLars Knoll2019-10-301-0/+1
* | | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-302-0/+64
* | | Make QList an alias to QVectorLars Knoll2019-10-303-8/+8
* | | Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-301-0/+1
|\| |
| * | Add a getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-10-281-0/+1
* | | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-292-2/+2
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-253-4/+26
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-173-2/+213
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-163-2/+213
| |\|
| | * Win32: Consolidate registry codeFriedemann Kleint2019-10-143-2/+213
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-24/+4
|\| |
| * | QObject: use delegate constructorsGiuseppe D'Angelo2019-10-111-23/+1
| * | Remove potential out of bounds accesses to QListLars Knoll2019-10-101-1/+3
* | | Remove leftovers from QML1Lars Knoll2019-10-102-19/+2
* | | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-072-0/+19
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-062-2/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-052-2/+12
| |\|
| | * Simplify creating QCFTypes from CFTypeRefsTor Arne Vestbø2019-10-041-1/+4
| | * Add explicit QDebug stream operator for QCFStringTor Arne Vestbø2019-10-042-0/+7
| | * macOS: Add missing export of QDebug stream operator for QMacAutoReleasePoolTor Arne Vestbø2019-10-041-1/+1
* | | Get rid of QList forward declarationsLars Knoll2019-10-041-3/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-042-5/+12
|\| |