nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / src / compiler / compiler_ffi.nit
2015-02-05 Alexis Laferrièrenitc: fix calling extern constructors from extern code...
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-13 Alexis Laferrièrenitc: FFI and nitni use MModule::c_name
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
2014-11-07 Alexis Laferrièrenitg/ffi: fix global compilation errors and warning...
2014-11-04 Jean Privatffi/pkgconfig: use the new pkgconfig infrastructure...
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-17 Alexis Laferrièrenitg: rename `common_ffi` group to `ffi`
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-09 Jean Privatffi: use `AMethPropdef` instead of `AExternPropdef`
2014-09-08 Jean Privatcomp: chain implementation attempts
2014-09-03 Jean Privatsrc: create groups for related things