summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-17/+38
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-274-36/+75
* QVariant: delegate more to QMetaTypeThiago Macieira2022-07-271-29/+17
* QMetaType: add is{Default,Copy,Move}Constructible and isDestructibleThiago Macieira2022-07-263-3/+121
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-262-24/+80
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-3/+8
* Write QProperty use in QMLJaishree Vyas2022-07-251-0/+11
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-1/+1
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-3/+10
* QMetaType: fix documentationFabian Kosmale2022-07-211-7/+7
* QVariant: add missing const to QMetaTypeInterface pointersThiago Macieira2022-07-202-12/+9
* QEventDispatcherCoreFoundation: fix #include moc location in the fileThiago Macieira2022-07-201-2/+2
* JNI: match the declaration from jni.hThiago Macieira2022-07-201-1/+1
* Introduce new traits constant for determining if type is a gadgetMikolaj Boc2022-07-161-1/+4
* Fix build with the disabled 'translation' featureAlexey Edelev2022-07-151-1/+1
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-142-0/+11
* Use QT_CONFIG feature checks for sharedmemory and systemsemaphoresAllan Sandfeld Jensen2022-07-1216-64/+63
* QMimeData: fix the usage of a deprecated functionIvan Solovev2022-07-121-3/+1
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-122-0/+28
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-1/+6
* QMetaType: Do not warn about unknown types in isRegisteredFabian Kosmale2022-07-111-10/+16
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-092-0/+14
* Add support for scoped JNI callbacksJuha Vuolle2022-07-071-0/+14
* Move QObjectPrivate::Connection* structs to a new headerWaqar Ahmed2022-07-072-213/+250
* QMetaType: remove useless public: access specifierMarc Mutz2022-07-061-2/+0
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-051-2/+7
* moc: fix const-init for WindowsThiago Macieira2022-06-281-1/+2
* qmetatype.h: remove unnecessary specializationThiago Macieira2022-06-281-7/+0
* QMetaType: move the built-in QMetaTypeInterfaces to read-only segmentsThiago Macieira2022-06-282-5/+31
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-282-6/+20
* Doc: Fix QJniObject::construct() documentationTopi Reinio2022-06-271-1/+1
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-2/+2
* qmetatype.h: add QT_FOR_EACH_STATIC_PRIMITIVE_NON_VOID_TYPEThiago Macieira2022-06-241-7/+7
* qmetatype.h: remove unnecessary EXPORT macroThiago Macieira2022-06-241-9/+2
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-4/+3
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-204-4/+5
* Document QJniObject::constructVolker Hilsheimer2022-06-201-0/+15
* qmetatype.h: remove #undef for something that was never #define'dThiago Macieira2022-06-181-1/+0
* QMetaType: use explicit load/store operations on QBasicAtomicIntThiago Macieira2022-06-181-4/+4
* Fix typos in docs and commentsKai Köhne2022-06-152-4/+4
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* QCoreApplication: Remove app_compile_versionThiago Macieira2022-06-132-10/+2
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()Marc Mutz2022-06-071-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