nitg*: extern classes a polymorph in Nit, and unboxed only for extern methods
[nit.git] / src / compiler_ffi.nit
2014-09-10 Alexis Laferrièrenitg*: extern classes a polymorph in Nit, and unboxed...
2014-07-19 Alexis LaferrièreFFI: implement the global reference functions
2014-07-19 Alexis LaferrièreFFI: use libgc allocs
2014-07-16 Jean Privatffi: reset FFI compilation result attached to the module
2014-07-16 Jean Privatffi: move guard in the AbstractCompiler
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-12 Alexis Laferrièrenitg/ffi: mark as private methods internal to compiler_ffi
2014-05-12 Jean Privatsrc: remove remaining references of subclasses on AMeth...
2014-05-08 Alexis Laferrièrenitg/ffi: move most FFI services from AModule to MModule
2014-04-03 Jean Privatffi: merge `finalize_ffi` and `finalize_nitni`
2014-04-02 Jean Privatffi: move a lot of code and services from AModule to...
2014-04-02 Jean Privatcompiler_ffi: remove `uses_legacy_ni` since it is unuse...
2014-04-02 Jean Privatabstract_compiler: add `AModule::collect_linker_libs...
2014-03-26 Jean Privatcompiler_ffi: factorize code in compile_extern_helper_f...
2014-03-26 Jean Privatcompiler_ffi: ifndef does not protect multiple definiti...
2014-03-07 Alexis Laferrièrenitg: activate FFI in all engines
2014-03-06 Alexis Laferrièrenitg: fix FFI error with arguments name of extern methods
2014-03-06 Alexis Laferrièrenitg: fix C return type of callbacks to Nit
2014-03-04 Alexis Laferrièrenitg: fix generated code for call to super from C
2014-03-04 Alexis Laferrièrenitg: fix generated signature for FFI cast
2014-03-04 Alexis Laferrièrenitg: fix FFI _is_null functions
2014-02-21 Jean Privatcompiler_ffi: use `compile_dir` instead of hard-coded...
2014-02-17 Alexis Laferrièrenitg: detect if a compiler supports the FFI
2014-02-17 Alexis Laferrièrenitg: intro the compiler_ffi module to support the...