tests: update some sav because uft8 locale
[nit.git] / lib /
2017-11-27 Jean PrivatMerge: android: update compiler to use the "new" toolchain
2017-11-24 Jean PrivatMerge: src/doc: Introduce doc commands
2017-11-23 Jean PrivatMerge: app.nit: fix issues in examples and calculator
2017-11-23 Jean PrivatMerge: gamnit: distinguish between `create_gamnit`...
2017-11-23 Alexandre Terrasalib/html: bootstrap use optional annotation
2017-11-23 Alexandre Terrasamarkdown: reset headlines collection between two processing
2017-11-22 Alexis Laferrièreandroid: use global references in `audio` implementation
2017-11-22 Alexis Laferrièreandroid: fix pinning non-local ref to Nit objects from...
2017-11-22 Alexis Laferrièreandroid: avoid callbacks in audio implementation
2017-11-22 Alexis Laferrièreandroid: update native_app_glue
2017-11-22 Alexis Laferrièreandroid: update host setup guide
2017-11-22 Alexis Laferrièreandroid: activate the GC
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2017-11-21 Alexis Laferrièregamnit: fix error between comment and code in template...
2017-11-21 Alexis Laferrièregamnit: move camera default settings to create_scene
2017-11-21 Alexis Laferrièregamnit: check for more errors
2017-11-21 Alexis Laferrièregamnit: split use of App::on_create between create_gamn...
2017-11-21 Alexis Laferrièregamnit: reset SpriteSet at create to support recreating...
2017-11-21 Alexis Laferrièregamnit: fix sprite set management in flat_core
2017-11-21 Alexis Laferrièregamnit: fix propagation of on_stop
2017-11-14 Alexis Laferrièreapp.nit examples: fix dependencies by adding the missin...
2017-11-14 Alexis Laferrièreapp.nit examples: update http_request_example to correc...
2017-11-08 Jean PrivatMerge: NLP: More Natural Language Processing features
2017-10-27 Jean PrivatMerge: json::dynamic: extend `get` to support arrays...
2017-10-27 Jean PrivatMerge: popcorn: pop_test uses NIT_TESTING_ID to determi...
2017-10-23 Alexandre Terrasapopcorn: pop_test uses NIT_TESTING_ID to determine...
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-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-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 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-28 Alexandre Terrasalib: introduce `fca` a module for formal concept analysis
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-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è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èregamnit: use the msgpack engines instead of binary
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: 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è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: 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 Jean PrivatMerge: json: move up general services, support Byte...
2017-09-07 Jean PrivatMerge: gamnit: shadow mapping
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2017-08-31 Alexis Laferrièreserialization: move StrictHashMap related services
2017-08-31 Alexis Laferrièreserialization: move up deser. safety services from...
2017-08-31 Jean PrivatMerge: gamnit audio: control sound channels and don...
next