summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Anticipate various warnings in tst_QVariantEdward Welbourne2022-10-181-18/+40
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-2/+2
* Distinguish the repeats of QSystemSemaphor's processes testsEdward Welbourne2022-10-111-3/+3
* Remove duplicate tst_QVariant canConvert:Int data rowEdward Welbourne2022-10-111-3/+0
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-0/+9
* Port from container.count()/length() to size()Marc Mutz2022-10-049-54/+54
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-14/+53
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-162-17/+1
* QWinRegistryKey: refactorYuhang Zhao2022-09-144-0/+243
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-116-0/+20
* Fix cmake warnings from using deprecated PUBLIC_LIBRARIESVolker Hilsheimer2022-09-051-1/+1
* Don't batch qmetaobject_compatMikolaj Boc2022-09-021-0/+1
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-013-77/+21
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-0/+2
* QMetaObject: add a new, variadic invoke/invokeMethod/newInstanceThiago Macieira2022-08-302-22/+629
* tst_qobject: port away from deprecated methodsIvan Solovev2022-08-302-29/+17
* tst_qvariant: port away from deprecated methodsIvan Solovev2022-08-302-152/+184
* tst_qmetatype: port away from deprecated callsIvan Solovev2022-08-304-156/+304
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-0/+5
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-263-0/+55
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2334-34/+34
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-201-0/+77
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-193-3/+3
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+8
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-127-5/+193
* Remove assertion from ownMethodIndex that breaks testsSami Shalayel2022-08-101-0/+39
* Add license headers to cmake filesLucie Gérard2022-08-0334-0/+108
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-011-2/+69
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-011-0/+24
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-281-0/+4
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2816-20/+20
* tst_QMetaObject: add a test for using Q_ARG with a non-const refThiago Macieira2022-07-271-0/+15
* tst_QMetaObject: make sure we don't mix references with non-refsThiago Macieira2022-07-271-0/+10
* tst_QMetaObject: add some tests for passing and receiving pointersThiago Macieira2022-07-273-1/+86
* tst_QMetaObject: change tests to forward-declared-onlyThiago Macieira2022-07-274-22/+42
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-2/+8
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-272-20/+106
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-261-0/+24
* QMetaType: fix isRegistered()Thiago Macieira2022-07-262-0/+10
* tst_QMetaType: suppress most warningsThiago Macieira2022-07-261-1/+16
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-262-52/+42
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-2/+29
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-0/+47
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-0/+2
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-121-0/+7
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-0/+1
* Add support for scoped JNI callbacksJuha Vuolle2022-07-072-0/+89