Merge: SharedPreferences: Nit API wrapping android SharedPreferences class
[nit.git] / src / common_ffi / java.nit
2014-06-18 Jean PrivatMerge: SharedPreferences: Nit API wrapping android...
2014-06-17 Alexis LaferrièreJava FFI: javac is always called on local files
2014-06-13 Frédéric Vachonjava-ffi: Ignore '\n' in extern types
2014-06-12 Alexis Laferrièrejava FFI: display a clean error when java module is...
2014-05-28 Alexis LaferrièreMerge branch 'master' into portable-errors
2014-05-14 Alexis Laferrièreffi/java: support inner classes and JNI format in exter...
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-13 Jean Privatsrc: prepare for new init
2014-05-12 Alexis Laferrièreffi/java: use C callbacks instead of going straight...
2014-05-12 Alexis Laferrièreffi/java: callbacks are relative to mainmodule
2014-05-08 Alexis Laferrièrenitg/ffi: move most FFI services from AModule to MModule
2014-05-06 Alexis Laferrièreffi/java: fix support of Boolean types in JNI signature...
2014-05-06 Alexis Laferrièreffi/java: shorten name of generated Java class for...
2014-05-06 Alexis Laferrièreffi/java: fix freeing ref to Java class on execution...
2014-05-06 Alexis Laferrièreffi/java: support callback to method returning virtual...
2014-05-05 Alexis Laferrièreffi/java: use existing Set of callbacks per language...
2014-05-04 Alexis Laferrièreffi/java: fix typo
2014-04-25 Alexis Laferrièrenitg: use load_jclass in Java FFI
2014-04-25 Alexis Laferrièrejava ffi: use Java int to store C pointers
2014-04-25 Alexis Laferrièrenitg: use a portable macro PRINT_ERROR instead of fprintf
2014-04-10 Alexis Laferrièrenitg: support compilation of Java files to .jar
2014-04-10 Alexis Laferrièrenitg: intro of the FFI with java