nit.git
2018-05-04 Alexis Laferrièrebinary: remove the serialization service, clients shoul...
2018-05-03 Jean PrivatMerge: parse_examples: minor fixes
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-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
2018-03-01 Jean PrivatMerge: Intro picnit, the (minimal) Nit package manager
2018-03-01 Alexis Laferrièreloader: use NIT_TESTING_TESTSSH to ignore picnit packag...
2018-03-01 Alexis Laferrièretests: intro NIT_TESTING_TESTSSH
2018-03-01 Jean PrivatMerge: Tests maintenance for macOS
2018-03-01 Jean PrivatMerge: inkscape_tools: fix Inkscape version detection...
2018-03-01 Jean PrivatMerge: Explain failed asserts for easier debugging...
2018-02-26 Alexis Laferrièretests: update Darwin skip list
2018-02-26 Alexis Laferrièretests: hello_ios now has an empty "assets" folder
2018-02-21 Alexis Laferrièreinkscape_tools: fix Inkscape version detection on Ubuntu
2018-02-18 Alexis Laferrièretests: test picnit
2018-02-18 Alexis Laferrièreshare: add picnit manual
2018-02-18 Alexis Laferrièreloader: look for packages installed via picnit
2018-02-18 Alexis Laferrièrepicnit: install and update Nit packages from Git repos
2018-02-17 Alexis Laferrièretests: skip tests failing on timeout or file size limit...
2018-02-16 Alexis Laferrièrenitc: explain asserts only if Array is available, for...
2018-02-16 Alexis Laferrièrerta: visit the superstring created by explain_assert
2018-02-16 Jean PrivatMerge: Infer more attribute types
2018-02-16 Jean PrivatMerge: Intro and use `prompt`, an alternative to `readline`
2018-02-16 Alexis LaferrièreMerge branch 'explain-assert' into master
2018-02-16 Alexis Laferrièrefrontend: fix missing location
2018-02-15 Alexis Laferrière*: remove newly superfluous static types on attributes
2018-02-15 Alexis Laferrièretests: test the new inferrable attribute types
2018-02-15 Alexis Laferrièremodel: infer the types of attributes with unary - and...
2018-02-15 Alexis Laferrièremodel: infer the array types of attributes
2018-02-15 Alexis Laferrièremodel: extract infer_static_type to support recursive...
2018-02-14 Alexis Laferrièrenitin: use `prompt`
2018-02-14 Alexis Laferrièrenitx: remove dependency on GNU readline
2018-02-14 Alexis Laferrièrenitx: exit on EOF
next