nitdoc: Add a property group for attributes.
[nit.git] / src /
2014-12-11 Jean-Christophe... nitdoc: Add a property group for attributes.
2014-12-11 Jean-Christophe... nitdoc: Factorize property grouping logic.
2014-12-11 Jean PrivatMerge: Removes deprecated uses of `MModule::in_nesting`
2014-12-11 Jean PrivatMerge: nitdoc: displays full namespace in MModule:...
2014-12-11 Jean PrivatMerge: Split nitpretty
2014-12-11 Jean PrivatMerge: nitdoc: displays introduction module in property...
2014-12-11 Jean PrivatMerge: modelize: adapt inherited signatures to use...
2014-12-11 Jean PrivatMerge: Pass all tests in nitvm
2014-12-11 Jean PrivatMerge: csv: Add features
2014-12-11 Jean PrivatMerge: nitdoc: make generated HTML easier to read/diff
2014-12-10 Alexandre Terrasasrc/pretty: add usage example in DocUnit
2014-12-10 Alexandre Terrasanitpretty: move documentation to man page.
2014-12-10 Julien Pagèsnitvm: Bug fix in subtyping test
2014-12-10 Julien Pagèsnitvm: Fixing a bug in superclasses ordering
2014-12-09 Alexandre Terrasanitpretty: fixes documentation warnings.
2014-12-09 Alexandre Terrasanitpretty: splits nitpretty into two modules
2014-12-09 Alexandre Terrasanitdoc: displays full namespace in MModule::tpl_declara...
2014-12-09 Alexandre Terrasanitdoc: displays introduction module in property page.
2014-12-09 Alexandre Terrasamodel: removes deprecated, now unused, method MModule...
2014-12-09 Alexandre Terrasasrc: removes remaining use of deprecated method MModule...
2014-12-09 Alexandre Terrasamodel_utils: creates a replacement for MModule::in_nesting.
2014-12-09 Jean Privatmodelize: adapt inherited signature to use local names...
2014-12-09 Jean-Christophe... csv: Allow output customization.
2014-12-09 Alexandre Terrasanitdoc: makes generated html easier to read/diff
2014-12-09 Jean-Christophe... csv: Clean `CsvDocument` a little bit.
2014-12-09 Jean PrivatMerge: Implementation of some mechanisms with direct...
2014-12-09 Jean PrivatMerge: improved loader and nitls
2014-12-09 Jean Privatnitls: stop intruding loader
2014-12-09 Jean Privatloader: add a public itentified_files attribute
2014-12-09 Jean Privatloader: make some entities public and improve doc
2014-12-09 Jean PrivatMerge: Some niti cleaning
2014-12-06 Jean Privatniti: fix some comments
2014-12-06 Jean Privatniti: use `write_attribute` in old path of initializers
2014-12-06 Jean Privatniti: use PrimitiveInstance for `null_instance`
2014-12-06 Jean Privatnitls: look at files of a directories when they are...
2014-12-06 Jean Privatnitls: visit group for relevant outputs
2014-12-06 Jean Privatnitls: use tree-output if one of the argument is a...
2014-12-06 Jean Privatnitls: reuse the entity sorter for all output
2014-12-06 Jean Privatnitls: work on . by default
2014-12-06 Jean Privatloader: add visit_group
2014-12-06 Jean Privatloader: identify_file use -I for names without path
2014-12-06 Jean Privatloader: identify_file does not print errors
2014-12-06 Jean Privatnitls: document projects
2014-12-06 Jean Privatnitls: correctly sort by names with --tree
2014-12-06 Jean Privatnitls: display dependancies if -d is given
2014-12-06 Jean Privatnitls: --tree do not show uninterresting groups
2014-12-06 Jean Privatloader: add MGroup::is_interesting
2014-12-06 Jean Privatnitls: use color when listing things
2014-12-06 Jean Privatnitls: make -d and -r usable together
2014-12-06 Jean Privatnitls: shows the synopsys of modules and groups by...
2014-12-06 Jean Privatnitls: reuse ProjTree::display for the simple list
2014-12-06 Jean Privatloader: `load_module` no mode automatically computes...
2014-12-06 Jean Privatniti: use get_mmodule_by_name instead of the low-level...
2014-12-05 Jean Privatniti: PrimitiveInstance::val can be null
2014-12-05 Julien Pagèsnitvm: Subtyping test is now implemented with direct...
2014-12-05 Julien Pagèsnitvm: Method dispatch is implemented with direct access
2014-12-05 Julien Pagèsnitvm: Migrating some init to new-style constructors...
2014-12-05 Jean Privatniti: reduce the direct usage on the current frame
2014-12-05 Jean Privatniti: remove last warnings by documenting two methods
2014-12-05 Jean Privatniti: implements `String::files`
2014-12-05 Jean Privatniti: direclty use `Array::copy_to` to implements ...
2014-12-04 Jean PrivatMerge: Mpropdef2node
2014-12-04 Jean PrivatMerge: nitdoc: Escape (again)
2014-12-04 Jean PrivatMerge: Subtype improvements
2014-12-04 Jean Privatmodelize: make `mclassdef2nclassdef` and `mpropdef2npro...
2014-12-04 Jean Privatffi: attach extern class information to the MClassDef...
2014-12-04 Jean Privatmodelize: add and use method `collect_attr_propdef`
2014-12-04 Jean Privatmodelize: add and use method mpropdef2node
2014-12-04 Jean-Christophe... nitdoc: Escape attributes.
2014-12-04 Jean-Christophe... nitdoc: Escape headers.
2014-12-04 Jean-Christophe... nitdoc: Escape URLs.
2014-12-04 Jean Privatmodelbuilder: ANode not more mandatory in errors and cie
2014-12-04 Jean Privatmodelbuilder: split in 3 modules
2014-12-04 Jean PrivatMerge: Keep going toolcontext
2014-12-04 Jean PrivatMerge: Check for errors in GLSL shaders using glslangVa...
2014-12-04 Jean PrivatMerge: Fallback doc
2014-12-04 Jean Privatmodel: document the `assert isa MClassType`
2014-12-04 Jean Privatmodel: improve MType::is_subtype for formal types
2014-12-04 Jean Privatmodel: add MType::lookup_fixed
2014-12-02 Alexis Laferrièresrc/location: add doc to `Location::column_start`
2014-12-02 Alexis Laferrièrefrontend: intro glsl_validation to validate shader...
2014-12-02 Alexis Laferrièresrc/location: support calling `colored_line` when ...
2014-12-02 Jean PrivatMerge: neo_doxygen: Fix the handling of the inner class...
2014-12-02 Jean PrivatMerge: Some optimizations in model and nitg
2014-12-02 Jean Privatmodelize: do not leave `build_property` with a mprop...
2014-12-02 Jean Privatmodelize: do not crash is a upper VT bound is not set
2014-12-02 Jean-Christophe... neo: Handle inner classes.
2014-12-02 Jean-Christophe... doc: List the inner classes in the search bar.
2014-12-02 Jean-Christophe... doc: List the inner classes in the side panel.
2014-12-02 Jean-Christophe... doc: Fix the presentation of the inner classes.
2014-12-02 Jean-Christophe... doc: Skip unused pages.
2014-12-02 Jean-Christophe... model_ext: Add a way to represent inner classes.
2014-12-02 Jean Privatnitdoc: use `mdoc_or_fallback` to fill tmpl_definitions
2014-12-02 Jean Privatmodel: add MEntity::mdoc_or_fallback to get more docume...
2014-12-02 Jean Privatniti: adapt debugger to the new signature ot check_errors
2014-12-02 Jean Privatmodel: MVirtualType::resolve_for do not resilve self...
2014-12-02 Jean Privatmodel: MParameterType::lookup_bound works for the easy...
2014-12-02 Jean Privatmodel: add MVirtualType::lookup_single_definition
2014-12-02 Jean Privatmodel: generalize MType::lookup_bound
2014-12-02 Jean Privathighlight: be more robuts in case of partial model
next