toolcontext: call only `errors_info` once at the end
[nit.git] / src / toolcontext.nit
2015-04-03 Jean Privattoolcontext: call only `errors_info` once at the end
2015-02-26 Jean Privattoolcontext: log all verbose infos in the log directory
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-12 Alexis Laferrièrenitc: `exec_and_check` print the command on verbose...
2015-01-11 Alexis Laferrièrenitc: fix indentation of `exec_and_check`
2014-12-19 Jean Privattoolcontext: enable blacklisting of warnings by source...
2014-11-28 Jean Privattoolcontext: add `keep_going` flag to possibly let...
2014-11-28 Jean Privattoolcontext: `errors_info` reset couts
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-04 Jean Privattoolcontext: hide some really internal options so they...
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 Privattoolcontext: make compute_nit_dir more robust
2014-11-03 Jean Privattoolcontext: nit_dir tries another heuristic on PATH...
2014-10-15 Jean PrivatMerge: Manpages
2014-10-15 Jean Privattoolcontext: add --stub-man
2014-10-11 Jean Privatsrc: remove useless comparisons on null
2014-10-02 Jean Privatlib: new API for Comparator
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-09-30 Jean Privattoolcontext: new option -w to enable/disable warning
2014-09-22 Jean Privattoolcontext: add a new category for warnings: advices.
2014-09-19 Jean Privattoolcontext: add `error_info` for displaying total...
2014-09-19 Jean Privattoolcontext: allow to tag messages
2014-09-19 Jean Privattoolcontext: add some documentation
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-08-15 Jean Privatsrc: prepare for new constructors
2014-07-25 Jean Privatbash_completion: add a magic script that do the bash_co...
2014-07-25 Jean Privattool_context: do not need an attribute bash_completion
2014-07-25 Jean Privattool_context: just print the bash_completion, let the...
2014-07-25 Jean Privattool_context: correct default for bashcompletion
2014-07-24 Jean Privattool_context: bashcompletion use the basename of sys...
2014-07-23 Alexandre Terrasatoolcontext: add `bash_completion` generation option...
2014-07-23 Alexandre Terrasatoolcontext: provide option `set-dummy-tool` used to...
2014-05-22 Jean PrivatMerge: nitg: Added PNaCl support for Nit
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Djomanixnitg: Added comment for exec_and_check
2014-04-29 Djomanixnitg: Extract exec_and_check from Android
2014-04-23 Jean Privattoolcontext: add nit_dir service
2014-03-21 Jean Privattoolcontext: `process_options` require arguments.
2014-03-21 Jean Privattoolcontext: add the flag `accept_no_arguments`
2014-03-21 Jean Privattoolcontext: process_option honors --help, --version...
2014-03-21 Jean Privattoolcontext: add `usage` and `tooldescription`
2013-11-12 Jean Privatsrc: remove old style attributes in nitg-related clases
2013-09-04 Jean Privatrename 'package' to 'module'
2012-04-19 Alexandre TerrasaDoc review on newmodel.
2012-04-10 Jean Privatextract new module toolcontext from mmloader