pep8analysis: enable analyzing from stream
[nit.git] / src / common_ffi /
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...