pyjnius/jnius
dessant fc77dd624d Merge pull request #133 from chrisjrn/signatures
API for human-readable method signatures
2015-11-03 14:00:35 +02:00
..
src/org/jnius proxy: force GIL on invoke0, and add a special case for $Proxy name (android failed to FindClass) 2013-03-24 18:45:33 -05:00
__init__.py fixes hashCode overflow. (disclamer: i wont talk about collision probabiliity or whatever. In my point of view, it seems very low, as the id() is based on the address of the object, it except if you uses tons of memory, you wont get it. And whatever the changes are, this will never keep up safe from colliding with others java object.). Closes #146 2015-03-02 11:22:05 +01:00
jni.pxi add a jnius.detach() method to detach a thread that used some jni. 2015-02-07 19:33:19 +01:00
jnius.pyx add a jnius.detach() method to detach a thread that used some jni. 2015-02-07 19:33:19 +01:00
jnius_conversion.pxi Merge pull request #153 from retsyo/patch-2 2015-10-07 11:46:57 +05:30
jnius_env.pxi add a jnius.detach() method to detach a thread that used some jni. 2015-02-07 19:33:19 +01:00
jnius_export_class.pxi Fixes multiples memory leak in exception analysis, find_javaclass, and class instanciations 2015-07-26 14:29:51 +02:00
jnius_export_func.pxi Fixes multiples memory leak in exception analysis, find_javaclass, and class instanciations 2015-07-26 14:29:51 +02:00
jnius_jvm_android.pxi jnius: refactor to not save jni env, and use the current pushed/pop env. This resolve few issues when pyjnius is called from a proxy (error such as E/dalvikvm( 6036): JNI ERROR: env->self != thread-self (0x68415860 vs. 0x400bb010); auto-correcting) 2013-06-24 17:58:20 +02:00
jnius_jvm_desktop.pxi Add control of JVM startup options 2014-05-09 18:20:29 +10:00
jnius_localref.pxi Fix string format error in 2.6 2013-08-29 16:14:06 +08:00
jnius_nativetypes.pxi new ByteArray native class, used to transport [B in python, instead of using Python list + integer. 2013-09-11 17:18:49 +02:00
jnius_proxy.pxi Add specific case for Android/libART: it crash if we check NativeInvocationHandler/InvocationHandler with isAssignableFrom. Plus, include some defaults methods implementation of java.lang.Object (hashCode, toString, equals), which is used by ART. Closes #92. Closes #113. 2014-07-31 13:49:25 +02:00
jnius_utils.pxi Merge pull request #163 from benson-basis/fix-build-tests 2015-11-03 13:57:59 +02:00
reflect.py Make lists work like Python list containers. 2015-04-30 16:24:27 -04:00
signatures.py (oops) 2014-09-17 17:51:56 +10:00