csv: Allow output customization.
[nit.git] / src /
2014-12-09 Jean-Christophe... csv: Allow output customization.
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
2014-11-30 Jean PrivatMerge: Attributes access in nitvm
2014-11-29 Jean Privatcompiler: the type poset contains only directed casts
2014-11-29 Jean Privatmodel: add another level of cache for MClassType::colle...
2014-11-29 Jean Privatmodel: cache types in a hashmap instead of in a list
2014-11-28 Julien Pagèsnitvm: Attributes access is fully functionnal with...
2014-11-28 Julien Pagèsnitvm: Implementing attribute access with direct access
2014-11-28 Jean PrivatMerge: Useless type
2014-11-28 Jean PrivatMerge: Use tagged-fences to discriminate docunits
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-28 Jean Privatall: fix broken markdown comments with missing or unwan...
2014-11-28 Jean Privatmodelize: do not fatal error when more that one root...
2014-11-28 Jean Privatmodelize: do not crash if not object class to implicitl...
2014-11-28 Jean Privatmodel: do not fatal when more than one primitive class...
2014-11-28 Jean Privatnitlight: enable ToolContext::keep_going to still highl...
2014-11-28 Jean Privatnitls: bind the option --keep-going on ToolContext...
2014-11-28 Jean Privattoolcontext: add `keep_going` flag to possibly let...
2014-11-28 Jean Privattoolcontext: `errors_info` reset couts
2014-11-28 Jean Privatnitdoc: increase the verbosity level for the numerous...
2014-11-28 Jean Privatnitunit: enforce the testing of docunits (unless explic...
2014-11-28 Jean Privatsrc: nitunit and docdown use the fence-tag to skip...
2014-11-28 Jean Privatdocdown: read simple fence tag (type)
2014-11-28 Jean Privattyping: warn `useless-type` for useless type in a local...
2014-11-28 Jean Privatmodelize: do not warn `useless-type` for a covariant...
next