nit.git
2017-10-27 Jean Privatnitcc: to_minimal_dfa is a little faster
2017-10-27 Jean Privatnitcc: a empty automaton has at least a start state...
2017-10-26 Alexandre Terrasanitunit: update documentation
2017-10-26 Alexandre Terrasanitunit: fix nitunits within the README
2017-10-26 Alexandre Terrasanitunit: linearize test execution
2017-10-26 Alexandre Terrasanitunit: introduce before/after class tests
2017-10-26 Alexandre Terrasanitunit: do not execute a before/after test twice
2017-10-26 Alexandre Terrasanitunit: fix `before-all` and `after-all` detection
2017-10-23 Alexandre Terrasapopcorn: pop_test uses NIT_TESTING_ID to determine...
2017-10-22 Alexandre Terrasamodel_json: update ModelView
2017-10-22 Alexandre Terrasanitweb: update ModelView
2017-10-17 Jean PrivatMerge: core: implement `Float::to_precision` in C witho...
2017-10-17 Jean PrivatMerge: markdown: merge MDProcessor and MDEmitter
2017-10-17 Jean PrivatMerge: lib/config: fix doc
2017-10-17 Jean PrivatMerge: lib/markdown: fix `text` for nested markdown...
2017-10-16 Alexandre Terrasatests: update tests.sh
2017-10-16 Alexandre Terrasanituml: update ModelView
2017-10-16 Alexandre Terrasametrics: update ModelView
2017-10-16 Alexandre Terrasanitdoc: update ModelView
2017-10-16 Alexandre Terrasamodel_index: update ModeView
2017-10-16 Alexandre Terrasamodel_collect: update ModelView
2017-10-16 Alexandre Terrasamodel_views: expect a mainmodule
2017-10-12 Alexandre Terrasalib/nlp: provide more examples
2017-10-12 Alexandre Terrasalib/nlp: combine nlp and vsm to create a search engine...
2017-10-12 Alexandre Terrasalib/nlp: avoid crash when reading token XML
2017-10-12 Alexandre Terrasalib/nlp: add wrapper to the web REST api
2017-10-12 Alexandre Terrasalib/nlp: extract NLPProcessor from the Java wrapper
2017-10-12 Alexandre Terrasalib/curl: allow raw body string in CurlHTTPRequest
2017-10-12 Alexandre Terrasalib/dom: avoid crash on empty tags data access
2017-10-12 Alexandre Terrasalib/dom: allow `xml` in tag name
2017-10-12 Alexandre Terrasalib/vsm: actually use tf.idf when matching documents
2017-10-12 Alexandre Terrasalib/vsm: access to non-existing keys return 0.0
2017-10-12 Alexandre Terrasalib/markdown: fix `text` for nested markdown blocks
2017-10-12 Alexandre Terrasalib/config: fix doc
2017-10-11 Alexandre Terrasalib/markdown: merge processor and emitter
2017-10-11 Alexandre Terrasalib/markdown: fix nitunits in README
2017-10-11 Alexandre Terrasalib/markdown: remove warnings
2017-10-10 Jean PrivatMerge: model_collect: collect more things
2017-10-10 Jean PrivatMerge: model: is_accessor
2017-10-10 Jean PrivatMerge: Vector Space Model
2017-10-06 Alexandre Terrasanlp: use new vector representation
2017-10-03 Alexis Laferrièrecore: implement Float::to_precision in C without callbacks
2017-09-29 Alexandre Terrasanitweb: use model_collect for definitions lists
2017-09-29 Alexandre Terrasamodel_collect: collect more things
2017-09-29 Alexandre Terrasamodel_collect: uniformize documentation
2017-09-29 Alexandre Terrasatests: update tests for vsm
2017-09-29 Alexandre Terrasalib/vsm: add README
2017-09-29 Alexandre Terrasalib/vsm: introduce an indexing process based on VSM
2017-09-29 Alexandre Terrasalib/vsm: accept anything as a dimension
2017-09-29 Alexandre Terrasalib/nlp: move vsm.nit to its own package
2017-09-29 Alexandre Terrasamodel: remove a warning :p
2017-09-29 Alexandre Terrasamodelize: define attribute getters and setters
2017-09-29 Alexandre Terrasamodel: tag getters and setters
2017-09-28 Jean PrivatMerge: lib: introduce `fca` a module for formal concept...
2017-09-28 Jean PrivatMerge: .gitignore: ignore more vim files
2017-09-28 Jean PrivatMerge: model_visitor: reject is_before and is_after...
2017-09-28 Jean PrivatMerge: doc_commands: parse parameters
2017-09-28 Jean PrivatMerge: nitweb: fully integrate catalog
2017-09-28 Alexandre Terrasalib: introduce `fca` a module for formal concept analysis
2017-09-28 Alexandre Terrasanitweb: allow options in graph card
2017-09-28 Alexandre Terrasasrc/doc_down: fix `comment` behavior
2017-09-28 Alexandre Terrasasrc/doc_commands: merge Article and Comment commands
2017-09-28 Alexis Laferrièrejson::dynamic: update doc
2017-09-28 Alexis Laferrièrejson::dynamic: add array index support to `get`
2017-09-28 Alexis Laferrièrejson::dynamic: remove to_parse_error redundant of to_error
2017-09-28 Alexis Laferrièrejson::dynamic: fix warning
2017-09-27 Alexandre Terrasa.gitignore: ignore more vim files
2017-09-26 Alexandre Terrasamodel_visitor: reject is_before and is_after as they...
2017-09-26 Alexandre Terrasanitweb: use new doc commands parser
2017-09-26 Alexandre Terrasanitdoc: use new doc commands parser
2017-09-26 Alexandre Terrasanitdoc: remove warnings from doc_readme
2017-09-26 Alexandre Terrasanitx: update to doc commands parser
2017-09-26 Alexandre Terrasasrc/doc_commands: rewrite doc commands parser
2017-09-26 Alexandre Terrasanitweb: rewrite search ui
2017-09-26 Alexandre Terrasanitweb: catalog refine search algorithm
2017-09-26 Alexandre Terrasanitweb: remove useless catalog handlers
2017-09-26 Alexandre Terrasanitweb: add catalog sidebar on package views
2017-09-26 Alexandre Terrasanitweb: rewrite catalog frontend
2017-09-26 Alexandre Terrasanitweb: remove tabs from cards
2017-09-26 Alexandre Terrasanitweb: move grades frontend from card to tab
2017-09-26 Alexandre Terrasanitweb: rename frontend module `index` in `catalog`
2017-09-26 Alexandre Terrasanitweb: frontend add ui-pagination directive
2017-09-26 Alexandre Terrasanitweb: catalog api serves persons related data
2017-09-26 Alexandre Terrasanitweb: catalog api serves tags related data
2017-09-26 Alexandre Terrasanitweb: catalog api use mpackage_stats
2017-09-26 Alexandre Terrasanitweb: introduce /api/catalog/packages route
2017-09-26 Alexandre Terrasanitweb: introduce custom serialization for CatalogHandler
2017-09-26 Alexandre Terrasanitweb: move catalog building to Catalog redef
2017-09-26 Alexandre Terrasanitweb: rewrite catalog serialization
2017-09-26 Alexandre Terrasanitweb: introduce pagination handler
2017-09-26 Alexandre Terrasacatalog: introduce some sorters
2017-09-26 Alexandre Terrasacatalog: introduce CatalogStats to retrieve all the...
2017-09-26 Alexandre Terrasacatalog: introduce MPackageStats to retrieve the stats...
2017-09-26 Alexandre Terrasacatalog: associate persons to their short name
2017-09-26 Alexandre Terrasacatalog: associate packages to their full_name
2017-09-26 Alexandre Terrasacatalog: extract gravatar from html
2017-09-26 Alexandre Terrasacatalog: split metadata from MPackage class
2017-09-26 Alexandre Terrasacatalog: fix warnings
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-09-25 Jean PrivatMerge: gamnit: fluid API, named 3D models, faster nitpi...
next