lib/sqlite3: add the service `String::to_sql_string`
[nit.git] / src /
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
2014-07-17 Jean Privattyping: warn for useless .as(not null)
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-17 Alexis LaferrièreFFI with Java: correctly resolve the return types of...
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-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 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 Jean Privatcomp: enable multi-compilation, ie multiple main programs
2014-07-16 Jean Privatffi: reset FFI compilation result attached to the module
2014-07-16 Jean Privatffi: move guard in the AbstractCompiler
2014-07-16 Jean Privatffi: move guard into the MModule to simplify management
2014-07-16 Jean Privatcomp: compilers do not modify opt_stacktace, it is...
next