Java FFI: extra_java_file annotation use full Java class name
[nit.git] / src / ffi / java.nit
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2019-02-26 Alexis LaferrièreJava FFI: fix a few warnings and improve doc
2016-07-21 Alexis LaferrièreJava FFI: make `MModule::java_file` public
2015-11-08 Alexis Laferrièrenitc: add GC pinning support to the Java FFI
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-07-24 Alexis Laferrièreffi/java: pointers are stored as `long` so they grow...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-06-06 Alexis Laferrièresrc/java FFI: lib/jvm.nit already specify ldflags
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-26 Alexis Laferrièresrc: update Java and C++ FFI to use `self`
2015-05-09 Alexis Laferrièresrc/ffi: avoid duplicating visibility attributes of...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-01-28 Alexis Laferrièrenitc: refactor MModule cflags and ldflags to support...
2015-01-24 Alexis Laferrièrenitc: rename `c_compiler_option` and cie to `cflags...
2015-01-04 Alexis LaferrièreJava FFI: support array in extern types
2014-11-11 Alexis Laferrièrejava: import include/linux everywhere
2014-11-06 Jean PrivatMerge: Java FFI global compilation fix
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-04 Alexis Laferrièrenitg/ffi: local functions in C are `static`
2014-11-04 Alexis Laferrièrenitg/ffi: fix Java FFI support in nitg-g
2014-10-13 Jean PrivatMerge: src: remove some warnings and do some cleaning
2014-10-11 Jean Privatsrc: remove useless comparisons on null
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-17 Alexis Laferrièrenitg: rename `common_ffi` group to `ffi`