nit.git
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Jean Privattests: update nitx
2013-09-03 Jean Privatnitx: do not crash if nmodule.n_moduledecl is null
2013-09-03 Jean Privatnitx: nitx_phase is private, because NitxPhase is private
2013-09-03 Jean PrivatMerge remote-tracking branch 'alexandre/nitx'
2013-08-30 Jean PrivatMerge branch 'mmnitdoc' v0.6.1
2013-08-30 Jean Privatni_nitdoc: update tests because new --github options
2013-08-30 Alexandre Terrasanitx: rethinked architecture for further developments
2013-08-30 Jean Privattests: add nitx.args
2013-08-30 Jean Privatnitx: do not crash if nmodule.n_moduledecl is null
2013-08-30 Alexandre Terrasanitx: no more refinement of to_s methods
2013-08-30 Jean Privatmake: drop --public for doc/stdlib
2013-08-30 Jean Privatmake: add more programs to doc/newmodel
2013-08-30 Jean Privatadd .mailcap because some people cannot set their Git...
2013-08-30 Jean Privattests: fix sav for error_needed_method.nit for String...
2013-08-30 Jean Privatstring: more migration from String::from_cstring to...
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-30 Alexandre Terrasanitx: added lookup for instance creation.
2013-08-30 Alexandre Terrasanitx: is now able to look for generic types
2013-08-29 Lucas Bajoletstdlib: Removed constructors from String
2013-08-29 Lucas Bajoletc_src : Regenerated c_src to prevent use of String...
2013-08-29 Lucas Bajoletnitc: Removed use of String::with_native in nitc toolchain
2013-08-29 Lucas Bajoletnitg: Modified compilation routine to avoid use of...
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-29 Alexandre Terrasanitx: no more refinement of to_s methods
2013-08-29 Jean Privatnitdoc.css: do not display description with pre+monospace
2013-08-29 Alexandre Terrasani_nitdoc: new workflow for comment modification
2013-08-28 Alexandre Terrasani_nitdoc: fixed trailings spaces with empty lines...
2013-08-28 Alexandre Terrasani_nitdoc: github edit mode activation is now triggered...
2013-08-28 Alexandre Terrasani_nitdoc: quicksearch is now case sensitive
2013-08-28 Alexandre Terrasani_nitdoc: fixed module hierarchy display
2013-08-27 Alexandre Terrasani_nitdoc: removed refined properties and inherited...
2013-08-27 Alexandre Terrasani_nitdoc: removed empty refinements from module page
2013-08-27 Alexandre Terrasani_nitdoc: Fixed quicksearch query with special characters
2013-08-27 Alexandre Terrasani_nitdoc: Use only CSS to highlight current anchor
2013-08-27 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2013-08-27 Alexandre Terrasani_nitdoc: Rewritting of Github plugin for nitdoc
2013-08-26 Jean PrivatMerge branch 'mnit-lib'
2013-08-26 Jean PrivatMerge remote-tracking branch 'alexis/bcm2835-and-gpio...
2013-08-26 Jean Privatshoot: mnit version
2013-08-26 Jean Privatshoot: move game to a src sub-directory
2013-08-25 Alexis Laferrièrecontrib/gpio-mpd-rpi: refactor MPD credentials to suppo...
2013-08-25 Alexis Laferrièrecontrib/gpio-mpd-rpi: adds a buzzer
2013-08-25 Alexis Laferrièrecontrib/gpio-mpd-rpi: remove the debug led
2013-08-25 Alexis Laferrièrecontrib/gpio-mpd-rpi: adds backlight control with delay
2013-08-25 Alexis Laferrièrecontrip/gpio-mpd-rpi: refactor to use a class and the...
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the Buzzer component
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the StepperMotor component
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the Switch component
2013-08-25 Alexis Laferrièreexamples/mnit_moles: regulate framerate
2013-08-25 Alexis Laferrièreexamples/mnit_dino: regulate framerate
2013-08-25 Alexis Laferrièreexamples/mnit_dino: adds missing Makefile
2013-08-25 Alexis Laferrièreexamples: intro a real game using mnit: dino!
2013-08-25 Alexis Laferrièreexamples: intro the mnit game: moles
2013-08-25 Alexis Laferrièreexamples: intro a very simple mnit application
2013-08-25 Alexis Laferrièrelib: intro the linux version of the mnit module
2013-08-25 Alexis Laferrièrelib: intro abstract mnit lib
2013-08-24 Jean PrivatMerge remote-tracking branch 'alexis/gpio-mpd-rpi'
2013-08-24 Alexis Laferrièrelib/bcm2835: move components support from contrib to lib
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: clean up setup function as alternates
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: removes debug print
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: improves and comment HD44780...
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: implements desired LCD display...
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: improves text display of HD44780
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: renames class LCD to HD44780
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: improves debug when server has...
2013-08-24 Alexis Laferrièrecontrib/gpio-mpd-rpi: move script to its own folder
2013-08-24 Alexis Laferrièrelib/mpd: adds the load_playlist method
2013-08-24 Alexis Laferrièrelib/mpd: add the time field to SongInfo
2013-08-24 Alexis Laferrièrelib/mpd: adds fields to the ServerStatus
2013-08-24 Alexis Laferrièrelib/mpd: do not crash when connection fails
2013-08-24 Alexis Laferrièrelib/mpd: renames MPD::write to write_and_check
2013-08-24 Alexis Laferrièrelib/socket: fix FFSocket::read to use malloc
2013-08-23 Jean PrivatMerge branch 'highlightdoc-and-implies'
2013-08-23 Jean Privatdoc: use operator `implies` in documentation
2013-08-23 Jean Privattests: add base_bool.nit
2013-08-23 Jean Privattests: add `implies` to base_isa_cast.nit
2013-08-23 Jean Privatnitg&i: handle new `implies` operator
2013-08-23 Jean Privatnitc: handle the new `implies` operator
2013-08-23 Jean Privatparser: add boolean operator `implies`
2013-08-23 Jean Privatnitdoc: add style for highlighted code
2013-08-23 Jean Privatmarkdown: use hightlight to colorize nit code
2013-08-23 Jean Privatmarkdown: add a toolcontext attribute
2013-08-23 Jean Privathighlight: remove the modelbuilder attribute
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-23 Jean PrivatMerge remote-tracking branch 'alexis/privileges'
2013-08-23 Alexis Laferrièretests: adds missing .sav for privileges
2013-08-23 Jean Privatparser: update generated files
2013-08-23 Jean Privatparser: accepts qualified identifiers
2013-08-23 Alexis Laferrièrecontrib: drop privileges in physical_interface_for_mpd_...
2013-08-23 Alexis Laferrièreexamples: adds a use of the privileges module
2013-08-23 Alexis Laferrièrelib: intro of privileges
2013-08-23 Alexis Laferrièrelib: adds the posix module with privilege functions
2013-08-23 Jean Privatparser: accepts more optional \n
2013-08-22 Jean Privatmerge branch 'nitlight'
2013-08-22 Jean Privatmake: add bin/nitlight
2013-08-22 Jean Privattests: add nitlight
2013-08-22 Jean Privatnitlight: new tool nitlight (and new module highlight)
2013-08-22 Jean Privattests: update test_parser
2013-08-22 Jean Privattest_parser: display node type and quoted contents
next