pyjnius/jnius
Gabriel Pettier afcc535afc actually use cython language_level=3 + fix issue! 2020-10-20 21:37:04 +02:00
..
src/org/jnius Add tests for isinstance, fix edge cases. 2017-12-11 14:04:32 -05:00
__init__.py Release 1.3.0 2020-05-03 14:31:00 +02:00
env.py try to be smarter about detecting libjvm.so 2020-04-25 01:20:16 +02:00
jni.pxi remove const_char, as Cython supports const from 0.18 2016-04-05 14:47:00 +02:00
jnius.pyx Create compat file to handle basestring issues and more 2019-01-05 15:09:26 +01:00
jnius_compat.pxi Use PY2 to separate CPython 2/3 for compat 2019-01-31 18:02:00 +01:00
jnius_conversion.pxi actually use cython language_level=3 + fix issue! 2020-10-20 21:37:04 +02:00
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 allow for argument specific pass by reference / value settings 2020-06-11 14:46:09 -04:00
jnius_export_func.pxi Let the check_exception handler raise the error with more details. 2020-04-11 19:21:42 -07: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 Fixes #548 JVM options are not correctly set by jnius_config.set_options() 2020-07-10 16:17:41 +01:00
jnius_jvm_dlopen.pxi Fixes #548 JVM options are not correctly set by jnius_config.set_options() 2020-07-10 16:17:41 +01:00
jnius_localref.pxi Fix string format error in 2.6 2013-08-29 16:14:06 +08:00
jnius_nativetypes.pxi bytearray: fix #267 operations on empty arrays 2017-04-12 16:59:07 +03:00
jnius_nativetypes3.pxi Remove changes to ByteArray and minor cleanup 2020-06-10 09:34:40 -04:00
jnius_proxy.pxi Fix int/long issue at jnius_proxy.py_invoke0 2019-02-03 19:52:51 +01:00
jnius_utils.pxi addresses #545 by calling check_assignable_from_str for int and float parameters 2020-06-05 13:12:29 +01:00
reflect.py Merge pull request #522 from hx2A/master 2020-04-27 00:49:22 +02:00
signatures.py pep8 fixes 2017-03-23 19:56:02 +02:00