summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qjni.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: use new QLatin1String::arg()Marc Mutz2019-06-031-4/+4
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Don't hide critical infoBogDan Vatra2017-04-111-2/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-150/+150
|\
| * Workaround clang explicit specializations function templates export bugBogDan Vatra2016-07-201-150/+150
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-180/+292
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-180/+292
| |\
| | * Android: Store and use the class names as key when caching.Christian Strømme2015-05-081-180/+292
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-7/+8
|\| |
| * | Android: Only take ownership of threads we explicitly attach to.Christian Strømme2015-03-301-7/+8
* | | Android: Add scoped local ref. handler.Christian Strømme2015-02-261-1/+9
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+8
|\|
| * Android: Fix local ref handling.Christian Strømme2015-02-171-1/+8
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
* Android: Fix for build issue on x86Christian Strømme2014-11-061-124/+124
* Android: Improve cache logic in findClass()Christian Strømme2014-10-171-30/+35
* Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-261-48/+90
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Android: Avoid caching the same class twice.Christian Strømme2014-08-261-5/+4
* Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
* Android: Refactor exception checking in qjni.Christian Strømme2014-07-071-19/+16
* Android: Stop ART from complaining about missing thread names.Christian Strømme2014-04-031-1/+10
* Android: Check for exception before calling NewGlobalRef().Christian Strømme2014-03-201-2/+14
* Android: Fix crash caused by QJNIs classLoader code.Christian Strømme2013-12-041-1/+2
* Android: Fix problem with leaking local refs.Christian Strømme2013-10-301-7/+22
* QJNI: Don't detach from the thread as long as the thread is alive.Christian Strømme2013-10-251-16/+13
* Android: Add private ctors in QJNIObjectPrivate that takes va_list.Christian Strømme2013-10-041-0/+37
* Android: Use the application's class loader when loading Java classes.Christian Strømme2013-09-251-4/+12
* Fixed QJNIEnvironment reference counting.Yoann Lopes2013-09-251-3/+5
* Android: Add private API for jni in QtCoreChristian Strømme2013-09-201-0/+2105