Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / nitls.nit
2018-05-24 Jean Privatnitls: option -M escapes characters in paths
2016-06-04 Jean Privatnitls: fix broken group tree when there is a chain...
2016-04-27 Jean Privatnitls: do not add '/' since groups are ended by '>'
2015-10-21 Jean Privatother tools: cleanup and synchronize options with the...
2015-10-21 Jean Privatnitls: rename `--path` to `--path-only` to avoid confli...
2015-10-17 Jean Privatnitls: use alpha_comparator
2015-10-17 Jean Privatnitls: use OrderedTree[MConcern]
2015-10-17 Jean Privatnitls: adapt to new loader API
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-18 Jean Privatloader: rename (and document) `visit_group` as `scan_group`
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-14 Jean PrivatMerge ... 'origin/master' to resolve conflicts with...
2014-12-09 Jean Privatcode: update clients of readline since eol is stripped
2014-12-09 Jean Privatnitls: stop intruding loader
2014-12-09 Jean Privatloader: add a public itentified_files attribute
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 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 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-04 Jean Privatmodelbuilder: split in 3 modules
2014-11-28 Jean Privatnitls: bind the option --keep-going on ToolContext...
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-04-25 Jean Privatnitls: parse options before instantiating modelbuilder
2014-04-25 Jean Privatnitls: use `-P` for `--project`. `-p` is already used...
2014-04-25 Jean Privatnitls: option `-M` aliases `-d`, `-p` and `-s`
2014-04-22 Jean Privatnitls: can use `--depends` with others options.
2014-04-22 Jean Privatnitls: add option --path to force the output of paths...
2014-03-21 Jean Privattoolcontext: `process_options` require arguments.
2014-03-21 Jean Privatsrc: update tools to the new toolcontext helpers on...
2014-03-19 Jean Privatnitls: add -M option do list dependencies
2014-03-18 Jean Privatsrc: new tool nitls