summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qjnienvironment.h
Commit message (Expand)AuthorAgeFilesLines
* JNI API review: minor API and implementation cleanupsVolker Hilsheimer2023-12-151-1/+5
* JNI: Add convenience overloads for registerNativeMethodsVolker Hilsheimer2023-11-131-0/+6
* JNI: add a static getter for a JNIEnv pointer to QJniEnvironmentVolker Hilsheimer2023-11-011-0/+2
* JNI: move signature/className template functions into a template classVolker Hilsheimer2023-09-221-1/+1
* JNI: move JNI type macros into separate headerVolker Hilsheimer2023-09-201-1/+1
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-271-0/+2
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-0/+10
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-131-0/+21
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-041-0/+2
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-021-1/+7
* Add isValid() call to QJniEnvironmentAssam Boudjelthia2021-05-171-0/+1
* Doc: Fix documentation warnings for QJni* classesTopi Reinio2021-05-051-1/+1
* QJniEnvironment: extend APIIvan Solovev2021-05-031-0/+3
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-6/+2
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+3
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-261-2/+2
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-02-051-1/+1
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-0/+85