nit.git
2014-02-12 Jean Privatrta: use `to_s_with_length` instead of `to_s` in litera...
2014-02-12 Jean PrivatMerge branch 'patch-sdl'
2014-02-12 GeoffreyHechtSDL : Comments added for SDLFont class and methods
2014-02-12 GeoffreyHechtSDL : Comments added for SDLkeyEvent class
2014-02-12 GeoffreyHechtSDL : Comments added for SDLMouseEvent, MouseButtonEve...
2014-02-12 GeoffreyHechtSDL : Comments fixed and added in SDLRectangle class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLImage class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLDrawable class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLDisplay class
2014-02-11 Jean PrivatMerge branch 'kill_newcheck'
2014-02-10 Djomanixlib/stream: added more explicit comment for eof method.
2014-02-08 Jean Privattests: update related to the removal of check_init_instance
2014-02-07 Jean Privatsrc: remove check_init_instance everywhere
2014-02-07 ChristopheGIGAXrange: make IteratorRange private
2014-02-07 Jean PrivatMerge branch 'project_new'
2014-02-07 ChristopheGIGAXarray: improve comment of `last_index_of_from`
2014-02-07 Jean Privatmodulebuilder: remove protection for multiple loading...
2014-02-07 Jean Privatmodulebuilder: module_absolute_path does always its job
2014-02-07 Jean PrivatMerge branch 'collection doc' of https://github.com...
2014-02-07 Clément De... Class UserGroup : Add method descriptions
2014-02-07 Jean PrivatMerge remote-tracking branch 'alexandre/syntaxhighlighter'
2014-02-07 Alexandre Terrasamisc: added brush for SyntaxHighlighter JS script
2014-02-06 Jean PrivatMerge branch 'project_new'
2014-02-06 Jean Privattests: args can use `$WRITE` instead of guessing the...
2014-02-05 Alexis Laferrièreclib: deactivate libgc debugging
2014-02-05 Jean Privattests: really add nitunit test
2014-02-05 Jean Privatmetrics: remove mmodule_nesting_hierarchy in poset_metrics
2014-02-05 Jean Privatmetrics: generate projects and groups in model_hyperdoc
2014-02-05 Jean Privatmetrics: use model_viz in generate_hierarchies
2014-02-05 Jean Privatsrc: add model_viz.nit
2014-02-05 Jean Privatnitunit: do some kind of shenanigans to import the...
2014-02-05 Jean Privatnitx: use projects instead of owner
2014-02-05 Jean Privatmodelbuilder: load modules in projects and groups
2014-02-05 Jean Privatmodel: add mproject module
2014-02-05 Jean Privatmodelbuilder: in load_rt_module, rename `owner` to...
2014-02-05 Jean Privatmodulebuilder: extract load_module_ast from load_module
2014-02-05 Jean Privattests: protect CDATA from non-printable chars in xml...
2014-02-04 Jean Privatremove bit-rotting interpretor_type_test.nit
2014-02-04 Jean Privattest_phase: add a regression test
2014-02-04 Jean Privattest_phase: remove unavailable `import modelize_module`
2014-02-03 Jean PrivatMerge remote-tracking branch 'alexandre/fix-nitdoc'
2014-02-03 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-02-01 Alexandre Terrasanitdoc: fix show source link
2014-02-01 Alexandre Terrasamodelbuilder: Remove duplicates from modules list
2014-02-01 Alexandre Terrasanitdoc: make github 'Commit' button less scary with...
2014-02-01 Alexandre Terrasanitdoc: make titles in github plugin login box more...
2014-02-01 Alexandre Terrasanitdoc: change branch name box by link to github page
2014-02-01 Alexandre Terrasanitdoc: exec without arguments terminates on exit(0)
2014-02-01 Alexandre Terrasanitdoc: check github api upstream name correctness...
2014-02-01 Alexandre Terrasanitdoc: fix github api plugin following spec changes
2014-01-31 Lucas Bajoletnitg: Added option to bind C function names to Nit...
2014-01-30 Jean PrivatMerge branch 'prepare_projects'
2014-01-29 Jean Privatmodel: move MModule related classes into mmodule.nit
2014-01-29 Jean Privatlib: add ordered_tree
2014-01-29 Jean Privattools: add test_phase.nit
2014-01-29 Jean Privattools: move run_global_phases/process_mainmodule into...
2014-01-29 Jean Privatniti: add extern `file_realpath`
2014-01-29 Jean Privatlib: add file::realpath
2014-01-29 Jean Privatlib: fix simplify_path for .
2014-01-29 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-29 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-01-29 Alexis Laferrièrelib: changes the behavior of Coll::rand to behave like...
2014-01-29 Alexis Laferrièrecontrib/sort_downloads: fix missing C include
2014-01-29 Alexis Laferrièrelib: adds missing import of math.h in standard library
2014-01-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2014-01-28 Jean PrivatMerge remote-tracking branch 'lucas/compiler_abstract_fix'
2014-01-27 Lucas Bajoletnitg: Added typing test on new for non-concrete classes...
2014-01-27 Lucas Bajoletnitg: Added C stack trace when encountering an error
2014-01-23 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-23 Alexis Laferrièrelib: fix conversion of hex char to int and add test
2014-01-22 Alexis Laferrièrenitg-s: fix call to super in primitive types and add...
2014-01-22 Alexis Laferrièrenitg-s: fix abstract methods in extern classes and...
2014-01-21 Alexis Laferrièremisc: update Vim syntastic plugin to use nitg
2014-01-21 Alexis Laferrièregitignore: ignore path from examples and contrib
2014-01-20 Jean PrivatMerge remote-tracking branch 'lucas/Code injection...
2014-01-17 Lucas Bajoletdebugger: Modified commands for the debugger.
2014-01-17 Lucas Bajoletdebugger: Added dynamic evaluation of a Nit module.
2014-01-17 Lucas Bajoletdebugger: Modified call chain for calls to runtime...
2014-01-17 Jean Privattests: remove implicit importation of standard on some...
2014-01-17 Jean PrivatMerge branch 'nitdoc'
2014-01-17 Jean Privatnitdoc: use pratchett.info.uqam.ca/piwik/
2014-01-17 Jean Privatnitcc: update test because of the migration nitc->nitg
2014-01-16 Alexandre Terrasanitdoc: add support for Piwik tracker
2014-01-16 Alexandre Terrasanitdoc: clean useless console.log on body click event
2014-01-16 Jean Privattests: update nitlight
2014-01-16 Jean Privatnitlight: add --first-line --last-line
2014-01-16 Jean Privathighlight: add `first_line` and `last_line`
2014-01-16 Jean Privattools: ngall.sh starts with ../c_src/nitg
2014-01-16 Jean Privattools: rename mksrc2
2014-01-16 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc-qs'
2014-01-16 Jean Privattools: generate stdlib doc with the git plugin enabled
2014-01-16 Jean Privattools: generate nit tools doc as `nitc`, not `newmodel`
2014-01-16 Jean PrivatMerge branch 'killnitc' old branch renamed as 'oldnitc'
2014-01-16 Alexandre Terrasanitdoc: removes select behavior on box header
2014-01-16 Alexandre Terrasanitdoc: improves quicksearch
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2014-01-15 Lucas Bajoletdebugger: Added method to clean the object model when...
2014-01-15 Lucas Bajoletdebugger: Permits the use of locally defined variables...
next