nit.git
2013-08-26 Jean Privatshoot: move game to a src sub-directory
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-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
2013-08-22 Jean Privattests: update tests because of changed location
2013-08-22 Jean Privatparser: fix and simplify ComputeProdLocationVisitor
2013-08-22 Jean Privatlexer: chain tokens together when we peek then
2013-08-22 Jean Privatlexer: implements next with peek
2013-08-22 Jean Privatlocation: add pstart and pend
2013-08-22 Jean Privatmodelbuilder: annotate more AST nodes with model inform...
2013-08-22 Jean Privatlib: add String#to_cmangle and String#escape_to_c
2013-08-22 Jean Privatlibhtml: correctly handle void elements in HTML
2013-08-21 Jean Privatlibhtml: gives access to HTMLTag#classes
2013-08-21 Jean Privatparser: `TEndString` isa a `TokenLiteral`
2013-08-21 Jean Privattests: include skipped tests in XML
2013-08-21 Jean Privattests: provide a better classname for XML
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/lib/sqlite3'
2013-08-21 Jean Privattests: marks tests with no sav as skipped
2013-08-21 Jean Privattests: really display the compile log, on all case...
2013-08-21 Alexis Laferrièrelib/sqlite3: adds fallback for sqlite3_errstr in case...
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-21 Jean Privattests: add compile.log to the XML in case of failure
2013-08-21 Jean Privattests: invert diff order (sav->out)
2013-08-20 Alexis Laferrièrecontrib/sort_downloads: adds script to testfull.sh...
2013-08-20 Alexis Laferrièrecontrib/sort_downloads: adds confirmation of configurat...
2013-08-20 Alexis Laferrièrelib: clean up error codes in sqlite3
2013-08-20 Alexis Laferrièrelib: simplifies sqlite3
2013-08-20 Alexis Laferrièrelib: use more than one classe in sqlite3
2013-08-20 Alexis Laferrièrelib: use Sqlite3 return codes
2013-08-20 Alexis Laferrièrelib: intro of the sqlite3 module
2013-08-20 Jean Privattests: enable XML output compatible with junit/jenkins
2013-08-20 Jean Privattests: update nitdocs
2013-08-19 Jean PrivatMerge remote-tracking branch 'alexandre/fix_nitdoc'
2013-08-19 Alexandre Terrasanitdoc: fixed shared files with ni_nitdoc.
2013-08-19 Jean Privattests: add base_covar_int2.nit and base_virtual_int2.nit
2013-08-19 Jean Privattests: update sav/base_covar_int and sav/base_virtual_i...
2013-08-17 Jean PrivatMerge branch 'nitunit'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-17 Jean Privatmake: add nitunit to makefiles
2013-08-17 Jean Privattests: add tests for nitunit.nit
2013-08-17 Jean Privatgitignore: add .nitunit
2013-08-17 Jean Privattool: new program nitunit.nit
2013-08-17 Jean Privatlibhtml: escape attributes keys and values
2013-08-17 Jean Privatlibhtml: add HTMLTag#save
2013-08-17 Jean Privatmarkdown: add hook to allow additional processing of...
2013-08-16 Jean PrivatMerge branch 'markdown'
2013-08-16 Jean Privatsrc: fix example for String::unescape_nit
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlib: remove duplicated documentation in string
2013-08-16 Jean Privattests: sav/test_markdown.res
2013-08-16 Jean Privatsrc: add new program test_markdown.nit
2013-08-16 Jean Privatlibthml: add HTMLTag::add_raw_html
2013-08-16 Jean Privatni_nitdoc: add css for nitdoc elements
2013-08-16 Jean Privatni_nitdoc: display doc in <div>, not in <pre>
2013-08-16 Jean Privatni_nitdoc: use the module markdown
2013-08-16 Jean Privatsrc: new module markdown.nit to convert ADoc to HTML
2013-08-15 Jean PrivatMerge branch 'betterdoc'
2013-08-15 Jean Privattests: update sav/base_covar_int and sav/base_virtual_int
2013-08-15 Jean PrivatMerge branch 'libhtml'
2013-08-15 Jean Privatnit tools: fix typo and style in documentation
2013-08-15 Jean Privatparser: fix typo and style in documentation
2013-08-15 Jean Privatmodel: fix typo and style in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-15 Jean Privatlibhtml: more efficiency way to render HTML
2013-08-15 Jean Privatlibhtml: `HTMLTag.append` add a text-child node
2013-08-15 Jean Privatparser: add ToolContext#parse_something
next