summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-052-0/+27
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+11
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-1/+37
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-273-4/+32
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-14/+12
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-0/+17
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-0/+4
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+1
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-0/+9
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-171-0/+31
* Use SPDX license identifiersLucie Gérard2022-05-1641-1117/+92
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-132-17/+150
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-0/+6
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* Generate JNI signature strings at compile timeVolker Hilsheimer2022-05-053-0/+123
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-262-4/+4
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-3/+3
* Revert "Blacklist: test cases blacklisted in tst_QSystemSemaphore:"Pasi Petäjäjärvi2022-04-011-4/+0
* Make QUnixEventDispatcherQPA XFAIL the testVolker Hilsheimer2022-03-251-1/+1
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+16
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-173-0/+6
* QObject: add another couple of tests for broken connect()Giuseppe D'Angelo2022-03-171-0/+11
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-0/+27
* Blacklist: test cases blacklisted in tst_QSystemSemaphore:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+86
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-0/+12
* Core: Fix tests that did break because QProcess security fixPasi Petäjäjärvi2022-02-241-1/+1