Merge: annotations: introduce `example` annotation
[nit.git] / lib /
2017-12-04 Jean PrivatMerge: annotations: introduce `example` annotation
2017-12-01 Alexandre Terrasalib/ai: fix raw code in now tested docunit for puzzle...
2017-11-29 Jean PrivatMerge: gamnit: new services and a lot of bug fixes...
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-11-28 Alexandre Terrasafrontend: move annotations to check_annotation
2017-11-28 Alexis Laferrièreandroid: kindly ask the GC to do its thing when the...
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-27 Alexis Laferrièreperf analysis: customize float precision in reports
2017-11-27 Alexis Laferrièrerealtime: avoid unnecessary mallocs
2017-11-27 Alexis Laferrièrerealtime: make native services private
2017-11-27 Alexis Laferrièregamnit: don't apply dynamic resolution to UI sprites
2017-11-27 Alexis Laferrièregamnit: dynamic_resolution_ratio should be writable
2017-11-27 Alexis Laferrièregamnit: free images pixel data from RAM after loading...
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: don't limit fps by default as most mobile syste...
2017-11-21 Alexis Laferrièregamnit: remove duplicated perf stats in shadow
2017-11-21 Alexis Laferrièregamnit: use shorter names to avoid unpredictable truncation
2017-11-21 Alexis Laferrièregamnit: fix name of parameters visible in free constructor
2017-11-21 Alexis Laferrièregamnit: allow modification of CustomTextures after...
2017-11-21 Alexis Laferrièregamnit: keep source data for CustomTexture to support...
2017-11-21 Alexis Laferrièregamnit: fix subtexture references to the parent's GL...
2017-11-21 Alexis Laferrièrematrix: optimize matrix multiplication
2017-11-21 Alexis Laferrièrematrix: optimize loops
2017-11-21 Alexis Laferrièrematrix: optimize the creation of the `gamnit_rotation_m...
2017-11-21 Alexis Laferrièrematrix: cache the last `gamnit_euler_rotation` matrix...
2017-11-21 Alexis Laferrièregamnit: fix camera anchors left and right
2017-11-21 Alexis Laferrièregamnit: tweak doc of Mesh
2017-11-21 Alexis Laferrièregamnit: tweak BlinPhongProgram to support drawing many...
2017-11-21 Alexis Laferrièregamnit: remove unused parameters to `SmoothMaterial...
2017-11-21 Alexis Laferrièregamnit: rename versatile_program to blinn_phong_program
2017-11-21 Alexis Laferrièregamnit: intro `ParticleSystem::clear`
2017-11-21 Alexis Laferrièreglesv2: optimize `GLfloatArray` by a custom implementat...
2017-11-21 Alexis Laferrièreegl: intro `EGLConfigChooser::samples` and fix a constant
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...
next