nit.git
2014-11-10 Jean Privatcompiler: add and use `MModule::c_name`
2014-11-10 Jean PrivatMerge: nitdoc: Escape paths passed to the shell.
2014-11-10 Jean PrivatMerge: Combinations on collection
2014-11-10 Jean PrivatMerge: makefiles: do not uselessly use --global
2014-11-10 Jean Privattests: update because line changes in lib
2014-11-10 Jean Privatlib: add cartesian.nit a libraby for heterogenus cartes...
2014-11-10 Jean Privatlib: add combinations.nit for combinatoric collections
2014-11-10 Jean Privatmakefiles: do not uselessly use --global
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-08 Jean-Christophe... string: Add escaping for the POSIX Shell.
2014-11-08 Jean Privatlib: add Int::factorial
2014-11-08 Jean Privatlib: add Int::** for power
2014-11-08 Jean Privatlib: add Array::* for repetitions
2014-11-07 Alexis Laferrièrenitg/ffi: fix global compilation errors and warning...
2014-11-07 Alexis Laferrièretests: test the global compilation bug in FFI on duplic...
2014-11-07 Alexis Laferrièretests: add C++ FFI test to detect bug #737
2014-11-07 Jean PrivatMerge: Method dispatch in nitvm
2014-11-07 Jean PrivatMerge: Useful Java services
2014-11-06 Jean PrivatMerge: Ropes
2014-11-06 Jean PrivatMerge: nitdoc: Fix name mangling for graphs.
2014-11-06 Jean PrivatMerge: lib/poset: split `show_dot` in two methods
2014-11-06 Lucas Bajoletnitdoc: Change uses of FlatBuffer to RopeBuffer in...
2014-11-06 Lucas Bajoletbenchmarks/strings: Adapted for new Ropes.
2014-11-06 Lucas Bajoletlib/standard: Re-activate ropes in standard
2014-11-06 Lucas Bajolettests: Updated tests for new Ropes
2014-11-06 Lucas Bajoletlib: Updated lib for compliance with the new ropes
2014-11-06 Lucas Bajoletlib/standard/ropes: Introducing RopeBuffer, a mutable...
2014-11-06 Lucas Bajoletlib/ropes: Added buffered variant of Ropes.
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 Privatlib/poset: split `show_dot` in two methods
2014-11-06 Jean PrivatMerge: Java FFI global compilation fix
2014-11-06 Jean PrivatMerge: More manual
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 Privattests:update because of line changes in lib
2014-11-05 Jean Privatcontrib: update clients of lib
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-05 Jean Privatman: rewrite the documentation of the other tools
2014-11-05 Jean Privatman: update nitg because of #873
2014-11-05 Jean Privatman: add .gitignore
2014-11-05 Jean Privatman: Makefile produce mdwn for ikiwiki
2014-11-05 Jean PrivatMerge: No auto super in new
2014-11-05 Jean Privattests: update other tests related the error message...
2014-11-04 Alexis Laferrièretests: add a test for Java FFI support in global compil...
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 Julien Pagèsstd: Bug fix in perfect_hashing and delete whitespaces
2014-11-04 Lucas Bajoletlib/standard/ropes: Rewrote ropes base block.
2014-11-04 Lucas Bajoletlib/standard/ropes: Removed ropes.nit from standard...
2014-11-04 Lucas Bajoletlib/standard/string: Added redef for substrings in...
2014-11-04 Lucas Bajoletlib/standard/string: Fixed bug in to_s implementations...
2014-11-04 Jean Privattests: update base_new to prevent #877
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: Manual: rewrite the man for nitg
2014-11-04 Jean PrivatMerge: neo: Load the graph in chunks and only once.
2014-11-04 Jean-Christophe... neo_doxygen: Enhance the display of the progression.
2014-11-04 Jean-Christophe... console: Add sequences for cursor moving and erasing.
2014-11-04 Jean Privatc_src: update the Maklefile to protect the pkg-config...
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-Christophe... neo_doxygen: Check the project’s name.
2014-11-04 Jean-Christophe... neo_doxygen: Make the command user-friendly.
2014-11-04 Jean-Christophe... neo_doxygen: Import type parameters
2014-11-04 Jean-Christophe... neo_doxygen: Import parameters.
2014-11-04 Jean-Christophe... neo_doxygen: Isolate language-specific code.
2014-11-04 Jean-Christophe... neo_doxygen: Import members’ type.
2014-11-04 Jean-Christophe... neo_doxygen: List members.
2014-11-04 Jean-Christophe... neo_doxygen: Add types to the model.
2014-11-04 Jean-Christophe... neo_doxygen: Name class’ type and definition.
2014-11-04 Jean-Christophe... neo_doxygen: Avoid clearing the namespace’s id of a...
2014-11-04 Jean-Christophe... neo_doxygen: Enhance error handling in shell scripts.
2014-11-04 Jean-Christophe... neo_doxygen: Add shell scripts to help integration...
2014-11-04 Jean-Christophe... neo_doxygen: Introduce a tool to import a Doxygen model.
2014-11-04 Jean-Christophe... standard: Add tests for `Text.search_last`.
2014-11-04 Jean-Christophe... more_collections: Add `DefaultMap`.
2014-11-04 Jean-Christophe... standard: Add `Text.search_last`.
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 Privatcontrib/online_ide: update signature of `compute_nit_dir`
2014-11-04 Jean Privattests: update sav/test_toolcontext*
2014-11-04 Jean Privattoolcontext: hide some really internal options so they...
2014-11-04 Jean Privattests: with niti put the options before the program
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 Privatlib/opts: add 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-04 Jean Privatman: rewrite nitg.md
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 PrivatMerge: Bugfixes for MacOSX
next