nit.git
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...
2017-09-25 Alexis Laferrièregamnit: fix "mismatching precision qualifiers" error...
2017-09-25 Alexis Laferrièregamnit: disable our premultiplication on Android
2017-09-25 Alexis Laferrièregamnit: compute a more precise `TextSprites::height`
2017-09-25 Alexis Laferrièregamnit: fix code duplication in BMFont
2017-09-25 Alexis Laferrièregamnit: add size info to font_showcase
2017-09-25 Alexis Laferrièregamnit: cache the light mvp_matrix
2017-09-25 Alexis Laferrièreserialization: generate one less warning
2017-09-25 Alexis Laferrièreglesv2: don't report missing-doc warnings, for a faster...
2017-09-25 Alexis Laferrièregamnit: fix crash on character missing from font
2017-09-25 Alexis Laferrièregamnit: more precise error when a texture is too large
2017-09-25 Alexis Laferrièregamnit: `CustomTexture::fill` returns self for easier...
2017-09-25 Alexis Laferrièregamnit: keep the named sub-object composing an obj...
2017-09-25 Alexis Laferrièregamnit: virtual gamepad services return the created...
2017-09-22 Jean PrivatMerge: Intro MessagePack serialization engines
2017-09-18 Alexis Laferrièremsgpack: fixme interpreter bug in constructors with...
next