mnit_moles: add git version to moles version
[nit.git] / src /
2014-07-31 Jean PrivatMerge: Icons on Android
2014-07-31 Jean PrivatMerge: Clean some imports
2014-07-30 Alexis Laferrièreandroid: alwas generate `res/values/string.xml` if...
2014-07-30 Alexis Laferrièreandroid: search for an icon in the res folder
2014-07-30 Jean PrivatMerge: Toplevel for sys and exit
2014-07-30 Jean PrivatMerge: Android annotations and longs
2014-07-30 Jean Privatsrc: remove some useless import
2014-07-30 Jean Privatmodelbuilder: TODO, check for useless importation
2014-07-30 Alexis Laferrièrejava: cast arguments passed to JNI
2014-07-30 Alexis Laferrièreandroid: fix priority annotations bug
2014-07-30 Jean Privatparser: do not export tables
2014-07-29 Jean Privattyping: no more special case for `sys` and `exit`
2014-07-29 Jean Privatc_src: update
2014-07-28 Jean PrivatMerge: model: add `MType::as_notnullable` to remove...
2014-07-28 Jean PrivatMerge: type works: handle implicitly fixed formal param...
2014-07-25 Jean Privatbash_completion: add a magic script that do the bash_co...
2014-07-25 Jean Privattool_context: do not need an attribute bash_completion
2014-07-25 Jean Privattool_context: just print the bash_completion, let the...
2014-07-25 Jean Privattool_context: correct default for bashcompletion
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-24 Jean Privatmodel: add `MType::as_notnullable` to remove the `nulla...
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 Privattool_context: bashcompletion use the basename of sys...
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: 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 Terrasasrc: Introduces `neo` a module for save and load Nit...
2014-07-23 Alexandre Terrasatoolcontext: add `bash_completion` generation option...
2014-07-23 Alexandre Terrasatoolcontext: provide option `set-dummy-tool` used to...
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 Privatmodel: add annotation `fixed` on virtual types
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: nitmetrics: fix typo in usage text
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è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 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 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 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: proposal for model: Generalize access to `model...
2014-07-22 Jean Privatmodelize_property: add readonly annotation on attributes
2014-07-21 Alexandre Terrasamodel: Generalize access to `model` form `MEntitiy`.
2014-07-21 Alexandre Terrasamodel: makes MParameter an MEntity
2014-07-21 Jean Privatannotation: add arg_as_id
2014-07-21 Jean Privatmodelize_property: accepts alternative name for setters
2014-07-21 Jean Privatmodelize_property: accept annotation `writable`
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: 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-20 Frédéric Vachonsrc/android: Changed annotations names to avoid ambiguities
2014-07-20 Alexandre Terrasamodel: implements MType::name
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è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 Jean PrivatMerge: nitunit: remove a deprecated TODO
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: 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 Privatcomp: skip .as(not null) on not pointer values
next