Rename REAMDE to README.md
[nit.git] / src / metrics /
2015-04-23 Alexandre Terrasametrics/mendel: add missing comments
2015-04-23 Alexandre Terrasametrics/mendel: use new constructors
2015-04-23 Alexandre Terrasametrics/mendel: sort results in console display
2015-04-23 Alexandre Terrasametrics: fixe missing documentation warnings
2015-04-23 Alexandre Terrasametrics: remove useless return types in redefs
2015-04-23 Alexandre Terrasametrics: move `sum` up to interface `Metric`
2015-04-23 Alexandre Terrasametrics: allow Metric sorting
2015-04-16 Jean Privatmetrics/detect_covariance: update check_subtype
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-08 Jean Privatmodel: rename `as_notnullable` to `undecorate`
2015-04-04 Jean Privatsrc: use MFormalType for type checks when it makes...
2015-02-26 Jean PrivatMerge: Generalized class members
2015-02-24 Jean Privatgrammar: introduce ASuperPropdef for super-classes
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-07 Jean Privatmetrics: rename title of detect_variance_constraints
2015-02-07 Jean Privatmetrics: add --detect-covariance
2014-12-17 Jean Privatmodel: promote `full_name` to MEntity
2014-12-14 Jean PrivatMerge: Detect variance constraints
2014-12-12 Jean Privatnitmetrics: add --detect-covar
2014-12-09 Jean-Christophe... csv: Allow output customization.
2014-12-09 Jean-Christophe... csv: Clean `CsvDocument` a little bit.
2014-11-07 Alexis Laferrièretests: modify ai::puzzle, nitmetrics and nitunit to...
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-03 Jean Privatsrc: move model_vis to model
2014-09-03 Jean Privatsrc/metrics: clean importations
2014-09-03 Jean Privatsrc: add new hub modules to regroup related things...
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-15 Alexandre Terrasamodel_utils: limit dependency to `model`.
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-06-03 Jean Privatmodelbuilder: `resolve_mtype` require a MClassDef inste...
2014-04-25 Alexandre Terrasametrics: display sums in to_console
2014-04-25 Alexandre Terrasametrics: count nullable attributes
2014-04-25 Alexandre Terrasametrics: compute number of properties and number of...
2014-04-25 Alexandre Terrasametrics: clear metrics set between each group analysis
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-26 Jean Privatmetrics/rta: add callsite_info to display things
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-25 Jean Privatmetrics: type phase attributes with Phase instead of...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-21 Jean Privatmetrics/generate_hier: project_hierarchy.dot use given_...
2014-03-21 Jean Privattoolcontext: `process_options` require arguments.
2014-03-21 Jean Privatmodelbuilder: add parameter `given_mmodules` to `Phase...
2014-03-14 Jean Privatlib/ordered_tree: adapt OrderedTree to Streamable
2014-03-14 Jean Privatmodel_viz: adapt MProjectDot to Streamable
2014-03-13 Jean PrivatMerge branch 'dump_rta'
2014-03-12 Jean Privatmetrics/rta: save the list of live things in files
2014-03-12 Jean Privatnitmetrics: do not crash in `to_console` if no values...
2014-03-07 Alexandre Terrasametrics: introduce Mendel analysis
2014-03-07 Alexandre Terrasametrics: min and max return the element instead of...
2014-03-07 Alexandre Terrasametrics: refactor RTA metrics
2014-03-07 Alexandre Terrasalib: rename Counter::total into Counter::sum
2014-03-07 Alexandre Terrasametrics: make MetricSet output csv
2014-03-07 Alexandre Terrasalib: csv get file to save in save instead of init
2014-03-07 Alexandre Terrasametrics: add Number of Local MProperty class metric
2014-03-07 Alexandre Terrasametrics: print std_dev for each metric
2014-03-07 Alexandre Terrasametrics: add to_console method to pretty print metrics...
2014-03-07 Alexandre Terrasametrics: move up collect in MetricSet
2014-03-07 Alexandre Terrasametrics: move up collect method in Metric
2014-03-07 Alexandre Terrasametrics: move up values method in Metric interface
2014-03-06 Alexandre Terrasamodel_utils: better class hierarchy exploration
2014-02-28 Jean PrivatMerge branch 'hardening_types'
2014-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
2014-02-28 Alexandre Terrasametrics: add colors to metrics output
2014-02-28 Alexandre Terrasametrics: remove useless redef of Model from metrics_base
2014-02-28 Alexandre Terrasametrics: replace is_user_defined() by is_standard()
2014-02-28 Alexandre Terrasametrics: refactor inheritance metrics
2014-02-28 Alexandre Terrasametrics: extract mclasses_metrics in its own nit module
2014-02-28 Alexandre Terrasametrics: extract mmodule_metrics in its own module
2014-02-28 Alexandre Terrasametrics: add abstract metrics classes for better organi...
2014-02-28 Jean Privatrta: store real types in live_cast_type
2014-02-25 Jean PrivatMerge remote-tracking branch 'alexandre/fix-iterators'
2014-02-25 Alexandre Terrasanitmetrics: correct typo from `reciever` to `receiver`
2014-02-15 Alexandre Terrasadoc: added comment for metrics::inheritance_metrics...
2014-02-05 Jean Privatmetrics: remove mmodule_nesting_hierarchy in poset_metrics
2014-02-05 Jean Privatmetrics: generate projects and groups in model_hyperdoc
2014-02-05 Jean Privatmetrics: use model_viz in generate_hierarchies
2013-08-15 Jean Privatnit tools: fix typo and style in documentation
2013-08-09 Jean Privatparser: `Visitor::visit` does not accepts `null`
2013-08-05 Jean Privatmetrics: rta count dead method definitions of live...
2013-08-05 Jean Privatmetrics: rta shows live classes and methods. hide custo...
2013-08-05 Jean Privatmetrics: rta, does not refine RapidTypeAnalysis
2013-08-02 Jean Privatmetrics: add ast_metrics
2013-08-02 Jean Privatmetrics: use print_elements in static_type_metrics
2013-08-01 Jean PrivatMerge remote-tracking branch 'alexandre/ni-merge' into...
2013-07-23 Jean Privatmetrics: add poset_metrics
2013-07-23 Jean Privatmetrics: add Counter#print_summary
2013-07-23 Jean Privatmetrics: move counter to its own module
2013-07-20 Jean Privatnitmetrics: implements metrics as global phases
2013-07-19 Jean Privatsrc: extract modelize_class.nit from modelbuiler.nit
2013-06-22 Alexandre Terrasanitmetrics: set private visibility to internal services
2013-06-22 Alexandre Terrasanitmetrics: now use model_utils
2013-03-15 Jean PrivatMerge remote-tracking branch 'at/nitmetrics'
2013-01-24 Alexandre Terrasanitmetrics: moved CSVDocument from metrics_base to...
2013-01-24 Alexandre TerrasaRemove useless metrics about genericity
2013-01-24 Alexandre Terrasanitmetrics: add metrics about genericity inheritance
2013-01-24 Alexandre Terrasanitmetrics: add specifiv genericity metrics
2013-01-24 Alexandre Terrasanitmetrics: compute scalar module count
2013-01-24 Alexandre Terrasanitmetrics: output mclass.arity in csv results
2013-01-24 Alexandre Terrasanitmetrics: fix DIT calculation
2013-01-24 Alexandre Terrasanitmetrics: add scalar summary metrics for modules
next