summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qjniobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-171-16/+28
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-131-37/+114
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-9/+9
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-1/+3
* Add objectClass() and className() for QJniObjectAssam Boudjelthia2021-05-081-3/+33
* Doc: Fix documentation warnings for QJni* classesTopi Reinio2021-05-051-39/+15
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-031-0/+48
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-609/+100
* Add documentation links for some JNI entitiesAssam Boudjelthia2021-04-161-1/+1
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-53/+53
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-261-30/+30
* Simplify code, remove redundant conditionWang Yicun2021-03-051-3/+1
* Re-order includes in qjniobject.cppAssam Boudjelthia2021-02-221-1/+2
* Fix docs misuse of escape character \Assam Boudjelthia2021-02-121-2/+2
* Refactor duplicate code for clearing JNI exceptions before returningAssam Boudjelthia2021-02-111-80/+43
* Documentation improvements to JNI APIAssam Boudjelthia2021-02-091-199/+257
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-0/+1872