nit.git
2014-12-11 Jean-Christophe... nitdoc: Factorize filtering logic.
2014-12-11 Jean-Christophe... nitdoc: Add a property group for attributes.
2014-12-11 Jean-Christophe... nitdoc: Factorize property grouping logic.
2014-12-11 Jean PrivatMerge: Removes deprecated uses of `MModule::in_nesting`
2014-12-11 Jean PrivatMerge: nitdoc: displays full namespace in MModule:...
2014-12-11 Jean PrivatMerge: Split nitpretty
2014-12-11 Jean PrivatMerge: nitdoc: displays introduction module in property...
2014-12-11 Jean PrivatMerge: nitdoc: makes quick-search field aware of paste...
2014-12-11 Jean PrivatMerge: More rosettacode
2014-12-11 Jean PrivatMerge: modelize: adapt inherited signatures to use...
2014-12-11 Jean PrivatMerge: Improve poset to dot
2014-12-11 Jean PrivatMerge: Pass all tests in nitvm
2014-12-11 Jean PrivatMerge: csv: Add features
2014-12-11 Jean PrivatMerge: nitdoc: make generated HTML easier to read/diff
2014-12-10 Alexandre Terrasasrc/pretty: add usage example in DocUnit
2014-12-10 Alexandre Terrasanitpretty: move documentation to man page.
2014-12-10 Jean Privattests: update error messages in some sav/
2014-12-10 Julien Pagèsnitvm: Bug fix in subtyping test
2014-12-10 Julien Pagèsnitvm: Fixing a bug in superclasses ordering
2014-12-10 Jean Privattests: add sav/hailstone.res and sav/hamming_number.res
2014-12-10 amineorionadd two problems rom rosettacode
2014-12-09 Alexandre Terrasanitpretty: fixes documentation warnings.
2014-12-09 Alexandre Terrasanitpretty: splits nitpretty into two modules
2014-12-09 Alexandre Terrasanitdoc: displays full namespace in MModule::tpl_declara...
2014-12-09 Alexandre Terrasanitdoc: displays introduction module in property page.
2014-12-09 Alexandre Terrasamodel: removes deprecated, now unused, method MModule...
2014-12-09 Alexandre Terrasasrc: removes remaining use of deprecated method MModule...
2014-12-09 Alexandre Terrasamodel_utils: creates a replacement for MModule::in_nesting.
2014-12-09 Jean Privatlib/poset: write_dot distinguise nodes with the same...
2014-12-09 Alexandre Terrasanitdoc: makes quick-search field aware of paste from...
2014-12-09 Jean Privatmodelize: adapt inherited signature to use local names...
2014-12-09 Jean Privatlib/poset: fix show_dot
2014-12-09 Jean-Christophe... csv: Add a reader.
2014-12-09 Jean-Christophe... csv: Allow output customization.
2014-12-09 Jean-Christophe... csv: Document `CsvDocument`.
2014-12-09 Alexandre Terrasanitdoc: makes generated html easier to read/diff
2014-12-09 Jean-Christophe... csv: Clean `CsvDocument` a little bit.
2014-12-09 Jean-Christophe... csv: Move the library to its own directory.
2014-12-09 Jean PrivatMerge: Graphics related features, fixes and doc
2014-12-09 Jean PrivatMerge: ropes: Fix some bugs in `RopeBuffer` (again)
2014-12-09 Jean PrivatMerge: Implementation of some mechanisms with direct...
2014-12-09 Jean PrivatMerge: improved loader and nitls
2014-12-09 Jean Privatcontrib/online_ide: intrude loader instead of modelbuilder
2014-12-09 Jean Privatnitls: stop intruding loader
2014-12-09 Jean Privatloader: add a public itentified_files attribute
2014-12-09 Jean Privatloader: make some entities public and improve doc
2014-12-09 Jean PrivatMerge: Some niti cleaning
2014-12-08 Alexis Laferrièrelib/glesv2: wrap more features to query informations...
2014-12-08 Alexis Laferrièrelib/glesv2: improve doc of `glesv2`
2014-12-08 Alexis Laferrièrelib/glesv2: fix and simplify the implementation of...
2014-12-08 Alexis Laferrièrelib/sdl: add `is_[left|right|middle|wheel]_button`
2014-12-08 Alexis Laferrièrelib/egl: use hex literals instead of `String::to_hex`
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reset`.
2014-12-07 Jean-Christophe... ropes: Fix the behavior of `RopeBuffer.clear` when...
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reverse`.
2014-12-07 Jean-Christophe... ropes: Fix a buffer overflow in `RopeBuffer.add`.
2014-12-06 Jean Privatniti: fix some comments
2014-12-06 Jean Privatniti: use `write_attribute` in old path of initializers
2014-12-06 Jean Privatniti: use PrimitiveInstance for `null_instance`
2014-12-06 Jean Privatman: update nitls.md
2014-12-06 Jean Privattests: update sav/nitls
2014-12-06 Jean Privatnitls: look at files of a directories when they are...
2014-12-06 Jean Privatnitls: visit group for relevant outputs
2014-12-06 Jean Privatnitls: use tree-output if one of the argument is a...
2014-12-06 Jean Privatnitls: reuse the entity sorter for all output
2014-12-06 Jean Privatnitls: work on . by default
2014-12-06 Jean Privatloader: add visit_group
2014-12-06 Jean Privatloader: identify_file use -I for names without path
2014-12-06 Jean Privatloader: identify_file does not print errors
2014-12-06 Jean Privatnitls: document projects
2014-12-06 Jean Privatnitls: correctly sort by names with --tree
2014-12-06 Jean Privatnitls: display dependancies if -d is given
2014-12-06 Jean Privatnitls: --tree do not show uninterresting groups
2014-12-06 Jean Privatloader: add MGroup::is_interesting
2014-12-06 Jean Privatnitls: use color when listing things
2014-12-06 Jean Privatnitls: make -d and -r usable together
2014-12-06 Jean Privatnitls: shows the synopsys of modules and groups by...
2014-12-06 Jean Privatnitls: reuse ProjTree::display for the simple list
2014-12-06 Jean Privatloader: `load_module` no mode automatically computes...
2014-12-06 Jean Privatniti: use get_mmodule_by_name instead of the low-level...
2014-12-05 Jean Privatniti: PrimitiveInstance::val can be null
2014-12-05 Julien Pagèsnitvm: Subtyping test is now implemented with direct...
2014-12-05 Julien Pagèsnitvm: Method dispatch is implemented with direct access
2014-12-05 Julien Pagèsnitvm: Migrating some init to new-style constructors...
2014-12-05 Jean Privatniti: reduce the direct usage on the current frame
2014-12-05 Jean Privatniti: remove last warnings by documenting two methods
2014-12-05 Jean Privatniti: implements `String::files`
2014-12-05 Jean Privatlib/file: `String::files` return an Array because it...
2014-12-05 Jean Privatniti: direclty use `Array::copy_to` to implements ...
2014-12-05 Jean Privatlib/array: make `copy_to` public
2014-12-04 Jean PrivatMerge: ropes: Fix a bug in `RopeBuffer.clear`
2014-12-04 Jean PrivatMerge: Mpropdef2node
2014-12-04 Jean PrivatMerge: nitdoc: Escape (again)
2014-12-04 Jean PrivatMerge: Subtype improvements
2014-12-04 Jean Privatmodelize: make `mclassdef2nclassdef` and `mpropdef2npro...
2014-12-04 Jean Privatffi: attach extern class information to the MClassDef...
2014-12-04 Jean Privatmodelize: add and use method `collect_attr_propdef`
2014-12-04 Jean Privatmodelize: add and use method mpropdef2node
2014-12-04 Jean-Christophe... nitdoc: Escape attributes.
2014-12-04 Jean-Christophe... nitdoc: Escape headers.
next