Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / ffi /
2019-02-27 Alexis LaferrièreJava FFI: intro NitObject for references to Nit objects...
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
2019-02-26 Alexis LaferrièreFFI: ExternFile::filename should be relative to the...
2018-01-26 Alexis Laferrièrenitc & niti: move the duplicated pkg-config checks...
2018-01-23 Alexis Laferrièrenitc: document the phase detecting the annots `platform...
2016-11-19 Alexis Laferrièrepkgconfig annot: try all args before giving up
2016-10-26 Alexis Laferrièrepkgconfig: more precise error on missing dev package
2016-07-21 Alexis LaferrièreJava FFI: make `MModule::java_file` public
2016-02-09 Alexis Laferrièrenitc: fix casts from Objective-C to internal C
2015-11-30 Jean Privatnitc/ffi: make private some top-level methods
2015-11-08 Alexis Laferrièrenitc: add GC pinning support to the Java FFI
2015-10-16 Jean Privatsrc: move pseudo-toplevel methods from Object
2015-10-06 Jean Privatmodel: use the robust `intro_mmodule` instead of `intro...
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-08-07 Jean Privatsrc: update AST client to handle qualified identifiers...
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-18 Alexis Laferrièresrc/ffi: do not declare the impl signature before the...
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-11 Jean PrivatMerge: Fix C compiler warning on Java FFI and Android...
2015-05-11 Alexis Laferrièresrc/ffi: add some missing doc and clean up
2015-05-11 Alexis Laferrièresrc/ffi: document the differences between the light...
2015-05-09 Alexis Laferrièresrc/ffi: avoid duplicating visibility attributes of...
2015-05-08 Alexis Laferrièresrc/ffi: restrict importations in extern_classes
2015-05-08 Alexis Laferrièresrc/ffi: separate ffi::ffi in light/full version
2015-05-08 Alexis Laferrièresrc/ffi: separate ffi::c in light/full modules
2015-05-08 Alexis Laferrièresrc/ffi: separate ffi::ffi_base in light/full modules
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-03 Jean Privatvarious phases: more robust for keep-going
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-29 Jean PrivatMerge: ldflags for Android
2015-01-28 Alexis Laferrièrenitc: refactor MModule cflags and ldflags to support...
2015-01-27 Alexis LaferrièreC FFI: fix line offset in gcc errors on custom header...
2015-01-24 Alexis Laferrièrenitc: rename `c_compiler_option` and cie to `cflags...
2015-01-16 Alexis LaferrièreObjC FFI: import public Objective-C headers for importe...
2015-01-16 Alexis LaferrièreObjC FFI: use bridged cast to store Objective-C objects...
2015-01-16 Alexis Laferrièrenitc: fix duplication on imports of public foreign...
2015-01-13 Alexis Laferrièrenitc: FFI and nitni use MModule::c_name
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-04 Alexis LaferrièreJava FFI: support array in extern types
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
2014-12-20 Jean Privatffi: fix phase dependencies
2014-12-10 Alexis LaferrièreObjective-C FFI: intro the FFI with Objective-C
2014-12-04 Jean Privatffi: attach extern class information to the MClassDef...
2014-11-27 Alexis LaferrièreFFI with C: fix line offset in gcc error reports
2014-11-11 Alexis Laferrièrejava: import include/linux everywhere
2014-11-06 Jean PrivatMerge: Java FFI global compilation fix
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Alexis Laferrièrenitg/ffi: fix indirect function declaration in C++ FFI
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-11-04 Jean Privatffi/pkgconfig: use the new pkgconfig infrastructure...
2014-10-22 Jean PrivatMerge: Some gammar improvements
2014-10-17 Jean Privatast: remove classes AAtArg and make them simple AExpr
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`
2014-02-17 Alexis Laferrièresrc: delete old ffi and native_interface code
2013-08-06 Jean Privatffi: remove superfluous super-class
2013-02-06 Alexis Laferrièrenitc/ffi: adds full FFI support for C to nitc