lib/android: Changed entry to execute complete_simple_android by default
[nit.git] / src /
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...
2014-07-02 Jean PrivatMerge: nitdoc_next
2014-07-02 Jean Privattyping: refuse a null value in superstrings
2014-07-02 Alexandre Terrasanitdoc: avoid super-strings with null value in NitdocPa...
2014-07-01 Alexandre Terrasamodel: fix a compiler crash on access to null construct...
2014-07-01 Alexandre Terrasanitdoc: auto hide source-link
2014-07-01 Alexandre Terrasanitdoc: generate a documentation page for all mproperties
2014-07-01 Alexandre Terrasanitdoc: generate a documentation page for all MGroup
2014-07-01 Alexandre Terrasanitdoc: better display of section headers
2014-07-01 Alexandre Terrasanitdoc: better display of concerns
2014-07-01 Jean PrivatMerge: Improvements to Pep8analysis Web version
2014-06-30 Alexandre Terrasanitdoc: factorize more services into `MEntity`
2014-06-27 Alexis Laferrièreemscripten: minify code when release
2014-06-26 Jean PrivatMerge: No old style accessors
2014-06-26 Alexis Laferrièreemscripten: use the macro CXX to support C++
2014-06-26 Alexis Laferrièreemscripten: enable dynamic memory size
2014-06-26 Alexis LaferrièreFFI with C++: use a customizable macro to compile C...
2014-06-26 Alexandre Terrasanitdoc: TplDefinition::namespace is no longer mandatory
2014-06-26 Alexandre Terrasanitdoc: introduce "All classes" sidebar in module page
2014-06-26 Alexandre Terrasanitdoc: do not flatten mmodule view
2014-06-26 Alexandre Terrasanitdoc: render anchor for empty sections
2014-06-26 Alexandre Terrasanitdoc: short init with content for TplArticle
2014-06-26 Alexandre Terrasanitdoc: topmenu responsive design for small resolutions
2014-06-26 Alexandre Terrasamodel_utils: replace many sorters by MEntityNameSorter
2014-06-26 Alexandre Terrasamodel_utils: add MEntityNameSorter
2014-06-26 Jean Privatmodelize_property: remove old-style accesors
2014-06-26 Jean Privatparser: remove generated old-style accesors.
2014-06-26 Jean Privatparser: remove some remaining old style accessors
2014-06-26 Jean PrivatMerge: names and concerns in model
2014-06-25 Jean PrivatMerge: Model utils
2014-06-25 Alexandre Terrasamodel: introduce MConcern
2014-06-25 Alexandre Terrasamodel: introduce `name` in MEntity according to it...
next