Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / interpreter / dynamic_loading_ffi /
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...
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-11-09 Alexis Laferrièrenit: purge the debugger from the interpreter
2016-05-23 Alexis Laferrièreniti: filter the -lrt flag on OS X
2016-04-23 Alexis Laferrièreniti: simply use `cc` as compiler
2016-04-23 Alexis Laferrièreniti: fix support for cflags from pkgconfig
2016-04-18 Alexis Laferrièreinterpreter: use light_ffi to force support for the...
2016-04-18 Alexis Laferrièreinterpreter: the annotation light_ffi identifies a...
2016-03-11 Jean PrivatMerge: Interpreter FFI: support the pkgconfig annotation
2016-03-10 Alexis Laferrièreniti FFI: do not attempt to run extern methods returnin...
2016-03-09 Alexis Laferrièreniti FFI: support the pkgconfig annotation
2016-03-07 Alexis Laferrièreniti FFI: create compile_dir with permissions 0o700
2016-03-05 Alexis Laferrièreniti FFI: delete the nit_compile directory after execution
2016-03-05 Alexis Laferrièreniti FFI: cmd line option to change the nit_compile...
2015-12-17 Alexis LaferrièreFFI niti: fix extern methods in generic classes
2015-08-19 Alexis Laferrièrenit: do not specify an soname (or -g) for JIT FFI libraries
2015-08-13 Lucas Bajoletsrc/interpreter: Added fixints to interpreter
2015-06-26 Alexis Laferrièresrc/niti: mkdir the compile dir only if it doesn't...
2015-06-26 Alexis Laferrièresrc/niti: use a real NativeString
2015-06-19 Jean Privatniti-ffi: NativeString is re-a `char*` since #1502
2015-06-17 Alexis Laferrièresrc: fix interpreter FFI to support nitvm
2015-06-10 Alexis Laferrièresrc/niti: do not support extern methods with non primit...
2015-06-10 Alexis Laferrièresrc/niti: report a "not yet implemented" when using...
2015-06-10 Alexis Laferrièresrc: add README to dynamic_loading_ffi
2015-06-10 Alexis Laferrièresrc: intro an FFI for the interpreter