nit.git
2015-10-26 Jean PrivatREADME: document nit_env.sh
2015-10-26 Jean Privatmisc: add `nit_env.sh` to auto-magically configure...
2015-10-22 Jean PrivatMakefile: `all` generate manpages as `pandoc` is no...
2015-10-21 Jean PrivatMerge: lib/serialization: fix deserialization construct...
2015-10-21 Jean PrivatMerge: lib/core: Optimized `html_escape` for FlatText...
2015-10-21 Jean PrivatMerge: lib/core: Added new `hexdigest` service on ...
2015-10-21 Jean PrivatMerge: loader: print error if bad files given to `scan_...
2015-10-21 Jean PrivatMerge: nitdoc: opts --no-render and --test
2015-10-21 Alexis LaferrièreRevert "tests: update deserializations tests with nitce...
2015-10-20 Lucas Bajoletlib/core: Optimized `html_escape` for FlatText variants
2015-10-20 Lucas Bajoletlib/core: Added new `hexdigest` service on `Text`
2015-10-20 Jean PrivatMerge: Optimize hash collection
2015-10-20 Jean Privatloader: print error if bad files given to `scan_full...
2015-10-20 Jean PrivatMerge: lib: Introduce Stanford CoreNLP wrapper
2015-10-20 Jean PrivatMerge: parser: do not allocate a reduction table for...
2015-10-20 Jean PrivatMerge: lib/html: implement the tag list as an hashset...
2015-10-20 Jean Privathash_debug: monitor calls to `enlarge`
2015-10-20 Jean Privatcore::hash_collection: simplify `enlarge`
2015-10-20 Jean Privatcore::hash_collection: native array storage is no more...
2015-10-20 Jean Privatcore::hash_collection: do not allocate the storage...
2015-10-19 Alexandre Terrasasrc/doc: move the testing option to its own doc_phase.
2015-10-19 Alexandre Terrasasrc/doc: introduce option --no-render in HTML phase.
2015-10-19 Alexandre Terrasalib/nlp: add package metadata and readme
2015-10-19 Alexandre Terrasalib/nlp: introduce nitnlp bin as a client example for...
2015-10-19 Alexandre Terrasalib/nlp: introduce NLPDocument to NLPVector translation
2015-10-19 Alexandre Terrasalib/nlp: introduce Vector Space Model with NLPVectors
2015-10-19 Alexandre Terrasalib/nlp: introduce StanfordNLP wrapper
2015-10-19 Jean Privatcore::hash_collection: shortcut some methods on empty...
2015-10-19 Jean Privatparser: do not allocate a reduction table for each...
2015-10-19 Jean Privatlib/html: implement the tag list as an hashset instead...
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 Alexis Laferrièrelib/serialization: fix deserialization contructor calli...
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
next