nit.git
2014-07-24 Jean Privattests: add base_gen_final_bound.nit
2014-07-24 Jean Privatmodelize_classes: warn on parameter types bounded on...
2014-07-24 Jean Privatmodel: MParameterType.resolve_for handle the case of...
2014-07-24 Jean Privattyping: generalize warning on useless type tests.
2014-07-24 Jean Privattests: fix a typing error in some tests
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 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 Privatmodelize_properties: check redef types in ATypePropdef
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 Vachonsrc/android: Changed annotations names to avoid ambiguities
2014-07-20 Alexandre Terrasamodel: implements MType::name
2014-07-20 Alexandre Terrasaneo4j: preload data from `nodes_with_label` response.
2014-07-20 Alexandre Terrasaneo4j: save and load edges separately from nodes.
2014-07-20 Alexandre Terrasaneo4j: try to load nodes from `local_nodes`
2014-07-19 Alexis Laferrièretests: set nitvm_args3 as undefined
2014-07-19 Alexis Laferrièrenitvm: replace hack by incr_refs
2014-07-19 Jean Privatsrc: use the new module annotation in exising modules
2014-07-19 Jean Privatsrc: new module annoation to help with annotations
2014-07-19 Alexis Laferrièretests: test incr_ref with lots of short-lived (in Nit...
2014-07-19 Alexis LaferrièreFFI: implement the global reference functions
2014-07-19 Alexis LaferrièreFFI: use libgc allocs
2014-07-18 Jean PrivatMerge: nitg: Added 3 annotations related to API level...
2014-07-18 Jean PrivatMerge: Attributes access with perfect hashing in nitvm
2014-07-18 Julien Pagèsnitvm: fix a crash caused by a bad allocation of virtua...
2014-07-18 Julien Pagèsnitvm: use perfect hashing for atribute access
2014-07-18 Alexis Laferrièretests: test some errors of sqlite3
2014-07-18 Alexis Laferrièrelib/sqlite3: store and use the error code of a failed...
2014-07-18 Jean PrivatMerge: remove unmaintained documentation: developpez...
2014-07-18 Jean PrivatMerge: nitunit: remove a deprecated TODO
2014-07-18 Alexis Laferrièretests: add a test for the Nity sqlite3 module
2014-07-18 Alexis Laferrièrelib/sqlite3: intro nity interface
2014-07-18 Jean PrivatMerge: Fix asnotnull
2014-07-18 Jean Privatneo4j: remove some as(notnull) to supress warnings
2014-07-18 Jean PrivatMerge 'origin/master' into fix-asnotnull to supress...
2014-07-18 Julien Pagèsnitvm: clean the code and add some comments
2014-07-18 Julien Pagèsniti: add write_attribute as a unique entry point
2014-07-18 Jean Privatnitunit: remove a deprecated TODO
2014-07-17 Jean PrivatMerge: lib: Introduce neo4j connector
2014-07-17 Jean PrivatMerge: Clean up GCC warnings on Android compilation
2014-07-17 Jean PrivatMerge: Toward the kill of oldstyle attributes
2014-07-17 Jean PrivatMerge: Some more syntax
2014-07-17 Jean PrivatMerge: Multiple compilation
2014-07-17 Jean Privattests: remove remaining old-style attributes declarations
2014-07-17 Jean Privattests: inmprove base_as_notnull*.nit and update tests
2014-07-17 Jean Privatcomp: skip .as(not null) on not pointer values
2014-07-17 Jean Privattyping: warn for useless .as(not null)
2014-07-17 Alexis Laferrièretests: rename and update low-level sqlite3 test
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-17 Alexis Laferrièrelib/android: remove useless as(not null) from audio
2014-07-17 Alexis LaferrièreFFI with Java: correctly resolve the return types of...
2014-07-17 Alexandre Terrasalib: introduce neo4j connector
2014-07-17 Jean PrivatMerge: Phasify nitdoc
2014-07-17 Jean PrivatMerge: Test nitvm
2014-07-17 Jean Privatremove unmaintained documentation: developpez and nitre...
2014-07-17 Jean Privatnitdoc: use global phase (process_mainmodule)
2014-07-17 Jean Privatnitdoc: replace NitdocContext by ToolContext
2014-07-17 Jean Privatmodelbuilder: automatic mainmodule from run_global_phas...
2014-07-17 Jean Privatmodel: promote `is_fictive` from doc_model
2014-07-17 Jean Privatdoc: use `is_fictive` instead of relying on the module...
2014-07-17 Jean Privatmarkdown: privately import things and uptate clients
2014-07-17 Jean Privattests.sh: introduce new engine nitvm
2014-07-17 Jean Privattests.sh: use variable isinterpret instead of hard...
next