summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-052-5/+3
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-1/+1
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-041-7/+25
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-07-311-0/+7
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-313-5/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-312-2/+24
* Fix no-PCH build on Apple platformsTor Arne Vestbø2020-07-291-0/+1
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-293-78/+66
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-292-0/+112
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-246-44/+1
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-243-55/+2
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-241-2/+11
* QAssociativeIterableImpl::advanceImpl(): remove deprecation protectionEdward Welbourne2020-07-211-3/+0
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* QBasicTimer: purge deprecated APIEdward Welbourne2020-07-202-34/+2
* QAbstractEventDispatcher: purge deprecated APIEdward Welbourne2020-07-201-11/+1
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-1/+1
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-161-1/+1
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-152-6/+12
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-132-21/+35
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-106-440/+325
* Cache whether a property is a booleanLars Knoll2020-07-102-4/+6
* Significantly improve performance of binding evaluationLars Knoll2020-07-105-52/+75
* Separate the error case when evaluating bindingsLars Knoll2020-07-104-37/+19
* Cleanup QPropertyBindingErrorLars Knoll2020-07-103-19/+10
* Use QList instead of QVectorJarek Kobus2020-07-091-4/+3
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-084-179/+167
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7
* Extend QSharedMemory to work with qsizetype for sizesLars Knoll2020-07-077-18/+24
* Improve performance of property binding evaluationLars Knoll2020-07-073-6/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-075-6/+6
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Q*Iterable::const_iterator: pass by const referenceGiuseppe D'Angelo2020-07-061-2/+2
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Remove deprecated empty macroLars Schmertmann2020-07-021-3/+0
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-022-144/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-7/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-294-8/+6
* Use QList instead of QVector in corelibJarek Kobus2020-06-253-9/+7
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-3/+3
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-23/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-255-59/+104
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-255-30/+88
* Fix QPropertyFabian Kosmale2020-06-251-0/+11
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-231-1/+3
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-6/+6
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-3/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1916-58/+58
* QMetaMethod: implement returnType via returnMetaTypeFabian Kosmale2020-06-181-3/+1