nit.git
2018-05-10 Matthieu Le... Added HTTP METHODS to CurlHTTPRequest
2018-05-04 Jean PrivatMerge: lib: expand packages
2018-05-04 Jean PrivatMerge: doc/commands: introduce CmdEntityLink command
2018-05-04 Jean PrivatMerge: Write byte updates
2018-05-04 Jean PrivatMerge: doc/commands: add tests for html rendering
2018-05-04 Jean PrivatMerge: nitpick: do not warn in not explicitly required...
2018-05-04 Jean PrivatMerge: tests/nitunit: test that private methods are...
2018-05-04 Jean PrivatMerge: Remove the binary serialization service
2018-05-04 Alexandre Terrasatests: update tests for `c` module
2018-05-04 Alexandre Terrasatests: add sav for nitpackage
2018-05-04 Alexandre Terrasashare/man: add manpage for `nitpackage`
2018-05-04 Alexandre Terrasalib/: expand all packages in their own directories
2018-05-04 Lucas Bajoletlib/core: add low-level byte writing method
2018-05-04 Alexis Laferrièrebinary: remove the serialization service, clients shoul...
2018-05-04 Jean Privattests/nitunit: test that private methods are nitunited
2018-05-03 Jean PrivatMerge: parse_examples: minor fixes
2018-05-03 Jean Privatnitpick: do not warn in not explicitly required modules
2018-05-03 Alexandre Terrasaparse_examples: count new on classes
2018-05-03 Jean PrivatMerge: No intrude rope stream
2018-05-03 Jean PrivatMerge: Read byte rewrite
2018-05-03 Jean PrivatMerge: nitmetrics: metrics about ReadMe files
2018-05-03 Jean PrivatMerge: Some lib/graph love
2018-05-03 Jean PrivatMerge: model_collect: collect all modules from a package
2018-05-03 Jean PrivatMerge: lib/msgpack: unify several cases for deserialization
2018-05-02 Alexandre Terrasadoc/api: allow entity url customization
2018-05-02 Alexandre Terrasadoc/commands: DocDown accept CmdEntityLink commands
2018-05-02 Alexandre Terrasadoc/commands: term accept CmdEntityLink commands
2018-05-02 Alexandre Terrasadoc/commands: do not accept empty CmdEntity names
2018-05-02 Alexandre Terrasadoc/commands: parse CmdEntityLink command strings
2018-05-02 Alexandre Terrasadoc/commands: generate CmdEntityLink command to HTML
2018-05-02 Alexandre Terrasadoc/commands: generate CmdEntityLink to JSON
2018-05-02 Alexandre Terrasadoc/commands: parse CmdEntityLink commands from http
2018-05-02 Alexandre Terrasadoc/commands: introduce CmdEntityLink command
2018-05-02 Alexandre Terrasadoc/commands: fix linearization warnings for commands...
2018-05-02 Alexandre Terrasadoc/commands: fix HTML rendering for CmdEntity
2018-05-02 Alexandre Terrasadoc/commands: add tests for commands_html
2018-05-02 Alexandre Terrasanitreadme: introduce `nitreadme` a tool to manage READM...
2018-05-01 Lucas Bajoletlib/core: add no-overhead read_bytes implementation
2018-05-01 Alexandre Terrasatests: add test for --readme option from nitmetrics
2018-05-01 Alexandre Terrasanitmetrics: extract metrics about Readme/Markdown files
2018-05-01 Lucas Bajoletlib/msgpack: unify several cases for deserialization
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-05-01 Alexandre Terrasaparse_examples: visit all statements
2018-05-01 Alexandre Terrasamodel_collect: collect all modules from a package
2018-05-01 Jean Privatlib/graph: add `Digraph::eulerian_path`
2018-05-01 Jean Privatlib/graph: add MutableDigraph::add_graph
2018-05-01 Jean Privatlib/graph: remove unneeded import in docunits
2018-05-01 Jean Privatlib: rename graphs to graph
2018-04-27 Jean PrivatMerge: core/stream: change read_byte return type to Int
2018-04-26 Lucas Bajoletcore/stream: change read_byte return type to Int
2018-04-06 Jean PrivatMerge: nitc: do not autocast primitive types
2018-04-06 Jean PrivatMerge: tests: fix locale issue on non-Debian linux
2018-04-06 Jean PrivatMerge: gitignore: ignore nit_compile folders and contents
2018-04-06 Jean PrivatMerge: console: don't color output when stdout is not...
2018-04-06 Jean PrivatMerge: Extend nitpm (formerly picnit) to support packag...
2018-04-05 Jean Privatnitc: do not autocast primitive types
2018-03-30 Lucas Bajolettests: fix locale issue on non-Debian linux
2018-03-30 Lucas Bajoletgitignore: ignore nit_compile folders and contents
2018-03-30 Alexis Laferrièretests: remove colors from savs of nitls, nitlight,...
2018-03-30 Alexis Laferrièrerubix: force console colors because it makes no sense...
2018-03-30 Alexis Laferrièreconsole: only color outputs if stdout isa TTY
2018-03-29 Jean PrivatMerge: Make the `do catch` great again
2018-03-29 Jean PrivatMerge: share: shallow clone bdwgc for Android and iOS
2018-03-29 Jean PrivatMerge: curl: basic Unix domain socket support
2018-03-28 Alexis Laferrièreconsole: move up services from String to Text, and...
2018-03-28 Alexis Laferrièreconsole: fix typos and doc
2018-03-28 Alexis Laferrièretests: niti skips nitpm because it doesn't support...
2018-03-28 Alexis Laferrièretests: updates test for nitpm with new services
2018-03-28 Alexis Laferrièreshare: update picnit man page
2018-03-28 Alexis Laferrièrenitpm: tweak -h and -v to please check_manpages.sh
2018-03-28 Alexis Laferrièrenitpm: protect uninstall from deleting parent folders
2018-03-28 Alexis Laferrièrenitpm: uninstall accepts many packages and can be forced
2018-03-28 Alexis Laferrièrenitpm: list packages in alphabetical order
2018-03-28 Alexis Laferrièrenitpm: rename from picnit
2018-03-28 Alexis Laferrièrenitpm: keep going if a package is already installed
2018-03-28 Alexis Laferrièrenitpm/loader: use NITPM_PATH
2018-03-28 Alexis Laferrièreloader: search for the package version declared in...
2018-03-28 Alexis Laferrièrenitpm: recursively install imported packages
2018-03-28 Alexis Laferrièrenitpm: support installing a specific package version
2018-03-28 Alexis Laferrièrenitpm: install packages listed in package.ini by default
2018-03-28 Alexis Laferrièrenitpm: intro service to parse the import line in packag...
2018-03-27 Romain Chanoiradditional tests for `do catch` structure
2018-03-27 Romain Chanoirabstract_compiler: Multi threaded and dynamic `do catch...
2018-03-25 Alexis Laferrièrecurl: intro `CurlHTTPRequest::unix_socket_path`
2018-03-25 Alexis Laferrièreshare: shallow clone bdwgc for Android and iOS
2018-03-25 Alexis Laferrièrecurl: cleanup, remove a typo and a callback from C...
2018-03-05 Alexis Laferrièreloader: fix typo in `search_module_by_amodule_name`
2018-03-03 Jean PrivatMerge: Fix regressions in make
2018-03-03 Jean Privatmakefile: split tools into 2 groups
2018-03-03 Jean Privatmakefile: force dependency on all .nit file of src
2018-03-03 Jean Privatmakefile: nitc is in ../bin/
2018-03-02 Jean PrivatMerge: Improve lib/html and nitlight
2018-03-02 Jean Privatsrc/nitlight: add option --no-infobox
2018-03-02 Jean Privatsrc/htmlight: Do not create the whole infobox unless...
2018-03-02 Jean Privatlib/core::Text::html_escape: better implementation.
2018-03-02 Jean Privatlib/html: really implements Writable::write_to
2018-03-02 Jean Privatlib/html: use Array as it improve performances
next