Merge: Refactor FFI, the framework is now based on MModules
authorJean Privat <jean@pryen.org>
Tue, 13 May 2014 19:22:37 +0000 (15:22 -0400)
committerJean Privat <jean@pryen.org>
Tue, 13 May 2014 19:22:37 +0000 (15:22 -0400)
commitec6d4475332e8e822334592dc4c7c7cc6af28e2f
treeab93058fe3144522395b7a3f289d7f50c7c51ee3
parent60dcc10d59f5328ec93fa04e443fa087363cc6da
parentf6fdf4f2abb5e571c7eba30db8f3d669c7952d17
Merge: Refactor FFI, the framework is now based on MModules

* Should fix #437 by supporting the use of the Java FFI across many modules in global compilation.
* Should also work (but we need an example for it): `nitg cross_platform_prog.nit -m android`

Pull-Request: #456
Reviewed-by: Jean Privat <jean@pryen.org>
src/android_platform.nit
src/common_ffi/c.nit
src/common_ffi/common_ffi.nit
src/common_ffi/ffi_base.nit
src/common_ffi/java.nit
src/compiler_ffi.nit