| Commit message (Expand) | Author | Age | Files | Lines |
| * | QJniObject: fix binary compatibility breakage | Volker Hilsheimer | 2022-12-15 | 1 | -1/+6 |
| * | QJniObject: Add template overloads for get/setStaticField | Volker Hilsheimer | 2022-07-12 | 1 | -0/+16 |
| * | Doc: Fix QJniObject::construct() documentation | Topi Reinio | 2022-06-27 | 1 | -1/+1 |
| * | Document QJniObject::construct | Volker Hilsheimer | 2022-06-20 | 1 | -0/+15 |
| * | Fold methods for object return type into generic methods | Volker Hilsheimer | 2022-05-17 | 1 | -16/+28 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Add variadic template overloads for QJniObject/Environment methods | Volker Hilsheimer | 2022-05-13 | 1 | -37/+114 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -9/+9 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -1/+3 |
| * | Add objectClass() and className() for QJniObject | Assam Boudjelthia | 2021-05-08 | 1 | -3/+33 |
| * | Doc: Fix documentation warnings for QJni* classes | Topi Reinio | 2021-05-05 | 1 | -39/+15 |
| * | QJniObject: add callStatic[Object]Method overloads for jmethodID | Ivan Solovev | 2021-05-03 | 1 | -0/+48 |
| * | Fix QJniObject templates implementations | Assam Boudjelthia | 2021-04-23 | 1 | -609/+100 |
| * | Add documentation links for some JNI entities | Assam Boudjelthia | 2021-04-16 | 1 | -1/+1 |
| * | Replace conversion operator by operator* in QJniEnvironment | Assam Boudjelthia | 2021-04-14 | 1 | -53/+53 |
| * | Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptions | Assam Boudjelthia | 2021-03-26 | 1 | -30/+30 |
| * | Simplify code, remove redundant condition | Wang Yicun | 2021-03-05 | 1 | -3/+1 |
| * | Re-order includes in qjniobject.cpp | Assam Boudjelthia | 2021-02-22 | 1 | -1/+2 |
| * | Fix docs misuse of escape character \ | Assam Boudjelthia | 2021-02-12 | 1 | -2/+2 |
| * | Refactor duplicate code for clearing JNI exceptions before returning | Assam Boudjelthia | 2021-02-11 | 1 | -80/+43 |
| * | Documentation improvements to JNI API | Assam Boudjelthia | 2021-02-09 | 1 | -199/+257 |
| * | Make QJniObject and QJniEnvironment public API | Assam Boudjelthia | 2021-01-27 | 1 | -0/+1872 |