nit.git
2015-10-22 Jean Privatupdate root README
2015-10-19 Jean PrivatMerge: contrib/opportunity: store local participant...
2015-10-19 Jean PrivatMerge: Improve highlight
2015-10-19 Jean PrivatMerge: Kill pseudo toplevel methods
2015-10-19 Jean PrivatMerge: Loader refactor
2015-10-18 Alexis Laferrièrecontrib/opportunity: store local participant's name...
2015-10-17 Jean Privatsrc: new program `test_highlight`
2015-10-17 Jean Privattests: update sav/ because of new loader
2015-10-17 Jean Privatloader: sort files in scanning to force determinism
2015-10-17 Jean Privatonline_ide: update to the new API of the loader
2015-10-17 Jean Privatmodel/model_viz: use OrderedTree[MConcern]
2015-10-17 Jean Privattests: improve nitls tests
2015-10-17 Jean Privatnitls: use alpha_comparator
2015-10-17 Jean Privatnitls: use OrderedTree[MConcern]
2015-10-17 Jean Privatnitls: adapt to new loader API
2015-10-17 Jean Privatnitcatalog: use MConcen to generalize MGroup and MModule
2015-10-17 Jean Privatnitcatalog: adapt to new loader API
2015-10-17 Jean Privatloader: improve documentation
2015-10-17 Jean Privatloader: conditional_importations have only MModule now
2015-10-17 Jean Privatloader: `MModule::load` cause build_module_importation
2015-10-17 Jean Privatloader: introduce `scan_full`
2015-10-17 Jean Privattests: update nitlight.res
2015-10-17 Jean Privatnitlight: include whole lines and loose tookens
2015-10-17 Jean Privathighlight: add flag `include_whole_lines`
2015-10-17 Jean Privathighlight: add flag `include_loose_tokens`
2015-10-17 Jean Privathighlight: only highlight the given node, not the whole AST
2015-10-17 Jean Privatnitlight: use `cname` or `full_name` to avoid module...
2015-10-17 Jean Privatparallelization_phase: use `ANode::validate` after...
2015-10-17 Jean Privatastvalidation: add `ANode::validate` to simplify validation
2015-10-16 Jean PrivatMerge: lib/github: clean code and add some services
2015-10-16 Jean PrivatMerge: lib/mongodb: minor fixes
2015-10-16 Jean Privatcontrib/wiringPi: move pseudo-toplevel methods from...
2015-10-16 Jean Privatsrc: move pseudo-toplevel methods from Object
2015-10-16 Jean Privatlib/egl: move `report_egl_error` from Object to `EGLDis...
2015-10-16 Jean Privatlib: move pseudo-toplevel methods from Object
2015-10-16 Alexandre Terrasalib/github: introduce `Issue::is_pull_request` method
2015-10-16 Alexandre Terrasalib/github: add setters to all github api entities...
2015-10-16 Alexandre Terrasalib/github: better type safety on json accesses
2015-10-16 Alexandre Terrasalib/github: remove `to_s` on nullable warnings
2015-10-16 Alexandre Terrasalib/mongodb: fix segfault in `Collection::find` method
2015-10-16 Alexandre Terrasalib/mongodb: collections do not call next when returnin...
2015-10-16 Jean PrivatMerge: metrics: add some Mendel metrics for classes
2015-10-16 Jean PrivatMerge: metrics: not a number fix
2015-10-16 Jean PrivatMerge: Set HashMapIterator as a private class.
2015-10-16 Jean PrivatMerge: FlatText is a private class
2015-10-16 Jean PrivatMerge: lib/graphs: introduce PageRank computation on...
2015-10-15 Alexandre Terrasametrics: add some Mendel metrics for classes
2015-10-15 Alexandre Terrasametrics: make Metric interface accept any kind of colle...
2015-10-15 Alexandre Terrasametrics: skip `not a number` values when computinh...
2015-10-15 Alexandre Terrasacore/collection: set HashMapIterator as private
2015-10-15 Alexandre Terrasacore/text: remove call on nullable warnings
2015-10-15 Alexandre Terrasalib/graphs: introduce PageRank computation on digraphs
2015-10-15 Alexandre Terrasalib/graphs: introduce `show_dot` for debugging digraphs.
2015-10-15 Alexandre Terrasalib/graphs: clean digraph.nit whitespaces
2015-10-15 Alexandre Terrasacore/text: make FlatText private
2015-10-13 Jean PrivatMerge: mnit: Fix error on refined virtual types
2015-10-13 Jean PrivatMerge: Rationalize the usages of tools on packages
2015-10-13 Jean Privatonline_ide: imports nitc (symlinked from contrib)
2015-10-13 Jean Privatcontrib: add `nitc` as a symbolic link to `src` so...
2015-10-13 Jean Privattinks: nitserial requires a valid model, so with a...
2015-10-11 Alexis Laferrièretests: do not expect the "Redef Error" on mnit clients
2015-10-11 Alexis Laferrièrelib/mnit: do not redef virtual types
2015-10-09 Jean Privatloader: kill ModulePath
2015-10-09 Jean Privatloader: rename `get_group` to `identify_group`
2015-10-07 Jean PrivatMerge: Multi iterators
2015-10-07 Jean Privattransform: reactivate shortcut_range by not transformin...
2015-10-07 Jean PrivatMakefiles: add pre-build
2015-10-07 Jean PrivatMerge: Detach CallSite from the AST
2015-10-07 Jean PrivatMerge: More robustness in keep going
2015-10-07 Jean Privatpretty: handle multi-iterators
2015-10-07 Jean Privathighlight: handle multi-iterators
2015-10-07 Jean Privattests: add tests for multi-iterators
2015-10-07 Jean Privattests: update sav/test_parser* because AST changes
2015-10-07 Jean Privattests: update error message because of new iterators AST
2015-10-07 Jean Privattyping: use `location` attribute instead of `node`...
2015-10-07 Jean Privattyping: add a node parameter to `CallSite::check_signature`
2015-10-07 Jean Privatinterpreter&vm: handle multi-iterator
2015-10-07 Jean Privatcompiler: handle multi-iterators
2015-10-07 Jean Privattransform: rewrite the AFor transformation to handle...
2015-10-07 Jean Privatfrontend: handle multi-iterators
2015-10-07 Jean Privatparser: regenerate with multi-iterators
2015-10-07 Jean Privatgrammar: add `for_group` in `for` for multi-iterators
2015-10-06 Jean Privathighlight: Remove useless `super` since CallSite isa...
2015-10-06 Jean Privattyping: make `CallSite` a `MEntity` so that `is_broken...
2015-10-06 Jean Privatmodel: use the robust `intro_mmodule` instead of `intro...
2015-10-06 Jean Privatcompiler: skip broken entities
2015-10-06 Jean Privattests: update sav for some tests thanks to better error...
2015-10-06 Jean Privatmodel: add `MEntity::is_broken`
2015-10-06 Jean Privatnitc: print errors if all modules are invalid
2015-10-06 Jean Privatsemantize: set and use `ANode::is_broken`
2015-10-06 Jean Privatmodelbuilder: add `ANode::is_broken`
2015-10-06 Jean Privatmodel: make `MPropDef::is_intro` more robust
2015-10-06 Jean PrivatMerge: Cleanup for Gamnit integration
2015-10-06 Jean PrivatMerge: src: fix null receiver error on useless-signatur...
2015-10-05 Alexis Laferrièrecontrib/crazy_moles: squeeze together each images for...
2015-10-05 Alexis Laferrièrelib/gamnit: fix constructor of `GLfloatArray`
2015-10-05 Alexis Laferrièrelib/mnit: use abstract attributes
2015-10-05 Alexis Laferrièresrc: fix null receiver error on useless-signature warning
2015-10-04 Alexis Laferrièrelib/geometry: points attributes are writable
2015-10-04 Alexis Laferrièrelib/sdl: amask is an Int, not a Bool
next