summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* tst_qtranslator: fix memleakMarc Mutz2022-01-031-3/+3
* tst_qsharedmemory: skip readOnly() test under asanMarc Mutz2021-12-231-0/+2
* tst_qmetatype: fix memleaksMarc Mutz2021-12-221-4/+11
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-223-0/+21
* tst_qvariant: fix -Wclass-memaccessMarc Mutz2021-11-171-1/+1
* tst_QVariant: suppress warning about memcpying over QVariantThiago Macieira2021-11-161-1/+1
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* Include qproperty.h where neededMarc Mutz2021-11-052-0/+2
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-3/+1
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+5
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-051-0/+1
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-214-6/+20
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-0/+17
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-0/+48
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-191-5/+17
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+53
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-021-2/+2
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+27
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-84/+0
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-071-2/+23
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-052-0/+164
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+22
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-031-0/+167
* QJniEnvironment: extend APIIvan Solovev2021-05-032-0/+74
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-1/+11
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-12/+14
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-221-1/+24
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-221-0/+45
* QObject: port to new property systemIvan Solovev2021-04-212-2/+12
* QPropertyBinding: Add sticky modeFabian Kosmale2021-04-161-0/+25
* Add support for grouped property changesLars Knoll2021-04-161-3/+74
* Don't emit change notifications more often than requiredLars Knoll2021-04-161-0/+31
* Remove lazy binding evaluationLars Knoll2021-04-161-87/+11
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+6
* QBindable: Mark non-modifying methods as constFabian Kosmale2021-04-141-0/+21
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-2/+68
* QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-011-6/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-7/+8
* Fix some warningsAndreas Buhr2021-03-311-2/+4
* tst_qobject: enable some tests for narrowingGiuseppe D'Angelo2021-03-301-3/+7
* Repair tst_qwineventnotifierAlex Trotsenko2021-03-292-1/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14