pyjnius/jnius
Mathieu Virbel 4cf0b865b9 cython 0.19 fixes, jlong was interpreted as a number, not as a pointer value anymore. 2013-04-28 19:13:23 +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 bump to 1.1-dev 2012-08-20 18:48:22 +02:00
jni.pxi various fix for java/python implementation. It finally start working, but still lot to do. 2012-12-31 05:15:09 +01:00
jnius.pyx cleanup proxy code 2013-03-13 21:38:10 +01:00
jnius_conversion.pxi fix tests 2013-03-24 18:49:31 -05:00
jnius_export_class.pxi fix crash in Java, it look like changing CreateLocalRef to CreateGlobalRef works, and retain correctly some references needed for the invocation. But i'm not entirely sure about the implication. 2013-03-13 18:53:25 +01:00
jnius_export_func.pxi cleanup proxy code 2013-03-13 21:38:10 +01:00
jnius_jvm_android.pxi little fixes for android, remove the recursive part in autoclass for the moment 2012-08-14 17:21:55 +02:00
jnius_jvm_desktop.pxi 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
jnius_localref.pxi fix crash in Java, it look like changing CreateLocalRef to CreateGlobalRef works, and retain correctly some references needed for the invocation. But i'm not entirely sure about the implication. 2013-03-13 18:53:25 +01:00
jnius_proxy.pxi cython 0.19 fixes, jlong was interpreted as a number, not as a pointer value anymore. 2013-04-28 19:13:23 +02:00
jnius_utils.pxi cleanup proxy code 2013-03-13 21:38:10 +01:00
reflect.py partial work on extending java classes from python 2012-09-06 14:19:45 +02:00