tests: add "--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit"
[nit.git] / src /
2014-11-11 Jean Privatcompiler: copy the binary if the outpath is crazy and...
2014-11-11 Jean Privatcompiler: global compiler escape the module name
2014-11-11 Jean Privatcompiler: escape function names in `c_functions_hash.c`
2014-11-11 Jean Privatcompiler: escape the binary name in generated Makefile
2014-11-10 Jean PrivatMerge: MModule has a c_name
2014-11-10 Jean PrivatMerge: nitdoc: escape text in generated dot files
2014-11-10 Jean Privatcompiler: add and use `MModule::c_name`
2014-11-10 Jean PrivatMerge: nitester over MPI and jenkins
2014-11-10 Jean PrivatMerge: nitdoc: Escape paths passed to the shell.
2014-11-10 Jean Privatnitdoc: escape text in generated dot files
2014-11-09 Jean PrivatMerge: Fix FFI global compilation on duplicated callbac...
2014-11-08 Jean-Christophe... nitdoc: Escape paths passed to the shell.
2014-11-07 Alexis Laferrièretests: modify ai::puzzle, nitmetrics and nitunit to...
2014-11-07 Alexis Laferrièrenitg/ffi: fix global compilation errors and warning...
2014-11-07 Jean PrivatMerge: Method dispatch in nitvm
2014-11-06 Jean PrivatMerge: Ropes
2014-11-06 Jean PrivatMerge: nitdoc: Fix name mangling for graphs.
2014-11-06 Lucas Bajoletnitdoc: Change uses of FlatBuffer to RopeBuffer in...
2014-11-06 Jean-Christophe... nitdoc: Fix name mangling for graphs.
2014-11-06 Julien Pagèsnitvm: Method dispatch is functionnal with perfect...
2014-11-06 Jean PrivatMerge: Java FFI global compilation fix
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Alexis Laferrièrenitg/ffi: fix indirect function declaration in C++ FFI
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-05 Jean PrivatMerge: No auto super in new
2014-11-04 Alexis Laferrièrenitg/ffi: local functions in C are `static`
2014-11-04 Alexis Laferrièrenitg/ffi: fix Java FFI support in nitg-g
2014-11-04 Jean Privattyping: prefix instantiation error with `Type Error`
2014-11-04 Jean Privatsemantize: do not auto_super_init `new`-factories
2014-11-04 Jean PrivatMerge: neo_doxygen: Introduce a tool to import a Doxyge...
2014-11-04 Jean PrivatMerge: Pkgconfig
2014-11-04 Jean PrivatMerge: Improve tool ui
2014-11-04 Jean PrivatMerge: neo: Load the graph in chunks and only once.
2014-11-04 Jean Privatffi/pkgconfig: use the new pkgconfig infrastructure...
2014-11-04 Jean Privatabstract_compiler: check the presence of pkgconfig...
2014-11-04 Jean Privatabstract_compiler: use `ExternFiles::pkgconfig` for...
2014-11-04 Jean Privatc_tools: add attribute `ExternFile::pkgconfigs` to...
2014-11-04 Jean Privattoolcontext: hide some really internal options so they...
2014-11-04 Jean Privatmodelize: 4 -v are needed fo method-level informations
2014-11-04 Jean Privatnit: use OptionContext flag options_before_rest
2014-11-04 Jean Privattoolcontext: re-add --nit-dir option with higer precedence
2014-11-04 Jean Privattoolcontext: nit_dir is non-nullable
2014-11-04 Jean Privatcompiler: remove --clib-path and NIT_CC_PATH
2014-11-04 Jean Privattoolcontext: make compute_nit_dir more robust
2014-11-03 Jean-Christophe... nitdoc: Extend the model to help the importation from...
2014-11-03 Jean-Christophe... neo: Really load the graph only once.
2014-11-03 Jean-Christophe... neo: Load the graph in chunks.
2014-11-03 Jean Privattoolcontext: nit_dir tries another heuristic on PATH...
2014-11-03 Jean Privattools: use pkg-config to found libgc
2014-11-02 Jean Privatmodelize: new advice for old-style-init
2014-11-01 Jean-Christophe... neo: Correct exportation of a signature.
2014-10-31 Jean PrivatMerge: Distribuable compiledir
2014-10-31 Jean PrivatMerge: Attribute block
2014-10-31 Jean PrivatMerge: Autoinit attributes
2014-10-31 Jean Privatmkcsrc: rewrite a simplified version
2014-10-31 Jean Privatmodelize: handle `autoinit` on attributes
2014-10-31 Jean Privatsemantize: move noinit attribute to `AAttrPropdef:...
2014-10-31 Jean Privatmodelize: introduce `AAttrPropdef::has_value`
2014-10-31 Jean Privattools: accept statement block in attributes
2014-10-31 Jean Privatcompiler: introduce `AAttrPropdef::evaluate_expr` to...
2014-10-30 Jean Privatcompile: also generates a makefile named Makefile
2014-10-30 Jean Privatcompile: add option --group-c-files
2014-10-30 Jean Privatcompile: remove clib from the -I dir because the usuful...
2014-10-30 Jean Privatcompile: use shortest path from the compiledir to the...
2014-10-30 Jean Privatcompiler: add option --max-c-lines
2014-10-30 Jean Privatcompiler: do not create empty .h file
2014-10-29 Jean Privathighlight: fix css for line and foldable
2014-10-29 Jean Privatnitlight: disable `cached` since transformed AST cause...
2014-10-29 Jean Privatauto_super_init: make code robust if `typing` is disabled
2014-10-29 Jean Privatphase: make `disabled=` public
2014-10-28 Jean PrivatMerge: grammar: allow '`' inside foreign code blocks
2014-10-27 Alexis Laferrièregrammar: allow '`' inside foreign code blocks
2014-10-24 Jean PrivatMerge: New constructors with the `new` keyword
2014-10-24 Jean PrivatMerge: neo: Fix definition lists
2014-10-24 Jean Privattyping: ANew accepts only `init` on concrete class
2014-10-24 Jean-Christophe... neo: Remove `is_intro`.
2014-10-24 Jean Privatmodel: better implementation of the two `intro` methods
2014-10-23 Jean-Christophe... neo: Fix linking between `MProperty` and `MPropDef`.
2014-10-23 Jean Privattyping: `new`-fatories are like top-level methods
2014-10-23 Jean Privattyping: allow `new` on interface and abstract classes...
2014-10-23 Jean Privattyping: ANew distinguish the type of the class and...
2014-10-23 Jean Privatmodel: `new` factories have a return type.
2014-10-23 Jean Privatmodel: `new` factories are named "new", not init.
2014-10-23 Jean Privatmodel-clients: use `is_root_init` instead of `.name...
2014-10-22 Jean PrivatMerge: Some gammar improvements
2014-10-22 Jean Privattests: update tests because the parser gets better...
2014-10-21 Jean Privatparser: regenerate
2014-10-21 Jean Privatgrammar: allows blocks in attribute definitions
2014-10-21 Jean Privatgrammar: accepts new-factory with code
2014-10-21 Jean Privatannotation: `as_id` works with operators and setters
2014-10-21 Jean Privatparser: generalise Prod::collect_text
2014-10-21 Jean Privatast: accept methodid in at_args
2014-10-21 Jean Privatgrammar: add qmethid for qualified methid id
2014-10-21 Jean PrivatMerge: neo: Add `MAttributeDef.static_type` in the...
2014-10-21 Jean-Christophe... neo: Add `MAttributeDef.static_type` in the graph.
2014-10-20 Jean PrivatMerge: neo: correct the documentation of neo.nit accord...
2014-10-20 Jean PrivatMerge: Small compiler things
2014-10-17 Jean-Christophe... neo: correct the documentation of neo.nit according...
2014-10-17 Jean Privatabstract_compiler: prefers implementing expr than stmt...
2014-10-17 Jean Privatabstract_compiler: default stmt implmentation do not...
next