Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / toolcontext.nit
2019-09-26 Florian Deljarrysrc/toolcontext: Provide contract options
2017-04-21 Jean Privatnitc/toolcontext: make error_count writable
2017-02-10 Alexis Laferrièretoolcontext: support Windows PATH separator ';'
2016-09-21 Alexis Laferrièresrc: `exec_and_check` print to stderr
2016-06-10 Jean Privattoolcontext: disable error messages if `opt_warn.value...
2016-06-10 Jean Privattoolcontext: make `nit_dir` more robust and client...
2016-05-26 Alexandre Terrasatoolcontext: introduce --share-dir
2016-05-14 Jean Privattoolcontext: also register messages to the source-files
2016-05-14 Jean Privattoolcontext: attach messages to location, even if quieted
2016-05-14 Jean Privattoolcontext: add Message::level
2015-11-07 Jean Privattoolcontext: add `ToolContext::quit` to perform a corre...
2015-10-21 Jean Privatnitc: cleanup and synchronize options with the manpage
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatsrc: mass rename project->package
2015-09-02 Alexis Laferrièresrc & contrib: update users of `OptionContext::get_errors`
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-06-12 Jean Privatcode: cleanup some docunits
2015-04-16 Jean Privattoolcontext: add --keep-going to keep going
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-14 Jean Privattoolcontext: avoid duplicated messages
2015-04-08 Jean Privattoolcontext: error methods return the messages, to...
2015-04-08 Jean Privattoolcontext: attach errors message to their location
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