nit.git
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 Alexis Laferrièrelib/mnit_android: do not adjust input from C code
2014-09-23 Alexis Laferrièremnit_android: intro `AndroidKeyEvent::is_volume_up...
2014-09-23 Alexis Laferrièremnit_android: rename `key_char` to implement `to_c`
2014-09-23 Alexis Laferrièrelib/tileset: TileSet::subimages is public so it can...
2014-09-23 Alexis Laferrièrecontrib/inkscape_tools: clip one pixel larger to get...
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
2014-09-17 Jean PrivatMerge: Capitalize on Strings
2014-09-16 Lucas Bajoletlib/standard/string: FlatStrings built from NativeStrin...
2014-09-16 Lucas Bajoletlib/standard/string: Introducting Copy-on-Write FlatBuffers
2014-09-14 Julien Pagèsnitvm: Handles isset expression
2014-09-14 Julien Pagèsnitvm: Throw an error when trying to read an uninitiali...
2014-09-14 Julien Pagèsnitvm: Introduces a type which represents initial value...
2014-09-12 Alexandre Terrasalib: create group `template`.
2014-09-12 Lucas Bajoletlib/standard/string: Added capitalized/capitalize metho...
2014-09-10 Jean PrivatMerge: Nitcorn improvements & avoid double Tnits
2014-09-10 Jean PrivatMerge: Polymorphic extern classes
2014-09-10 Alexis Laferrièretnitter: redirect after posting
2014-09-10 Alexis Laferrièrenitcorn: by default a file is an application/octet...
2014-09-10 Alexis Laferrièrenitcorn: use a default virtual host when none are confi...
2014-09-10 Alexis Laferrièrenitcorn: add the media type for `apk` extension
2014-09-10 Alexis Laferrièretests: intro test for polymorphic use of extern classes
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-10 Alexis Laferrièreniti: fix type in tool description
2014-09-10 Alexis Laferrièrelib/curl: fix missing import of string.h and clean...
2014-09-10 Alexis Laferrièrenitg*: extern classes a polymorph in Nit, and unboxed...
2014-09-10 Jean PrivatMerge: Markdown
2014-09-09 Jean PrivatMerge: Clean AMethPropdef clients
2014-09-09 Jean PrivatMerge: pkgconfig annotation uses the module name if...
2014-09-09 Jean PrivatMerge: Regular expressions & prop to bring back a bette...
next