nit.git
2015-05-30 Jean PrivatMerge: Serialization: change annotation to `serialize...
2015-05-30 Jean PrivatMerge: Introduction of convex polygons in geometry...
2015-05-30 Jean PrivatMerge: nitdoc: refactoring and cleaning
2015-05-29 Alexandre Terrasanitdoc: fix typo in `doc_poset` comment
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: fix typo in `DefinitionListArticle` comment
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce pretty printing of composite tree
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: replace `group:` prefix id by `.group` suffix
2015-05-29 Alexandre Terrasanitdoc: replace `concern:` prefix id by `.concern`...
2015-05-29 Alexandre Terrasanitdoc: replace `article:` prefix id by `.article`...
2015-05-29 Alexandre Terrasanitdoc: replace `section:` prefix id by `.section`...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-29 Alexis Laferrièretests: update serialization tests for nitg-e
2015-05-29 Alexis Laferrièrelib/serialization: update README with serialize scopes...
2015-05-29 Alexis Laferrièrelib: update doc to refer to the `serialize` annotation
2015-05-29 Alexis Laferrièrelib/a_star: update to use `serialize` instead of `auto_...
2015-05-29 Alexis Laferrièrelib/more_collections & bucketed_game: declare `serializ...
2015-05-29 Alexis Laferrièretests: update expected results of deserialization tests
2015-05-29 Alexis Laferrièretests: test double declaration of serialize on class...
2015-05-29 Alexis Laferrièretests: test `serialize` on attributes
2015-05-29 Alexis Laferrièretests: test `noserialize` and `serialize` at different...
2015-05-29 Alexis Laferrièretests: test the `serialize` annotation
2015-05-29 Alexis Laferrièretests: test `noserialize` with the `lazy` annotation
2015-05-29 Alexis Laferrièrelib/serialization: declare the `serialize` and the...
2015-05-29 Alexis Laferrièresrc/serialization: redirect detection of the `serialize...
2015-05-29 Alexis Laferrièresrc/serialization: generate methods with per attribute...
2015-05-29 Alexis Laferrièresrc/serialization: detect serialize from class, module...
2015-05-29 Alexis Laferrièresrc/serialization: detect incoherence in nested seriali...
2015-05-29 Alexis Laferrièresrc/serialization: move adding the `Serializable` super...
2015-05-29 Alexis Laferrièresrc/serialization: detect more errors on serialize...
2015-05-29 Alexis Laferrièresrc/serialization: intro a service to detect the `noser...
2015-05-29 Alexis Laferrièresrc/serialization: intro a service to detect the `seria...
2015-05-29 Alexis Laferrièresrc/nitserial: do not use private classes when invisible
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privattests: update sav/nitserial_args1.res because change...
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-29 Jean PrivatMerge: Nitg-g new NativeArray fix
2015-05-29 Jean PrivatMerge: Annotation lateinit
2015-05-29 Jean PrivatMerge: Advice on useless repeated types
2015-05-28 Lucas Bajolettests: Basic test for the allocation of NativeArray...
2015-05-28 Lucas Bajoletnitg-g: Fix allocation of NativeArray
2015-05-28 Alexandre Terrasatests: fix tests with repeated types warnings
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-28 Jean PrivatMerge: nitdoc: introduce useful services
2015-05-28 Alexandre Terrasalib/json: remove useless types
2015-05-28 Alexandre Terrasalib/nitcorn: remove useless types
2015-05-28 Alexandre Terrasalib/socket: remove useless types
2015-05-28 Alexandre Terrasalib/template: remove useless types
2015-05-28 Alexandre Terrasalib/string_experimentations: remove useless types
2015-05-28 Alexandre Terrasalib/curl: remove useless types
2015-05-28 Alexandre Terrasalib/sqlite: remove useless types
2015-05-28 Alexandre Terrasalib/geometry: remove useless types
2015-05-28 Alexandre Terrasalib/neo4j: remove useless types
2015-05-28 Alexandre Terrasalib/sax: remove useless types
2015-05-28 Alexandre Terrasalib/standard: remove useless repeated types in `standard`
2015-05-28 Alexandre Terrasatests: test advice for useless repeated type in redef
2015-05-28 Alexandre Terrasamodel: check useless repeated types in signatures
2015-05-28 Alexandre Terrasanitpick: fix a typo in comments
2015-05-28 Alexandre Terrasanitdoc: check multiple page with same id
2015-05-28 Alexandre Terrasanitdoc: introduce `Page::title` and `Page::id` in ...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_namespace` lookup servi...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_name` lookup service...
2015-05-28 Jean PrivatMerge: Correct warn on noautoinit
2015-05-28 Jean PrivatMerge: Rename the visit function of minilang example.
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Improve internal mechanisms of the nitvm
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 BlackMinouNit Convex Polygon benchmark code
2015-05-27 BlackMinouNit Convex Polygon benchmark config files
2015-05-27 BlackMinouJava Convex Polygon benchmark code
2015-05-27 BlackMinouJava Convex polygons benchmark config files
2015-05-27 BlackMinouConvex polygon benchmark folder
2015-05-27 BlackMinouIntroduce polygon module
2015-05-27 Jean Privattests: update tests for lateinit
2015-05-27 Jean Privatmodelize: rename annotation `autoinit` on attributes...
2015-05-27 Jean Privattests: add alt to base_init_autoinit3 to check warning...
2015-05-27 Jean Privatmodelize: `noautoinit` check inherited initializes...
2015-05-27 Arthur Delamarecontrib/header_static: a cog in the toolchains to gener...
2015-05-27 MehdiFix incoherent name function in minilang
2015-05-27 Jean PrivatMerge: sepcomp: fix hardening related to the instantiat...
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièretests: remove utf_noindex_tests
2015-05-27 Alexis Laferrièretests: update expected results of nitpretty on the FFI
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-05-27 Alexis Laferrièretests: update tests using the FFI
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
next