nit.git
2014-07-23 Jean PrivatMerge: Tired of having to remember all the Nit options...
2014-07-23 Jean PrivatMerge: rename Sys::args
2014-07-23 Jean PrivatMerge: Opts: small improvement
2014-07-23 Jean PrivatMerge: Add annotation `fixed` for virtual types
2014-07-23 Jean PrivatMerge: Introduce `neo`: a model saver/loader from/to...
2014-07-23 Alexandre Terrasatests: add `test_toolcontext`
2014-07-23 Alexandre Terrasatests: add `test_neo`
2014-07-23 Alexandre Terrasatests: introduces `test_prog` a program that build...
2014-07-23 Alexandre Terrasasrc: Introduces `neo` a module for save and load Nit...
2014-07-23 Alexandre Terrasaneo4j: add `save_entity` shortcut in NeoBatch.
2014-07-23 Alexandre Terrasaneo4j: add `with_labels` to load node having multiple...
2014-07-23 Jean Privatlib/standard: assert "/home/../".simplify_path == "/"
2014-07-23 Alexandre Terrasatoolcontext: add `bash_completion` generation option...
2014-07-23 Alexandre Terrasatemplate: add `Template::addn` service
2014-07-23 Alexandre Terrasatoolcontext: provide option `set-dummy-tool` used to...
2014-07-23 Jean Privattests: extends test_opts for grouped single options
2014-07-23 Jean Privattests: add base_virtual_type_fixed.nit
2014-07-23 Jean Privatmodel: introduce `MVirtualType::is_fixed` used indirect...
2014-07-23 Jean Privattyping: remove hack for top-level method `args`
2014-07-23 Jean Privatlib/standard: distinguish `args` and `sys.args`
2014-07-23 Jean Privatopts: fix crash on grouped single options
2014-07-23 Maxime Leroyopts: added possibility to hide an option from the...
2014-07-23 Maxime Leroyopts: added some obvious comments and fixed some syntax
2014-07-23 Jean Privattests: extends base_virtual_type_redef for `is fixed`
2014-07-23 Jean Privatmodel: add annotation `fixed` on virtual types
2014-07-23 Jean Privattests: update for VT check
2014-07-22 Jean PrivatMerge: Fix Android app name
2014-07-22 Jean PrivatMerge: Serialization: use model to get attribute types...
2014-07-22 Jean PrivatMerge: mnit_simple : Refactoring of android modules...
2014-07-22 Jean PrivatMerge: nitmetrics: fix typo in usage text
2014-07-22 Alexis Laferrièreexamples: add an app_name to mnit_moles
2014-07-22 Alexis Laferrièreandroid: fix app_name in res
2014-07-22 Jean Privatmodelize_properties: check redef types in ATypePropdef
2014-07-22 Alexis Laferrièretest: update serialization tests use of attributes...
2014-07-22 Alexis Laferrièremodel: silence warnings on multiple declaration of...
2014-07-22 Alexis Laferrièreserialization: use a post model phase to set expected...
2014-07-22 Alexis Laferrièreserialization: move type_name to AType and apply recurs...
2014-07-22 Alexis Laferrièreserialization: correctly detect generic types
2014-07-22 Alexis Laferrièreserialization: automaticly add Serializable to auto_ser...
2014-07-22 Alexis Laferrièrenitmetrics: fix typo in usage text
2014-07-22 Jean PrivatMerge: fix Int#to_s and migrate Java FFI Int to longs
2014-07-22 Jean PrivatMerge: Add annotation lazy on attributes
2014-07-22 Frédéric Vachonlib/android: Removed simple_android UNDEFINED from...
2014-07-22 Jean Privattests: add base_attr_lazy
2014-07-22 Alexis Laferrièresrc: intro `parse_superclass`
2014-07-22 Alexis Laferrièrenitg: reorder extern-classes phase
2014-07-22 Alexis Laferrièrelib/serialization: print errors when a type cannot...
2014-07-22 Jean Privatniti: implements lazy in the getter using isset
2014-07-22 Jean Privatniti: extract attribute expr evaluation in its own...
2014-07-22 Jean Privatniti: Interpretor provides a service isset_attribute
2014-07-22 Jean Privatniti: clean AAttrPropdef#call
2014-07-22 Jean Privatcomp: compile `lazy` in the getter
2014-07-22 Jean Privatcomp: clean AAttrPropdef#compile_to_c
2014-07-22 Jean Privatmodelize_property: add a guard for lazy attributes
2014-07-22 Jean Privatmodelize_property: add annotation `lazy`
2014-07-22 Jean Privatlib/android: update to Java `long` to represent a Nit...
2014-07-22 Alexis LaferrièreFFI with Java: use Java long instead of int to represen...
2014-07-22 Alexis Laferrièrenitg/ffi: Nit Int are C longs
2014-07-22 Lucas Bajoletlib/standard: Fixed implementation of to_s in Int.
2014-07-22 Alexandre Terrasaneo4j: add nitunit for `Neo4jClient::nodes_with_label`
2014-07-22 Jean PrivatMerge: add the annotation `readonly` on attributes
2014-07-22 Jean PrivatMerge: understand writable as an annotation
2014-07-22 Jean PrivatMerge: add attribute annotation `noinit` to skip the...
2014-07-22 Jean PrivatMerge: Stop making docs by default
2014-07-22 Jean Privattests: add base_attr_readonly
2014-07-22 Jean PrivatMerge: proposal for model: Generalize access to `model...
2014-07-22 Jean PrivatMerge: jwrapper: An extern class `in "Java"` generator
2014-07-22 Jean PrivatMerge: friendz, a new game for contrib
2014-07-22 Jean Privatmodelize_property: add readonly annotation on attributes
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added static overload support
2014-07-21 Jean Privatdoc: do not make the stdlib doc by default
2014-07-21 Jean Privatdoc: remove doc/Makefile
2014-07-21 Alexandre Terrasamodel: Generalize access to `model` form `MEntitiy`.
2014-07-21 Alexandre Terrasamodel: makes MParameter an MEntity
2014-07-21 Jean Privattests: add base_attr_named_setters
2014-07-21 Jean Privatannotation: add arg_as_id
2014-07-21 Jean Privatmodelize_property: accepts alternative name for setters
2014-07-21 Jean Privattest: convert writable to annotations
2014-07-21 Jean Privatmodelize_property: accept annotation `writable`
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added UNDEFINED to javap_visitor...
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added code generation module with...
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added AST visitor for data extraction
2014-07-21 Frédéric Vachoncontrib/jwrapper: Definition of a grammar to parse...
2014-07-21 Jean Privattests: add base_init_noinit
2014-07-21 Jean Privatengine: skip noinit attributes on free constructors
2014-07-21 Jean Privatmodelize_property: understand `noinit` annotation on...
2014-07-21 Jean Privatannotation: add `get_single_annotation` and `get_annota...
2014-07-21 Jean PrivatMerge: Neo4j: bug fixes and improvments
2014-07-21 Jean PrivatMerge: Implement FFI global references in nitg
2014-07-21 Jean PrivatMerge: Annotation helper
2014-07-21 Jean PrivatMerge: src: some documentation on parser and model
2014-07-21 Jean Privatsrc: some documentation on parser and model
2014-07-21 Jean Privattests: add friendz related sav
2014-07-21 Jean Privatcontrib: introduce the game friendz
2014-07-21 Jean PrivatMerge: src/android: Modified annotations names to avoid...
2014-07-21 Jean PrivatMerge: Nity interface to Sqlite3 (A nicer wrapper to...
2014-07-20 Frédéric Vachonlib/android: Added complete_simple_android.res to sav
2014-07-20 Frédéric Vachonlib/android: Changed entry to execute complete_simple_a...
2014-07-20 Frédéric Vachonlib/android: mnit_simple tests refactoring
2014-07-20 Frédéric Vachonsrc/android: Changed annotations names to avoid ambiguities
next