nit.git
2015-03-18 Alexis Laferrièrelib/android: intro our very own NitActivity
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-03-17 Alexis Laferrièrelib/android: the dalvik module is higher in the importa...
2015-03-17 Alexis Laferrièrelib/android: fix typos in the dalvik module
2015-03-17 Alexis Laferrièrelib/android: clean up whitespaces in native_app_glue
2015-03-17 Alexis Laferrièrelib/jvm: clean up, add doc and make private stuff private
2015-03-15 Jean PrivatMerge: Better Vim documentation on classes (with specia...
2015-03-12 Jean PrivatMerge: lib/noise: fix gradient_vector to return a unit...
2015-03-12 Jean PrivatMerge: tests: add bench_strfib.nit
2015-03-12 Jean PrivatMerge: mnit tileset and numbers
2015-03-11 Alexis Laferrièrelib/noise: fix gradient_vector to return a unit vector
2015-03-11 Alexis Laferrièrelib/numbers: remove `NumberImages` constructors for...
2015-03-11 Alexis Laferrièrelib/tileset: fix typos in doc
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_width`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_height`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::advance`
2015-03-11 Jean Privattests: add bench_strfib.nit
2015-03-10 Jean PrivatMerge: Noise generators: Perlin and interpolated
2015-03-10 Alexis Laferrièrevim autocomplete: fix `MDoc` used for classes
2015-03-10 Alexis Laferrièrevim autocomplete: doc of classes list properties and...
2015-03-10 Alexis Laferrièrevim autocomplete: rename `write_to_stream` to `write_do...
2015-03-10 Alexis Laferrièresrc/model: remove extra } from `MGenericType::to_s`
2015-03-10 Alexis Laferrièrelib/collection: fix doc of the popular `Container`
2015-03-10 Alexis Laferrièremisc/vim: nitdoc function search for a precise word
2015-03-10 Jean PrivatMerge: Abstract attribute
2015-03-10 Jean PrivatMerge: Faster buffers
2015-03-10 Jean Privatlib/stream: BufferedReader return the buffer if less...
2015-03-10 Jean Privatlib/string: faster substring for FlatBuffer
2015-03-10 Jean Privatlib/string: document FlatString::with_infos
2015-03-10 Jean PrivatMerge: Serialization phase skips abstract classes and...
2015-03-10 Jean PrivatMerge: Vim autocomplete search in doc and 2 new useful...
2015-03-10 Alexis Laferrièreexamples: add the Perlin noise Rosetta code example
2015-03-10 Alexis Laferrièrelib: intro 2 noise generators
2015-03-10 Alexis Laferrièrenitserial: add depth option
2015-03-10 Alexis Laferrièrelib: intro `Float::log_base`
2015-03-10 Alexis Laferrièrelib: intro `Float.lerp` for simple linear interpolation
2015-03-10 Alexis Laferrièrelib: add an optimized `SequenceRead[E].rand`
2015-03-09 Alexis Laferrièrenitserial: do not generate constructors for abstract...
2015-03-09 Alexis Laferrièremisc/vim: search in synopsis and full doc for matches
2015-03-09 Alexis Laferrièremisc/vim: use case insensitive search for entity names
2015-03-09 Alexis Laferrièrevim autocomplete: always write generated doc to metadat...
2015-03-09 Alexis Laferrièremisc/vim: add a function to search for instances of...
2015-03-09 Alexis Laferrièremisc/vim: add a function to show the doc of the entity...
2015-03-09 Alexis Laferrièremisc/vim: extract the service to find metadata files...
2015-03-07 Jean PrivatMerge: Optimize nitc
2015-03-07 Jean PrivatMerge: Reuse Array Iterators
2015-03-07 Jean PrivatMerge: More lazyness in standard
2015-03-07 Jean PrivatMerge: Autosuperinit in refinements
2015-03-07 Jean PrivatMerge: Extends chars, string and stream with some white...
2015-03-06 Jean Privattests: update test_new_native_alt1.res because line...
2015-03-06 Jean Privatlib/poset: avoid useless call of `to_a` in `add_edge`
2015-03-06 Jean Privatcompiler: do not initialize attributes at NULL in NEW_*
2015-03-06 Jean Privatlib/array: remember the last used iterator so it could...
2015-03-06 Jean Privatastvalidatior: small refactorisation to make it more...
2015-03-06 Jean Privatphase: do not display the each phase for each module
2015-03-06 Jean Privattests: update sav/nituml_args*.res because the new...
2015-03-06 Jean Privatstream: add `read_word` and `read_nonwhitespace`
2015-03-06 Jean Privatstring: add `is_whitespace`
2015-03-06 Jean Privatstring: update *trim to use `is_whitespace`
2015-03-06 Jean Privatlib/map: make concrete `Map.keys` and `Map.values`...
2015-03-06 Jean Privatlib/map: document `Map.has_key` and implement it effici...
2015-03-06 Jean Privatlib/string: make FlatString#chars lazy
2015-03-06 Jean Privatlib/file: make stdin, stdout and strerr lazy
2015-03-06 Jean Privatlib/file: move the call of `stdout.set_buffering_mode...
2015-03-06 Jean Privattests: add base_init_raf2.nit
2015-03-06 Jean Privatautosuperinit: remove old FIXME that prevented autosupe...
2015-03-06 Jean Privatautosuperinit: verbose info for debuging
2015-03-06 Jean Privatparser: fix default init for ALabel and ASelfExpr
2015-03-03 Jean PrivatMerge: compiler: fast path is the hot path in once...
2015-03-03 Jean PrivatMerge: Inline intern methods in standard objects
2015-03-03 Jean PrivatMerge: Introduce Cloneable interface
2015-03-02 Jean Privatcompiler: fast path is the hot path in once and literal...
2015-02-28 Jean Privatversion 0.7.2 v0.7.2
2015-02-28 Jean Privattests: update because changes in kernel and array
2015-02-28 Jean Privatlib/array: Array, ArraySet and ArrayMap are cloneable
2015-02-28 Jean Privatkernel: new interface `Cloneable` to provide a `clone...
2015-02-27 Jean Privattests: remove nitg-sg/fixme/test_gen.res because native...
2015-02-27 Jean Privatsepcomp: shortcut an inline most intern methods of...
2015-02-27 Jean Privatsepcomp: extract `direct_call` from `compile_callsite`
2015-02-27 Jean Privatsepcomp: fix compilation of NativeArray[] in an inlined...
2015-02-27 Jean Privatkernel: add Char::is_whitespace
2015-02-27 Jean PrivatMerge: Use --log
2015-02-27 Jean PrivatMerge: Kill cached
2015-02-27 Jean Privatcollection: implements `MapRead::==`
2015-02-26 Jean PrivatMerge: Nitrpg: add achievements
2015-02-26 Jean Privattests: tests --log and --log-dir for nitc
2015-02-26 Jean Privatman: document --log and --log-dir
2015-02-26 Jean Privatrta: log results of analysis in the log directory
2015-02-26 Jean Privattoolcontext: log all verbose infos in the log directory
2015-02-26 Jean Privattests: update other tests related to minor attr changes
2015-02-26 Jean Privattests: add base_attr_abstract.nit
2015-02-26 Jean Privatsrc: do not crash if there is not MAttributeDef in...
2015-02-26 Jean Privatmodelize: new annotation `abstract` on attribute that...
2015-02-26 Jean Privatmodelize: the main property of a attribute is the reade...
2015-02-26 Jean Privatrta: do not drop abstract methods. abstract method...
2015-02-26 Jean Privatengines: move compilation of `abstract` method to MMeth...
2015-02-26 Alexandre Terrasacontrib/nitrpg: display achievements in front end
2015-02-26 Alexandre Terrasacontrib/nitrpg: introduce achievements
2015-02-26 Jean Privattests: remove base_at_cached.nit
2015-02-26 Jean Privatglesv2: fix bad use of `lazy` annotation (fun instead...
next