auto_super_init: handle the case of constructors redefinition (instead of infinitivel...
[nit.git] / src / common_ffi /
2014-08-06 Alexis Laferrièrejava: allow code block inside generated class (works...
2014-07-30 Alexis Laferrièrejava: cast arguments passed to JNI
2014-07-22 Jean PrivatMerge: Serialization: use model to get attribute types...
2014-07-22 Alexis Laferrièrenitg: reorder extern-classes phase
2014-07-22 Alexis LaferrièreFFI with Java: use Java long instead of int to represen...
2014-07-19 Jean Privatsrc: use the new module annotation in exising modules
2014-07-18 Jean PrivatMerge 'origin/master' into fix-asnotnull to supress...
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-16 Jean Privatffi: reset FFI compilation result attached to the module
2014-07-16 Jean Privatffi: move guard into the MModule to simplify management
2014-07-14 Alexis LaferrièreJava FFI: support generic Java types in extern class...
2014-06-26 Alexis LaferrièreFFI with C++: use a customizable macro to compile C...
2014-06-18 Jean PrivatMerge: SharedPreferences: Nit API wrapping android...
2014-06-17 Alexis LaferrièreJava FFI: javac is always called on local files
2014-06-17 Alexis LaferrièreJava FFI: enable inserting additionnal Java files to...
2014-06-13 Frédéric Vachonjava-ffi: Ignore '\n' in extern types
2014-06-12 Alexis Laferrièrejava FFI: display a clean error when java module is...
2014-05-28 Alexis LaferrièreMerge branch 'master' into portable-errors
2014-05-14 Alexis Laferrièreffi/java: support inner classes and JNI format in exter...
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-13 Jean Privatsrc: prepare for new init
2014-05-12 Alexis Laferrièreffi: minor clean up
2014-05-12 Alexis Laferrièreffi/java: use C callbacks instead of going straight...
2014-05-12 Alexis Laferrièreffi/java: callbacks are relative to mainmodule
2014-05-12 Jean PrivatMerge: Simplify AMethPropdef
2014-05-12 Jean Privatsrc: use `AMethPropdef` instead of subclasses when...
2014-05-08 Alexis Laferrièrenitg/ffi: move most FFI services from AModule to MModule
2014-05-06 Alexis Laferrièreffi/java: fix support of Boolean types in JNI signature...
2014-05-06 Alexis Laferrièreffi/java: shorten name of generated Java class for...
2014-05-06 Alexis Laferrièreffi/java: fix freeing ref to Java class on execution...
2014-05-06 Alexis Laferrièreffi/java: support callback to method returning virtual...
2014-05-05 Alexis Laferrièreffi/java: use existing Set of callbacks per language...
2014-05-05 Alexis Laferrièreffi: move up Set of callbacks by foreign language
2014-05-04 Alexis Laferrièreffi/java: fix typo
2014-04-25 Alexis Laferrièrenitg: use load_jclass in Java FFI
2014-04-25 Alexis Laferrièrejava ffi: use Java int to store C pointers
2014-04-25 Alexis Laferrièrenitg: use a portable macro PRINT_ERROR instead of fprintf
2014-04-10 Alexis Laferrièrenitg: support compilation of Java files to .jar
2014-04-10 Alexis Laferrièrenitg: intro of the FFI with java
2014-04-02 Jean Privatffi: move a lot of code and services from AModule to...
2014-04-02 Jean Privatmove ExternFile to c_tools
2014-03-06 Alexis Laferrièrenitg-s: fix importation of custom C header between...
2014-02-27 Alexis Laferrièrenitg/ffi: adds support for the cpp_compiler_options
2014-02-27 Alexis Laferrièrenitg/ffi: intro of FFI with C++
2014-02-18 Alexis Laferrièrenitg/ffi: adds the annotations c_[copiler|linker]_option
2014-02-18 Alexis Laferrièrenitg/ffi: adds the pkgconfig annotation to detect requi...
2014-02-17 Alexis Laferrièrenitg: intro the common_ffi module and support for the...