nit.git
2014-09-25 Jean PrivatMerge: String services on paths
2014-09-25 Jean PrivatMerge: nitdoc: do not generate private pages.
2014-09-25 Jean PrivatMerge: Markdown: minor fixes
2014-09-25 Jean PrivatMerge: Clean stuff
2014-09-25 Jean Privatlib: add String::relpath for advanced path manipulation
2014-09-25 Jean Privatlib: add String::/ for path jonction
2014-09-25 Alexandre Terrasanitdoc: do not generate private pages.
2014-09-25 Jean PrivatMerge: App.nit Data Store
2014-09-25 Jean Privatgithub_search_for_jni: really execute contracts
2014-09-25 Jean Privatbenitlux: fix a nitunit
2014-09-25 Alexandre Terrasalib/markdown: remove some dead code
2014-09-25 Alexandre Terrasalib/markdown: fix some documentation
2014-09-25 Alexandre Terrasalib/markdown: fix truncated lines in fence block.
2014-09-25 Alexandre Terrasalib/markdown: move line_kind to MarkdownProcessor
2014-09-25 Jean Privattools: new script listnit.sh to list all real compilabl...
2014-09-24 Alexis Laferrièretests: skip more errors linked to bug with nitg-g and...
2014-09-24 Jean Privatinkscape_tools: add .gitignore
2014-09-24 Jean Privatinkscape_tools: all makes tests
2014-09-24 Jean Privatnitcc: make builds minilang
2014-09-24 Jean Privattests: update sav/test_test_phase_args1.res
2014-09-24 Jean Privatinkscape_tools: comment broken commands in inkscape_too...
2014-09-24 Jean Privatinkscape_tools: update s2pn to current lib
2014-09-24 Jean Privatinkscape_tools: add noinit in code generated by svg_to_...
2014-09-24 Jean Privatpnacl_platform: do not compile with -Wall
2014-09-24 Jean Privatonlineide/pnacl_nit: remove useless `.as(not null)`
2014-09-24 Jean Privatpep8analysis: remove unused nitcc generated files
2014-09-24 Jean Privatpep8analysis_web: imports cpp
2014-09-24 Jean Privatastprinter: update code
2014-09-24 Jean Privattyping: ASuperExpr do not lose information about the...
2014-09-24 Jean Privattest_phase: count method definitions
2014-09-23 Jean PrivatMerge: Embarassing fixes
2014-09-23 Alexis Laferrièrebenitlux/view: add missing opening <html> tag
2014-09-23 Alexis Laferrièrelib/re: fix invalid malloc
2014-09-23 Jean PrivatMerge: Model uml
2014-09-23 Jean PrivatMerge: Crypto
2014-09-23 Lucas Bajoletnituml: Added tests for new tool
2014-09-23 Lucas Bajoletnituml: Can generate UML package diagrams from nit...
2014-09-23 Lucas Bajoletnit: Added new binary nituml, for generation of UML...
2014-09-23 Lucas Bajoletuml: Added UML class diagram generation from a Nit...
2014-09-23 Lucas Bajoletmodel: Fix comment for MVisibility
2014-09-23 Lucas Bajoletlib/standard/string: Moved escape_to_dot from nitcc...
2014-09-23 Lucas Bajoletlib/crypto: Added cryptography basic algos to lib
2014-09-23 Jean PrivatMerge: markdown: decorator generate headline ids and...
2014-09-23 Jean PrivatMerge: Template strings and macros
2014-09-23 Jean PrivatMerge: Nitdoc next
2014-09-23 Alexandre Terrasanitdoc: show mpropdefs redef chain in MClass page.
2014-09-23 Alexandre Terrasamarkdown: fix out of bound access on MDLine
2014-09-23 Alexandre Terrasamarkdown: decorator generate headline ids and save...
2014-09-22 Alexandre Terrasalib: add tests for `TemplateMacro`
2014-09-22 Alexandre Terrasalib: introduce `TemplateMacro`.
2014-09-22 Lucas Bajoletlib/standard/math: Added function is_even to Int
2014-09-22 Jean PrivatMerge: Add and improve warnings
2014-09-22 Jean Privatvim: activate -W for syntactic
2014-09-22 Jean Privattests: update sav for changed loop-warning message
2014-09-22 Jean Privatscope: advice for unread local variables
2014-09-22 Jean Privatmodelize: advice on useless empty init
2014-09-22 Jean Privatmodelize: advice on missing documentation
2014-09-22 Jean Privatmodelize: useless attribute type is an advice
2014-09-22 Jean Privatmodelize: useless-visibility is an advice
2014-09-22 Jean Privattoolcontext: add a new category for warnings: advices.
2014-09-20 Jean PrivatMerge: lib/standard/string: Introducting Copy-on-Write...
2014-09-20 Jean PrivatMerge: nitcorn: redirect requests of directories to...
2014-09-20 Jean PrivatMerge: Makefile: Document deeply-nested libraries.
2014-09-20 Jean PrivatMerge: neo: Complete the documentation of neo.nit.
2014-09-19 Jean PrivatMerge: Kill old syntax
2014-09-19 Jean Privattoolcontext: add `error_info` for displaying total...
2014-09-19 Jean PrivatMerge: introduces `MGroup::default_mmodule`
2014-09-19 Jean-Christophe... neo: Explain how arguments of a MClasType are named.
2014-09-19 Jean-Christophe... neo: Correct the documentation of neo.nit according...
2014-09-19 Jean-Christophe... neo: Complete the documentation of neo.nit.
2014-09-19 Lucas Bajoletlib/standard/string: Fix the case of null items in...
2014-09-19 Jean-Christophe... Makefile: Document deeply-nested libraries.
2014-09-19 Jean Privatsrc: add tag to existing warnings
2014-09-19 Jean Privattoolcontext: allow to tag messages
2014-09-19 Jean Privattoolcontext: add some documentation
2014-09-18 Jean Privattests: update some AST-related sav/*.res files for...
2014-09-18 Jean Privatnitpreyty: remove the oldstyle syntax, there is still...
2014-09-18 Jean Privatnitx: remove unused methods `AAttrPropdef::*_accessor`
2014-09-18 Jean Privatsrc: remove classes and nodes related to the old syntax
2014-09-18 Jean Privatparser: regenerate the parser
2014-09-18 Jean Privatgrammar: new power operator `**` (starstar)
2014-09-18 Jean Privatgrammar: unify method syntax
2014-09-18 Jean Privatgrammar: remove old-style syntax for attributes
2014-09-18 Jean Privatgrammar: enable single parentheses-less arguments in...
2014-09-18 Jean Privatgrammar: split `expr_atom` into `expr_single`
2014-09-18 Jean Privatlexer: fix `EOF::parser_index` generation.
2014-09-18 Alexis Laferrièrecpp: add missing annotation declaration
2014-09-18 Alexis Laferrièrenitcorn: minor fix in the header of the HTML page
2014-09-18 Alexis Laferrièrenitcorn: improve default file listing of `FileServer`
2014-09-18 Jean Privatmodel: remove MModule::direct_owner
2014-09-18 Jean Privatmodel: introduce MGroup::default_mmodule to replace...
2014-09-17 Jean Privatmodel: remove public_owner methods
2014-09-17 Jean PrivatMerge: Move `common_ffi` to `ffi` and clean up typos
2014-09-17 Alexis Laferrièrenitcorn: optimize `FileServer::root` to be used later...
2014-09-17 Alexis Laferrièrenitcorn: better and safer access to root of a file...
2014-09-17 Alexis Laferrièrenitg: fix typo in doc of `before_send`
2014-09-17 Alexis Laferrièrenitg: fix typo in doc of `MParameterType`
2014-09-17 Alexis Laferrièrenitg: rename `common_ffi` group to `ffi`
2014-09-17 Alexis Laferrièrenitcorn: redirect requests of directories to an URI...
2014-09-17 Jean PrivatMerge: Correct behavior of attribute reading in nitvm
next