niti: extract attribute expr evaluation in its own method
[nit.git] / src /
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 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...
2014-07-16 Jean Privatcomp: use a local `no_main` variable
2014-07-16 Jean Privatcolo: rewrite build_{meth,attr}_tables
2014-07-16 Jean Privatcolo: Colorize only class in the module, not all in...
2014-07-16 Jean Privatcolo: `MModule::properties` does no give properties...
2014-07-16 Jean PrivatMerge: Fixes for attributes
2014-07-15 Jean Privatmodelize_properties: attributes inherit the static...
2014-07-15 Jean Privatmodelize_property: do not crash if mtype is null in...
2014-07-15 Jean Privatmodelize_property: correctly check signature for getter...
2014-07-15 Jean PrivatMerge: Nitdoc standalone
2014-07-15 Jean Privatmodelize_property: the `redef` on writable is now optional
2014-07-15 Jean Privatcompiler: add `--dir` to just change the output directory
2014-07-15 Jean Privatandroid_platform: use `outfile` instead of its own...
2014-07-15 Jean Privatcompiler: `add MakefileToolchain::outfile` to compute...
2014-07-15 Alexandre Terrasanitdoc: extract NitdocContext from Nitdoc generation
2014-07-15 Alexandre Terrasanitdoc: clean output_dir option selection
2014-07-15 Alexandre Terrasanitdoc: limit dependency to `model`
2014-07-15 Alexandre Terrasamodel_utils: limit dependency to `model`.
2014-07-14 Alexis LaferrièreJava FFI: support generic Java types in extern class...
2014-07-10 Jean PrivatMerge: Android assets, resources, and audio
2014-07-09 Jean PrivatMerge: Message Passing Interface (MPI) in Nit and parti...
2014-07-08 Romain ChanoirModelBuilder modifications for android resources
2014-07-08 Romain ChanoirAdding the support of the res folder for android applic...
2014-07-08 Jean PrivatMerge: Clear the Android project folder before generati...
2014-07-07 Alexis Laferrièreandroid: delete the Android project folder prior to...
2014-07-07 Alexis Laferrièreandroid: generate Android project in a subdirectory...
2014-07-07 Lucas Bajoletniti: Adapted bin_and/or/xor for Int in niti.
2014-07-03 Jean PrivatMerge: Refuse null in superstrings
2014-07-03 Alexis Laferrièrelib: NativeString is an extern class (and not a special...
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-07-03 Jean Privatcached: only abstract and concrete classes can have...
next