nit.git
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-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
2018-02-14 Alexis Laferrièrerealtime: implement the `prompt` service
2018-02-14 Alexis Laferrièrelib: intro `prompt`, basic Apache 2.0 service to displa...
2018-01-26 Jean PrivatMerge: nitc: check pkg-config packages availability...
2018-01-26 Alexis Laferrièretests: test_syntax now reports other errors before...
2018-01-26 Alexis Laferrièrenitc & niti: move the duplicated pkg-config checks...
2018-01-25 Jean PrivatMerge: Gamnit on iOS
2018-01-25 Jean PrivatMerge: doc/commands: extract CmdCode superclass
2018-01-25 Jean PrivatMerge: Remove the packages `glesv1`, `mnit` and `sdl...
2018-01-25 Alexis Laferrièreandroid: update the `sensors` module to use gamnit
2018-01-25 Alexis Laferrièretests: don't TODO Darwin errors for OpenGL ES 1.0
2018-01-25 Alexis Laferrièreinkscape_tools: remove `mnit` support
2018-01-25 Alexis Laferrièreinkscape_tools: delete mnit based test applications
2018-01-25 Alexis Laferrièrelib: clear all references to mnit from memory
2018-01-25 Alexis Laferrièrelib: delete the `sdl` package (there's still SDL2)
2018-01-25 Alexis Laferrièrelib: delete most of the mnit package (keeping input...
2018-01-25 Alexis Laferrièretinks: delete the old 2D mnit client
2018-01-24 Alexis Laferrièreexamples: delete the `shoot` game
2018-01-24 Alexis Laferrièrecontrib: delete the friendz game
2018-01-24 Alexis Laferrièrecontrib: delete the memory game
2018-01-24 Alexis Laferrièreexamples: delete mnit_ballz
2018-01-24 Alexis Laferrièreexamples: remove mnit_dino
2018-01-24 Alexis Laferrièrecontrib: remove crazy_moles
2018-01-24 Alexis Laferrièrecontrib: remove mnit_test
2018-01-23 Alexis Laferrièrenitc: document the phase detecting the annots `platform...
2018-01-22 Alexandre Terrasadoc/commands: update tests
2018-01-22 Alexandre Terrasadoc/commands: extract `CmdCode` super class
2018-01-22 Alexandre Terrasadoc/commands: rename `CmdComment::render` to `render_co...
next