typing: add `ARangeExpr::init_callsite` and use it everywhere
[nit.git] / lib /
2014-03-25 Jean Privatlib/coll: remove private types from public signatures
2014-03-21 Jean PrivatMerge branch 'doc_stdlib_some_more'
2014-03-21 Jean PrivatMerge branch 'html_add_outer'
2014-03-21 Johann Duboislib/html: add method add_outer
2014-03-21 Jean PrivatMerge branch 'doc_for_FileStat'
2014-03-21 Johann Duboislib/file: Add comments in FileStat
2014-03-21 Jean Privatlib/environ: more documentation and nitunit tests
2014-03-21 Jean Privatlib/string_search: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: document and fix `file_extension`
2014-03-20 Jean PrivatMerge branch 'doc_on_collection'
2014-03-20 Jean PrivatMerge branch 'module_paths'
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 Privatlib/array: fix AbstractArray::unshift
2014-03-19 Jean Privatlib/html: add a lot of nitunit tests
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/more-jvm'
2014-03-18 Jean Privatlib/kernel: add `Bool::to_i`
2014-03-18 Jean PrivatMerge branch 'streamable'
2014-03-18 Jean PrivatMerge branch 'comparators'
2014-03-18 Jean PrivatMerge branch 'file_string'
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
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-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 Chanoirlib: intro the jvm module
2014-03-14 Jean Privatmigration: use Comparator instead of Sorter in code
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 Privatlib/csv: adapt CSVDocument to the Streamable interface.
2014-03-14 Jean Privatlib: move `Template::write_to_*` to `Streamable`
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è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-12 Jean PrivatMerge remote-tracking branch 'alexis/even-more-android'
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 Alexis Laferrièrelib/mnit_android: fix redef of Object::print
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-11 Jean Privatlib/string: provide `alpha_comparator` and `CachedAlpha...
2014-03-10 Jean PrivatMerge remote-tracking branch 'alexis/more-android'
2014-03-10 Jean Privatlib: add new module `template`
2014-03-10 Jean Privatlib/stream: add Streamable interface
2014-03-07 Alexis Laferrièrelib: import the android module from mnit_android
2014-03-07 Alexis Laferrièrelib: intro the android implementation of mnit
2014-03-07 Jean PrivatMerge remote-tracking branch 'alexis/ffi-fix'
2014-03-07 Jean PrivatMerge remote-tracking branch 'alexis/cleanup-curl'
2014-03-07 Alexis Laferrièrelib/curl: remove indirect creation of basic requests
2014-03-07 Alexis Laferrièrelib/curl: clean up CurlMailRequest::init
2014-03-07 Alexis Laferrièrelib/curl: clean up surperfluous types
2014-03-07 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
2014-03-07 Alexandre Terrasalib: rename Counter::total into Counter::sum
2014-03-07 Jean PrivatMerge branch 'fix_hashcol_enlarge'
2014-03-07 Alexandre Terrasalib: allow client to edit csv header by and instead...
2014-03-07 Alexandre Terrasalib: csv get file to save in save instead of init
2014-03-07 Alexandre Terrasalib: add standard derivation computation to counter
2014-03-06 Jean Privatlib/hashcol: forgot to nullify a link in `HashCollectio...
2014-03-06 Alexis Laferrièrelib/curl: fix indentation
2014-03-06 Alexis Laferrièrelib: fix version of GTK for is_visible
2014-03-06 Jean PrivatMerge remote-tracking branch 'alexis/android-platform'
2014-03-05 Jean PrivatMerge remote-tracking branch 'alexandre/fix-float'
2014-03-05 Alexandre Terrasalib: fixed nan on floats
2014-03-05 Alexandre Terrasalib: cleaned trailing spaces in string
2014-03-05 Alexandre Terrasalib: fixed infinity on floats
2014-03-05 Jean PrivatMerge branch 'map'
2014-03-05 Jean Privatlib/more_collection: MultiHashMap associates new arrays...
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-03-05 Alexis Laferrièrelib: fix extern type of NativeFile
2014-03-05 Alexis Laferrièrelib: fix missing FFI imports in gtk3_4
2014-03-04 Alexis Laferrièreandroid: adds support for the android platform
2014-03-04 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes...
2014-03-04 Jean Privatlib: add `MapRead::get_or_null` to provide a more stand...
2014-03-03 Alexis Laferrièrelib/math: fix Float::abs
2014-03-03 Alexis Laferrièrelib/sdl: use (or not) SDL mouse motion events
2014-03-03 Alexis Laferrièrelib/opengles1: fix duplicated drawing of triangles
2014-03-03 Alexis Laferrièrelib/mnit: cleanup code
2014-03-03 Alexis Laferrièrelib: adds reference to last turn in bucketed_game
2014-03-03 Alexis Laferrièremnit: intro the numbers module
2014-03-03 Alexis Laferrièrelib/mnit_linux: use annotations to link with libraries
2014-03-03 Alexis Laferrièrelib/mnit_linux: very minor style fix
2014-03-03 Alexis Laferrièrelib/mnit_linux: update to latest FFI spec
2014-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
next