summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qjnienvironment
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* JNI: Silence and harden QJniEnvironment testVolker Hilsheimer2023-10-051-0/+17
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* CMake: Remove direct qt_android_generate_deployment_settings callAlexandru Croitor2022-12-151-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* 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
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-271-3/+4
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-14/+12
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-131-0/+14
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* 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
* QJniEnvironment: extend APIIvan Solovev2021-05-032-0/+74
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+6
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-261-3/+3
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-113-0/+79
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-272-0/+114