nit.git
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-22 Alexandre Terrasaneo4j: add nitunit for `Neo4jClient::nodes_with_label`
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-21 Frédéric Vachoncontrib/jwrapper: Added static overload support
2014-07-21 Alexandre Terrasamodel: Generalize access to `model` form `MEntitiy`.
2014-07-21 Alexandre Terrasamodel: makes MParameter an MEntity
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 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...
2014-07-17 Jean PrivatMerge: xdg_basedir
2014-07-16 Jean Privattests: update test_parser
2014-07-16 Jean Privattests: add base_label_while2.nit for anonymous labels
2014-07-16 Jean Privatscope: correcty handle anonynous labels
2014-07-16 Jean Privatparser: regenerate with new last grammar changes
2014-07-16 Jean Privatgrammer: accept redef and visibility in front of annotation
2014-07-16 Jean Privatgrammar: accept redef and visibility on module declaration
2014-07-16 Jean Privatgrammar: accept annotations in implicit extern methods
2014-07-16 Jean Privatgrammar: add elipsys notation to pass an expression...
2014-07-16 Jean Privatgrammar: accept annonymous label
2014-07-16 Jean Privatgrammar: accept `public` as a valid visibility
2014-07-16 Frédéric Vachontest/mnit_simple: Added tests for API level related...
2014-07-16 Frédéric Vachonsrc/android: Added 3 metadata annotations for API Level...
2014-07-16 Jean Privatmodelize_property: enable the access of the internal...
2014-07-16 Jean Privatsrc: use multicompile to fasten the initial make
2014-07-16 Alexis Laferrièrelib/sqlite3: column_text returns a NativeString at...
2014-07-16 Alexis Laferrièrelib/sqlite3: use a precise type as return of column_type
2014-07-16 Alexis Laferrièrelib/sqlite3: rename classes of sqlite3_native to preven...
2014-07-16 Alexis Laferrièrelib/sqlite3: rename low-level module to native_sqlite3.nit
2014-07-16 Jean Privattests: multicompile with nitg
2014-07-16 Jean Privattests: update base_simple_import.nit so the result...
2014-07-16 Jean Privatcomp: enable multi-compilation, ie multiple main programs
next