nit.git
2013-09-12 Alexandre Terrasani_nitdoc: moved QuickSearch js to it's own file
2013-09-11 Alexandre Terrasani_nitdoc: full screen display and better scrolling
2013-09-10 Alexandre Terrasani_nitdoc: removed top levels properties from property...
2013-09-09 Jean PrivatMerge remote-tracking branch 'alexandre/NIT_DIR'
2013-09-09 Alexandre Terrasanitg: fixed conflicting module error when env var NIT_D...
2013-09-09 Jean Privatropes: do not use String.with_native
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/ropes'
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/variadic_fix'
2013-09-05 Lucas Bajoletengines: Unit test for super on varadic functions
2013-09-05 Lucas Bajoletnitg: Fixes for variadic functions, splitted the call...
2013-09-04 Jean PrivatMerge branch 'mixinmodule'
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatnitg: add option -m for mix-in modules
2013-09-04 Jean Privattests: test -m with nit.nit
2013-09-04 Jean Privatniti: add option -m for mix-in modules
2013-09-04 Jean Privatniti: implements file_chdir and file_getcwd
2013-09-04 Jean Privatfile: add String::chdir
2013-09-04 Jean Privatlexer: distinguish keywords 'package' and 'module'
2013-09-04 Lucas Bajoletniti: Fix for variadic functions
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Lucas BajoletStdlib: Added unit tests for Ropes
2013-09-03 Lucas BajoletStdlib: Ropes implementation, supports Mutable and...
2013-09-03 Jean Privatfile: add getcwd
2013-09-03 Jean Privatfile: fix diname behavior when result is "/"
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
next