nit.git
2015-10-07 Jean Privathighlight: handle multi-iterators
2015-10-07 Jean Privattests: add tests for multi-iterators
2015-10-07 Jean Privattests: update sav/test_parser* because AST changes
2015-10-07 Jean Privattests: update error message because of new iterators AST
2015-10-07 Jean Privattyping: use `location` attribute instead of `node`...
2015-10-07 Jean Privattyping: add a node parameter to `CallSite::check_signature`
2015-10-07 Jean Privatinterpreter&vm: handle multi-iterator
2015-10-07 Jean Privatcompiler: handle multi-iterators
2015-10-07 Jean Privattransform: rewrite the AFor transformation to handle...
2015-10-07 Jean Privatfrontend: handle multi-iterators
2015-10-07 Jean Privatparser: regenerate with multi-iterators
2015-10-07 Jean Privatgrammar: add `for_group` in `for` for multi-iterators
2015-10-06 Jean Privathighlight: Remove useless `super` since CallSite isa...
2015-10-06 Jean Privattyping: make `CallSite` a `MEntity` so that `is_broken...
2015-10-06 Jean Privatmodel: use the robust `intro_mmodule` instead of `intro...
2015-10-06 Jean Privatcompiler: skip broken entities
2015-10-06 Jean Privattests: update sav for some tests thanks to better error...
2015-10-06 Jean Privatmodel: add `MEntity::is_broken`
2015-10-06 Jean Privatnitc: print errors if all modules are invalid
2015-10-06 Jean Privatsemantize: set and use `ANode::is_broken`
2015-10-06 Jean Privatmodelbuilder: add `ANode::is_broken`
2015-10-06 Jean Privatmodel: make `MPropDef::is_intro` more robust
2015-10-06 Jean PrivatMerge: Cleanup for Gamnit integration
2015-10-06 Jean PrivatMerge: src: fix null receiver error on useless-signatur...
2015-10-05 Alexis Laferrièrecontrib/crazy_moles: squeeze together each images for...
2015-10-05 Alexis Laferrièrelib/gamnit: fix constructor of `GLfloatArray`
2015-10-05 Alexis Laferrièrelib/mnit: use abstract attributes
2015-10-05 Alexis Laferrièresrc: fix null receiver error on useless-signature warning
2015-10-04 Alexis Laferrièrelib/geometry: points attributes are writable
2015-10-04 Alexis Laferrièrelib/sdl: amask is an Int, not a Bool
2015-09-30 Alexis Laferrièrelib/android: update constructors in assets_and_resources
2015-09-30 Jean Privatversion 0.7.8 v0.7.8
2015-09-28 Jean PrivatMerge: Basename fix
2015-09-28 Jean PrivatMerge: glesv2: services for textures, shaders, framebuf...
2015-09-28 Jean PrivatMerge: Make stream and iterators withable
2015-09-28 Jean PrivatMerge: Bytes is now Writable
2015-09-28 Jean PrivatMerge: Fixes for ordered trees
2015-09-28 Jean PrivatMerge: Fix fdroid
2015-09-28 Jean PrivatMerge: Faster scan in the loader
2015-09-28 Jean PrivatMerge: More ini
2015-09-28 Lucas Bajolettests: Added test for basename and related methods
2015-09-28 Lucas Bajoletlib/core: Optimized generation of Boxes in to_s_with_copy
2015-09-28 Lucas Bajoletlib/core: Added specialized implementation of file_exte...
2015-09-28 Alexis Laferrièrelib/gamnit examples: change the background of the trian...
2015-09-28 Alexis Laferrièrelib/glesv2 & gamnit: update examples to the new API
2015-09-28 Alexis Laferrièrelib/glesv2: intro a Makefile to automate wrapping
2015-09-28 Alexis Laferrièrelib/glesv2: update more misc services
2015-09-28 Alexis Laferrièrelib/glesv2: update API style of glGetError
2015-09-28 Alexis Laferrièrelib/glesv2: intro services to synchronize operations...
2015-09-28 Alexis Laferrièrelib/glesv2: intro services to set the clear values...
2015-09-28 Alexis Laferrièrelib/glesv2: move glClearColor and glViewport to the...
2015-09-28 Alexis Laferrièrelib/glesv2: move more enums to the new API style
2015-09-28 Alexis Laferrièrelib/glesv2: move some program related services with...
2015-09-28 Alexis Laferrièrelib/glesv2: fix signature of glTexImage2D and accept...
2015-09-28 Alexis Laferrièrelib/glesv2: move shaders services to the new API style
2015-09-27 Alexis Laferrièrelib/glesv2: intro framebuffers services
2015-09-27 Alexis Laferrièrelib/glesv2: intro renderbuffer services
2015-09-27 Alexis Laferrièrelib/glesv2: intro texture related services
2015-09-26 Jean Privattests: add test_with.nit
2015-09-26 Jean Privatordered_tree: remove subs when all children are detached.
2015-09-26 Jean Privatordered_tree: avoid abort if subs is empty
2015-09-25 Lucas Bajoletlib/core: Improve performances of last_index_of_from
2015-09-24 Jean Privatmemory: add apk link in the catalog
2015-09-24 Jean Privatmemory: force app_namespace
2015-09-24 Jean Privatmemory: fix fdroid metadata (it does not like superfluo...
2015-09-24 Jean Privatmemory: fix make android-release
2015-09-24 Jean Privatballz: rename FDroid metadata file
2015-09-24 Lucas Bajoletlib/core: Bytes is now Writable
2015-09-24 Jean Privattests: update sav/nitls*
2015-09-24 Jean Privatlib/core/stream: add start/finish for Stream
2015-09-24 Jean Privatlib/core/collection: add start so iterators are usable...
2015-09-24 Jean Privatvim: add the keyword `with`
2015-09-24 Jean Privatloader: scan_group does not identify file already ident...
2015-09-24 Jean Privatloader: reorder some code in `get_mgroup`
2015-09-24 Jean Privatloader: identified_files_by_path also cache the relativ...
2015-09-24 Jean Privatloader: use `realpath` to implement `module_absolute_path`
2015-09-24 Jean Privatloader: use `has_suffix` instead of file_extension
2015-09-23 Jean PrivatMerge: Beef up OrderedTree API
2015-09-23 Jean PrivatMerge: Geometry
2015-09-23 Jean Privatcode: add new package.ini (and update some tags)
2015-09-23 Jean Privatcontrib: rename nitcc/tests/package.ini to plural
2015-09-23 Jean Privatlib/ordered_tree: add `parent`, `has` and `length`
2015-09-23 Jean Privatlib/ordered_tree: add `==`, `hash` and `clone`
2015-09-22 Jean PrivatMerge: new game: memory
2015-09-22 Jean PrivatMerge: Migration from ascii to code_point
2015-09-22 Jean PrivatMerge: nitc: fix some broken case in equal_test
2015-09-22 Jean Privatcontrib: add memory, the game with shapes and colors
2015-09-22 Jean Privatlib/ordered_tree: add and used `add_all`
2015-09-22 BlackMinougeometry/polygon: adds polygon triangulation + polygon...
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-21 Jean Privatlib/core: fix nitunit that should have failed earlier...
2015-09-21 Jean Privatcore/math: add basic Bézier interpolations on Float
2015-09-21 Jean Privattests: add base_eq_int4*.nit for more combination of...
2015-09-21 Jean Privatsepcomp: rewrote, fix and document `equal_test` in...
2015-09-21 Jean Privatsepcomp: fix potential tagging issue in `is_same_type_test`
2015-09-21 Jean Privatsepcomp: add `MType::tag_value`
2015-09-21 Lucas Bajoletlib: Changes in the way ascii is coded and its semantics.
2015-09-21 Lucas Bajoletlib/core: Fix bug in StringByteView, misuse of `String...
2015-09-21 BlackMinougeometry: Adds a README
2015-09-16 Jean PrivatMerge: Extends catalog with a *try it* and a *download...
next