pyjnius/jnius
Mathieu Virbel d5d2926190 raise an exception if the signature have invalid character + fix pyjnius documentation about array declaration in signature 2014-01-21 09:48:48 +01: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 bump to 1.1-dev 2012-08-20 18:48:22 +02:00
jni.pxi last fixes to make pyjnius Java-thread proof. If you call any jnius related from a C thread, it will leak and/or crash (this hasnt been tested). 2013-06-25 11:49:42 +02:00
jnius.pyx 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_conversion.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_env.pxi last fixes to make pyjnius Java-thread proof. If you call any jnius related from a C thread, it will leak and/or crash (this hasnt been tested). 2013-06-25 11:49:42 +02:00
jnius_export_class.pxi Merge pull request #78 from zielmicha/master 2013-10-25 07:14:29 -07:00
jnius_export_func.pxi cleanup proxy code 2013-03-13 21:38:10 +01: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 Compile in Windows successfully 2013-11-25 22:41:12 -05: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 proxy: add "except *" to correctly propagate the python exception in invoke0, and let traceback print it. (python exception doesn't go through java... ^^). 2013-09-10 11:03:55 +02:00
jnius_utils.pxi raise an exception if the signature have invalid character + fix pyjnius documentation about array declaration in signature 2014-01-21 09:48:48 +01:00
reflect.py last fixes to make pyjnius Java-thread proof. If you call any jnius related from a C thread, it will leak and/or crash (this hasnt been tested). 2013-06-25 11:49:42 +02:00