nitc & niti: move the duplicated pkg-config checks to the pkgconfig module
[nit.git] / src / interpreter / dynamic_loading_ffi / on_demand_compiler.nit
2018-01-26 Alexis Laferrièrenitc & niti: move the duplicated pkg-config checks...
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: 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-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: intro an FFI for the interpreter