nit.git
2015-05-30 Jean PrivatMerge: Fix reading from Sockets
2015-05-30 Jean PrivatMerge: Clean nit compilation directory
2015-05-30 Jean PrivatMerge: Warn call on nullable receiver
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte literals
2015-05-30 Jean PrivatMerge: Byte data type
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èrelib/socket: fix call to enlarge with actual buffer...
2015-05-29 Alexis Laferrièrelib/socket: support reading string with null bytes
2015-05-29 Alexis Laferrièrelib/socket: fix enlarge buffer when size is at 0
2015-05-29 Jean Privatlib/standard: remove the only `attr-in-refinement`...
2015-05-29 Jean Privatmodelize: ask that attributes in refinements are either...
2015-05-29 Jean Privatbootstrap: active cleaning of remaining useless files
2015-05-29 Jean Privattests: compile dir is `nit_compile`, and cleannit
2015-05-29 Jean PrivatMakefile&gitignore: remove .nit_compile
2015-05-29 Jean Privatsrc: remove remaining references to .nit_compile
2015-05-29 Jean Privatman: document compilation directory for nitc
2015-05-29 Lucas Bajolettests: Updated test for byte literals
2015-05-29 Lucas Bajoletcompiler: Updated toolchain for proper byte literal...
2015-05-29 Lucas Bajoletparser: Regenerated for u8 suffix support
2015-05-29 Lucas Bajoletparser: Added u8 suffix for byte literal values
2015-05-29 Jean Privatcompiler: remove the compilation directory unless expli...
2015-05-29 Jean Privatabstract_compiler: introduce root_compile_dir for platf...
2015-05-29 Jean Privatabstract_compiler: attach compiler and toolchain
2015-05-29 Lucas Bajolettests: Added test for Byte data type
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Alexis Laferrièresrc/nitserial: do not use private classes when invisible
2015-05-29 Jean Privattests: update error messages on exact call on null
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 Jean Privatcompiler: rename compilation dir as `nit_compile`
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
next