Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / c_tools.nit
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...
2015-08-10 Jean Privatc_tool: reorder CC arguments since the semantic between...
2015-08-07 Jean PrivatMerge: Own rand seed
2015-08-07 Jean Privatffi: compile extern C files with -Wno-unused-function...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-06-09 Alexis Laferrièresrc: compile user C code with -Wall
2015-06-06 Alexis Laferrièresrc/c_tools: don't declare the functions in the header
2015-05-09 Alexis Laferrièresrc/c_tools: revamp doc and style of some `CCompilation...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-28 Alexis Laferrièrenitc: refactor MModule cflags and ldflags to support...
2014-11-06 Jean PrivatMerge: Java FFI global compilation fix
2014-11-06 Jean PrivatMerge: Use new constructors
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 Jean Privatc_tools: add attribute `ExternFile::pkgconfigs` to...
2014-04-10 Alexis Laferrièrenitg: support compilation of Java files to .jar
2014-04-03 Jean Privatffi: remove old Cproproc symbol NONITCNI
2014-04-02 Jean Privatsrc: implements abstract methods of ExternCFile
2014-04-02 Jean Privatmove ExternFile to c_tools
2014-03-10 Jean Privatsrc/c_tools: use template instead of compiling_writer
2014-02-17 Alexis Laferrièrenitg: intro the common_ffi module and support for the...
2013-02-06 Alexis Laferrièreniti: adds tools to compile C code