README: document nit_env.sh
[nit.git] / lib /
2015-10-21 Jean PrivatMerge: lib/serialization: fix deserialization construct...
2015-10-21 Jean PrivatMerge: lib/core: Optimized `html_escape` for FlatText...
2015-10-21 Jean PrivatMerge: lib/core: Added new `hexdigest` service on ...
2015-10-20 Lucas Bajoletlib/core: Optimized `html_escape` for FlatText variants
2015-10-20 Lucas Bajoletlib/core: Added new `hexdigest` service on `Text`
2015-10-20 Jean PrivatMerge: Optimize hash collection
2015-10-20 Jean PrivatMerge: lib: Introduce Stanford CoreNLP wrapper
2015-10-20 Jean Privathash_debug: monitor calls to `enlarge`
2015-10-20 Jean Privatcore::hash_collection: simplify `enlarge`
2015-10-20 Jean Privatcore::hash_collection: native array storage is no more...
2015-10-20 Jean Privatcore::hash_collection: do not allocate the storage...
2015-10-19 Alexandre Terrasalib/nlp: add package metadata and readme
2015-10-19 Alexandre Terrasalib/nlp: introduce nitnlp bin as a client example for...
2015-10-19 Alexandre Terrasalib/nlp: introduce NLPDocument to NLPVector translation
2015-10-19 Alexandre Terrasalib/nlp: introduce Vector Space Model with NLPVectors
2015-10-19 Alexandre Terrasalib/nlp: introduce StanfordNLP wrapper
2015-10-19 Jean Privatcore::hash_collection: shortcut some methods on empty...
2015-10-19 Jean Privatlib/html: implement the tag list as an hashset instead...
2015-10-19 Jean PrivatMerge: Kill pseudo toplevel methods
2015-10-17 Alexis Laferrièrelib/serialization: fix deserialization contructor calli...
2015-10-16 Jean PrivatMerge: lib/github: clean code and add some services
2015-10-16 Jean PrivatMerge: lib/mongodb: minor fixes
2015-10-16 Jean Privatlib/egl: move `report_egl_error` from Object to `EGLDis...
2015-10-16 Jean Privatlib: move pseudo-toplevel methods from Object
2015-10-16 Alexandre Terrasalib/github: introduce `Issue::is_pull_request` method
2015-10-16 Alexandre Terrasalib/github: add setters to all github api entities...
2015-10-16 Alexandre Terrasalib/github: better type safety on json accesses
2015-10-16 Alexandre Terrasalib/github: remove `to_s` on nullable warnings
2015-10-16 Alexandre Terrasalib/mongodb: fix segfault in `Collection::find` method
2015-10-16 Alexandre Terrasalib/mongodb: collections do not call next when returnin...
2015-10-16 Jean PrivatMerge: Set HashMapIterator as a private class.
2015-10-16 Jean PrivatMerge: FlatText is a private class
2015-10-15 Alexandre Terrasacore/collection: set HashMapIterator as private
2015-10-15 Alexandre Terrasacore/text: remove call on nullable warnings
2015-10-15 Alexandre Terrasalib/graphs: introduce PageRank computation on digraphs
2015-10-15 Alexandre Terrasalib/graphs: introduce `show_dot` for debugging digraphs.
2015-10-15 Alexandre Terrasalib/graphs: clean digraph.nit whitespaces
2015-10-15 Alexandre Terrasacore/text: make FlatText private
2015-10-13 Jean PrivatMerge: mnit: Fix error on refined virtual types
2015-10-11 Alexis Laferrièrelib/mnit: do not redef virtual types
2015-10-07 Jean PrivatMakefiles: add pre-build
2015-10-05 Alexis Laferrièrelib/gamnit: fix constructor of `GLfloatArray`
2015-10-05 Alexis Laferrièrelib/mnit: use abstract attributes
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-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: More ini
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 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 Lucas Bajoletlib/core: Bytes is now Writable
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-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 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 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 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: android/audio: fix multiple music playing when...
2015-09-15 Jean PrivatMerge: lib: intro the matrix package
2015-09-15 Alexis Laferrièrelib/matrix: intro `Matrix::to_a & transposed`
2015-09-15 Alexis Laferrièrelib/matrix: add services for projection Matrix and...
2015-09-15 Alexis Laferrièrelib/matrix: intro Matrix with general services
2015-09-15 Jean PrivatMerge: Bytes from hexdigest
2015-09-15 Jean PrivatMerge: Clean UTF-8 string update
2015-09-15 Lucas Bajoletlib: Update sha1 and base64 to use Bytes instead of...
2015-09-15 Lucas Bajoletlib/core: Fixed bug in `BytesIterator::init with_buffer`
2015-09-15 Lucas Bajoletlib/core: Added hexdigest_to_bytes method from String...
2015-09-15 Lucas Bajoletlib/core: Added validation method for hexdigest
next