nit.git
2017-09-29 Alexandre Terrasamodel_collect: collect more things
2017-09-29 Alexandre Terrasamodel_collect: uniformize documentation
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-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...
2017-09-18 Alexis Laferrièrejwrapper: don't serialize cached attributes
2017-09-18 Alexis Laferrièrejwrapper: use msgpack
2017-09-18 Alexis Laferrièregamnit: use the msgpack engines instead of binary
2017-09-18 Alexis Laferrièremsgpack: test the msgpack serialization engines
2017-09-18 Alexis Laferrièremsgpack: intro msgpack_to_json tool
2017-09-18 Alexis Laferrièremsgpack: intro entrypoint and package doc
2017-09-18 Alexis Laferrièremsgpack: intro deserialization services
2017-09-18 Alexis Laferrièremsgpack: intro serialization services
2017-09-18 Alexis Laferrièremsgpack: intro read services
2017-09-18 Alexis Laferrièremsgpack: intro write services
2017-09-18 Alexis Laferrièrecore: `Bytes::to_i` can parse signed ints
2017-09-18 Alexis Laferrièrecore: support signed ints and custom capacity in `Int...
2017-09-18 Jean PrivatMerge: serialization: redef inspect for an output usefu...
2017-09-18 Jean PrivatMerge: core: intro BytesWriter and BytesReader
2017-09-18 Jean PrivatMerge: app.nit: easier root window selection and other...
2017-09-15 Alexis Laferrièreserialization: test the inspect serialization engine
2017-09-15 Alexis Laferrièreserialization: redef of `inspect` using a new serializer
2017-09-15 Alexis Laferrièrecore: Bytes have a minimum capacity of 16 bytes
2017-09-15 Alexis Laferrièrecore: optimize Bytes::append_text using redefs in Text...
2017-09-15 Alexis Laferrièrecore: protect access to _items in empty strings
2017-09-11 Alexis Laferrièreserialization: move serialization_core
2017-09-08 Alexis Laferrièrecalculator: don't use fonts in the icon source
2017-09-08 Alexis Laferrièreapp: add code example to data_store, http_request and ui
2017-09-08 Alexis Laferrièreapp: report errors in DataStore and fix a warning
2017-09-08 Alexis Laferrièreapp: make DataStore a class and refine on each platform
2017-09-08 Alexis Laferrièreapp: tweak UI API doc
2017-09-08 Alexis Laferrièreapp: update clients to use `root_window`
2017-09-08 Alexis Laferrièreapp: intro `root_window` to select the first visible...
2017-09-08 Alexis Laferrièrestream: intro `BytesWriter` and `BytesReader`
2017-09-07 Alexis Laferrièreapp: update UI example language and android style
2017-09-07 Alexis Laferrièrehighlight: optionally print errors when highlighting
2017-09-07 Jean PrivatMerge: Nitmetric fixes
2017-09-07 Jean PrivatMerge: Nitweb: boost response time and some improvements
2017-09-07 Jean PrivatMerge: json: move up general services, support Byte...
2017-09-07 Jean PrivatMerge: gamnit: shadow mapping
2017-09-06 Alexandre Terrasanitunit: update documentation for annotations
2017-09-06 Alexandre Terrasatests: update syntax tests
2017-09-06 Alexandre Terrasanitunit: migrate test generation to annotations
2017-09-06 Alexandre Terrasafrontend: disable warnings for test modules
2017-09-06 Alexandre Terrasasrc: migrate nitunits to annotations
next