nit.git
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasatests: adjust line number in test_new_native test
2014-11-25 Alexandre Terrasare: fix useless var warnings
2014-11-25 Alexandre Terrasarange: implements `hash` method on ranges
2014-11-25 Alexandre Terrasarange: implements `==` method on ranges
2014-11-25 Alexandre Terrasaneo4j: fix malformed licence header in jsonable
2014-11-25 Alexandre Terrasafile: fix useless var warnings
2014-11-25 Alexandre Terrasafile: fix missing documentation warnings
2014-11-25 Alexandre Terrasaexec: fix init warnings
2014-11-25 Alexandre Terrasaexec: fix missing documentation warnings
2014-11-25 Alexandre Terrasatime: fix missing documentation warnings
2014-11-25 Alexandre Terrasastream: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring_search: fix useless var warnings
2014-11-25 Alexandre Terrasastring_search: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix useless var warnings
2014-11-25 Alexandre Terrasaropes: fix init warnings
2014-11-25 Alexandre Terrasastring: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring: fix useless var warnings
2014-11-25 Alexandre Terrasastring: fix useless private visibility warnings
2014-11-25 Alexandre Terrasastring: fix init warnings
2014-11-25 Alexandre Terrasamath: add some nitunits
2014-11-25 Alexandre Terrasamath: fix missing documentation warnings
2014-11-25 Alexandre Terrasacollection: fix missing documentation warnings
2014-11-25 Alexandre Terrasahas_collection: fix useless private visibility warnings
2014-11-25 Alexandre Terrasahash_collection: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix useless private visibility warnings
2014-11-25 Alexandre Terrasalist: fix missing documentation warnings
2014-11-25 Alexandre Terrasarange: fix the behavior of `length` on empty ranges
2014-11-25 Jean PrivatMerge: git: ignore nitunit.xml files
2014-11-25 Jean PrivatMerge: Nitiwiki: a quick wiki builder based on markdown...
2014-11-25 Jean PrivatMerge: Markdown Extended
2014-11-25 Jean PrivatMerge: SELF type
2014-11-25 Jean PrivatMerge: Prepare for the android UI module
2014-11-24 Alexandre Terrasasrc: rename old `markdown` module in `docdown` to avoid...
2014-11-24 Alexandre Terrasanitiwiki: add nitiwiki to listfull.sh
2014-11-24 Alexandre Terrasanitiwiki: add out/ directories to gitignore list
2014-11-24 Alexandre Terrasanitiwiki: add nitiwiki help page as example
2014-11-24 Alexandre Terrasanitiwiki: added default skeletton
2014-11-24 Alexandre Terrasanitiwiki: add Makefile
2014-11-24 Alexandre Terrasanitiwiki: add README
2014-11-24 Alexandre Terrasanitiwiki: nitiwiki is now tested by nit/tests/tests.sh
2014-11-24 Alexandre Terrasanitiwiki: add custom tests
2014-11-24 Alexandre Terrasanitiwiki: add a test wiki for basic testing
2014-11-24 Alexandre Terrasanitiwiki: add the main executable
2014-11-24 Alexandre Terrasanitiwiki: implements html generation.
2014-11-24 Alexandre Terrasacontrib: Introduce nitiwiki
2014-11-24 Alexandre Terrasagit: ignore nitunit.xml files
2014-11-24 Alexandre Terrasamarkdown: set extended mode as default
2014-11-24 Alexis Laferrièretests: update line numbers in sav file of `error_class_...
2014-11-22 Alexis Laferrièrepthreads: do not include `gc.h` on Android
2014-11-22 Alexis Laferrièrepthreads: move `NativePthreadBarrier` to `pthreads...
2014-11-22 Alexis Laferrièrepthreads: reimplement `Barrier` to be more portable
2014-11-22 Alexis Laferrièrepthreads: move `cancel` related services to a new ...
2014-11-22 Alexis Laferrièrelib/data_store: allow storing null
2014-11-22 Alexis Laferrièrenitg&mnit_android: move mnit specific activity attribut...
2014-11-22 Alexis Laferrièrenitg&android: add the android_manifest_activity annotation
2014-11-22 Alexis Laferrièreandroid: add missing annotation "android_manifest_appli...
2014-11-22 Alexis Laferrièreandroid: fix name of extern lib in manifest
2014-11-22 Alexis Laferrièreandroid: fix use extra_java_files from all modules
2014-11-21 Jean PrivatMerge: lib/standard/math: Added round method to floats
2014-11-21 Jean PrivatMerge: lib: add Float::is_approx to compare floats
2014-11-20 Lucas Bajoletlib/standard/math: Added round method to floats
2014-11-20 Alexis Laferrièretests: fix expected output of `base_gen_reassign` with...
2014-11-20 Jean Privattests: update because changes in kernel
2014-11-20 Jean Privatlib: add Float::is_approx to compare floats
2014-11-20 Alexandre Terrasalib/markdown: add fence meta delcaration to ext mode.
2014-11-20 Alexandre Terrasalib/markdown: add strike markup to extended mode.
2014-11-20 Alexandre Terrasalib/markdown: introduce extended mode
2014-11-20 Alexandre Terrasalib/markdown: suppress super notation with `^`.
2014-11-20 Alexandre Terrasarange: add some nitunit and examples
2014-11-20 Alexandre Terrasarange: fix Range::init documentation
2014-11-20 Alexandre Terrasarange: fix init warnings
2014-11-19 Jean PrivatMerge: lib: some cleanup in *Capable and HashCollections
2014-11-19 Jean PrivatMerge: nitdoc: Do not overwrite search results.
2014-11-19 Jean PrivatMerge: Markdown clean
2014-11-19 Jean PrivatMerge: lib/counter: add some docunits
2014-11-19 Alexandre Terrasarange: fix useless private visibility warnings
2014-11-19 Alexandre Terrasaabstract_collection: fix missing documentation warning
2014-11-19 Alexandre Terrasaabstract_collection: fix useless private visibility...
2014-11-19 Alexandre Terrasakernel: fix missing documentation warning
2014-11-19 Jean Privattests: update sav because line changes in std/array.nit
2014-11-19 Jean Privatcompiler: resolve types when doing new NativeArray
2014-11-19 Jean Privatexamples/rosettacode: update ab to not crash on tests
2014-11-19 Jean Privatlib/hash: HashCollection::N become a virtual type
2014-11-19 Alexandre Terrasamarkdown: clean some warnings
2014-11-19 Alexandre Terrasamarkdown: move token detection from `Text` to `Markdown...
2014-11-18 Jean Privatlib: remove class StringCapable
2014-11-18 Jean Privatlib: kill the class ArrayCapable
2014-11-18 Jean Privatlib/counter: add some docunits
2014-11-17 Jean PrivatMerge: json: Refactor the APIs
2014-11-17 Jean PrivatMerge: Srand by default
2014-11-17 Jean PrivatMerge: Misc fixes and improvements from WBTW
2014-11-17 Jean PrivatMerge: Force standard as public
2014-11-17 Jean PrivatMerge: Improve docunits
2014-11-17 Jean-Christophe... nitdoc: Do not overwrite search results.
2014-11-17 Jean-Christophe... json: Allow to buffer writings.
2014-11-17 Jean-Christophe... nitdoc: Use `to_json` to escape JSON values.
2014-11-17 Jean-Christophe... json_serialization: Use `to_json` to escape characters.
next