nit.git
2014-03-21 Jean Privatsrc: rename `nit_version.nit` as `version.nit`
2014-03-20 Jean PrivatMerge branch 'doc_on_collection'
2014-03-20 Jean PrivatMerge branch 'module_paths'
2014-03-20 Jean Privattests: do not use now-private classes
2014-03-20 Jean Privatlib/coll: make private some specific implementations...
2014-03-20 Jean Privatlib/coll: make CoupleMapIterator private
2014-03-20 Jean Privatlib/coll: generalize `insert` in Sequence
2014-03-20 Jean Privatlib/coll: move *index_of* in Sequence
2014-03-20 Jean Privatlib: document abstract_collection + nitunit tests
2014-03-20 Jean PrivatMerge branch 'model_entity'
2014-03-20 Jean Privatlib/array: fix AbstractArray::unshift
2014-03-20 Jean Privattests: add and update test_markdown
2014-03-20 Jean Privattest_markdown: adapt to MDoc
2014-03-20 Jean Privatnitx: adapt to MDoc
2014-03-20 Jean Privatnitunit: adapt do MDoc
2014-03-20 Jean Privatnitdoc: adaptation for MDoc
2014-03-20 Jean Privatmarkdown: work on MDoc (instead of ADoc)
2014-03-19 Jean Privatmodelbuilder: fill the `mdoc` of entities
2014-03-19 Jean Privatmodel: add module `model/mdoc` to attach optional MDoc...
2014-03-19 Jean Privatmodel: add `MEntity` as a superclass for model entities...
2014-03-19 Jean Privatlib/html: add a lot of nitunit tests
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/various-ffi-fixes'
2014-03-19 Alexis Laferrièreandroid: make apps fullscreen
2014-03-19 Alexis Laferrièreandroid: cleanup indentation in generation of xml files
2014-03-19 Jean Privatnitls: add -M option do list dependencies
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/more-jvm'
2014-03-18 Jean Privattests: update error_mod_unk.nit
2014-03-18 Jean PrivatMakefile: rule `doc/stdlib/index.html` use `nitls`...
2014-03-18 Jean PrivatMakefile: build nitls
2014-03-18 Jean Privattests: add nitls
2014-03-18 Jean Privatsrc: new tool nitls
2014-03-18 Jean Privatmodelbuilder: add `MGroup::module_paths` to store poten...
2014-03-18 Jean Privatmodelbuilder: `identify_file` works with directories...
2014-03-18 Jean Privatmodelbuilder: extract `search_module_in_paths` from...
2014-03-18 Jean Privatmodelbuilder: get_mmodule_by_name only output lookpaths...
2014-03-18 Jean Privatlib/kernel: add `Bool::to_i`
2014-03-18 Jean PrivatMerge branch 'streamable'
2014-03-18 Alexis Laferrièretests: add errors to the jvm tests
2014-03-18 Alexis Laferrièretests: test JavaVM::destroy and ::env
2014-03-18 Alexis Laferrièretests: improve error handling in test_jvm
2014-03-18 Jean PrivatMerge branch 'comparators'
2014-03-18 Jean PrivatMerge branch 'file_string'
2014-03-18 Jean PrivatMerge remote-tracking branch 'alexis/vim'
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
2014-03-18 Alexis Laferrièrenitg: add an extra \n after FFI rules for a better...
2014-03-18 Alexis Laferrièrenitg: fix use of dep_rules to differentiate between...
2014-03-18 Alexis Laferrièrelib/jvm: intro JavaVM::attach_current_thread
2014-03-18 Alexis Laferrièrelib/jvm: intro JavaVM::env
2014-03-18 Alexis Laferrièrelib/jvm: rename JavaVM::destroy
2014-03-18 Alexis Laferrièrelib/jvm: clean up JavaVM error system
2014-03-18 Alexis Laferrièrelib/jvm: create JVM with custom options
2014-03-18 Alexis Laferrièrelib/kernel: intro Pointer::free
2014-03-15 Alexis Laferrièremisc: add support for FFI with Java and C++ to vim...
2014-03-15 Alexis Laferrièremisc: use nitc instead of nitg in syntastic
2014-03-14 Jean Privatlib/file: fix border-use-cases of String::basename
2014-03-14 Jean Privatlib/file: remove all trailing / on String::dirname
2014-03-14 Jean PrivatMerge remote-tracking branch 'alexis/lib-jvm'
2014-03-14 Romain Chanoirtests: modifies tests.sh to execute code using the...
2014-03-14 Romain Chanoirtests: intro tests for the jvm module
2014-03-14 Romain Chanoirlib: intro the jvm module
2014-03-14 Jean PrivatMerge branch 'test_platform'
2014-03-14 Jean Privattests: add mnit linux examples
2014-03-14 Jean Privatmigration: use Comparator instead of Sorter in code
2014-03-14 Jean Privattests: add mnit android examples
2014-03-14 Jean Privatlib/ordered_tree: adapt OrderedTree to Streamable
2014-03-14 Jean Privatlib/sorter: provide a stateless singleton `default_comp...
2014-03-14 Jean Privatlib/sorter: rename Sorter to Comparator
2014-03-14 Jean Privatmodel_viz: adapt MProjectDot to Streamable
2014-03-14 Jean Privatlib/csv: adapt CSVDocument to the Streamable interface.
2014-03-14 Jean Privatlib: move `Template::write_to_*` to `Streamable`
2014-03-13 Jean Privattests: add basic platform management
2014-03-13 Jean PrivatMerge remote-tracking branch 'alexis/much-more-android'
2014-03-13 Alexis Laferrièrelib: add doc to Passwd properties
2014-03-13 Alexis Laferrièreexamples: simplify Makefiles of mnit examples
2014-03-13 Alexis Laferrièrelib: move Passwd::gecos to a new posix_ext module
2014-03-13 Alexis Laferrièrelib: in Int::sqrt, use C sqrt function for double
2014-03-13 Alexis Laferrièrelib: remove broken Int::sin/cos
2014-03-13 Jean PrivatMerge branch 'dump_rta'
2014-03-13 Alexandre Terrasadoc: modified comment for typing::AExpr::mtype
2014-03-12 Jean Privatmetrics/rta: save the list of live things in files
2014-03-12 Jean PrivatMerge remote-tracking branch 'alexis/even-more-android'
2014-03-12 Alexis Laferrièrenitg: do not use libunwind for platforms which do not...
2014-03-12 Alexis Laferrièrenitg/android: lock orientation of Android applications
2014-03-12 Alexis Laferrièrelib/mnit_android: use AndroidMotionEvent::action to...
2014-03-12 Alexis Laferrièrelib/mnit_android: intro AndroidMotionEvent::action
2014-03-12 Alexis Laferrièrelib/mnit_android: correctly implement and use the gener...
2014-03-12 Alexis Laferrièrelib/mnit_android: inverse importation of app and opengles1
2014-03-12 Alexis Laferrièrelib/mnit_linux: replace calls to LOGI/LOGW with fprintf
2014-03-12 Alexis Laferrièrelib/mnit: less C warnings for LOGI/W
2014-03-12 Jean PrivatMerge branch 'metrics'
2014-03-12 Jean PrivatMerge branch 'fix_module_owner_placebo'
2014-03-12 Jean Privatrta: add `live_methods_to_tree` to provide human-readab...
2014-03-12 Jean Privatrta: add `live_types_to_csv` to provide human-readable...
2014-03-12 Jean Privatmodel: fix module owner placebo
2014-03-12 Alexis Laferrièrenitg: fix compilation of assets to apk
2014-03-12 Alexis Laferrièrelib/mnit_android: fix redef of Object::print
2014-03-12 Jean PrivatMerge remote-tracking branch 'alexis/a_star'
2014-03-12 Alexis Laferrièrelib/a_star: minor style cleanup
2014-03-12 Alexis Laferrièrelib/a_star: fix use of virtual type in Node::path_to
2014-03-12 Jean Privattests: update nitmetrics stuff
next