Merge: SharedPreferences: Nit API wrapping android SharedPreferences class
[nit.git] / lib / standard /
2014-03-25 Lucas Bajoletstdlib/strings: Fixed behaviour for substring_from...
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-25 Lucas Bajoletstdlib/strings: Moved append to Buffer, now works on...
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted functions common to all...
2014-03-25 Jean Privatlib/string_search: make all introdiced method of Patter...
2014-03-25 Jean Privatlib/coll: remove private types from public signatures
2014-03-24 Lucas Bajoletstdlib/strings: Reunited super StringCapable under...
2014-03-24 Lucas Bajoletstdlib/strings: Factorized several functions in Text.
2014-03-24 Lucas Bajoletstdlib/strings: Added empty method to unify the product...
2014-03-24 Lucas Bajoletstdlib/strings: Introduced virtual types for Text class...
2014-03-24 Lucas Bajoletstdlib/strings: Moved, factorized and generalized compa...
2014-03-24 Lucas Bajoletstdlib/strings: Renamed AbstractString to FlatText.
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-03-24 Lucas Bajoletstdlib/strings: Detached Buffer from AbstractArray.
2014-03-24 Lucas Bajoletstdlib/strings: Introduced class Text, will be used...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Substring to Buffer since it...
2014-03-24 Lucas Bajoletstdlib/strings: Added reverse iterators on char views...
2014-03-21 Jean PrivatMerge branch 'doc_stdlib_some_more'
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 Alexis Laferrièrelib: Float is a Comparable
2014-03-20 Jean Privatlib/array: fix AbstractArray::unshift
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 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 Privatmigration: use Comparator instead of Sorter in code
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: 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-11 Jean Privatlib/string: provide `alpha_comparator` and `CachedAlpha...
2014-03-10 Jean Privatlib/stream: add Streamable interface
2014-03-07 Jean PrivatMerge remote-tracking branch 'alexis/ffi-fix'
2014-03-07 Lucas Bajoletstdlib/strings: Access iterator through its position...
2014-03-07 Lucas Bajoletstdlib/ropes: Prepping ropes to be compatible when...
2014-03-06 Jean Privatlib/hashcol: forgot to nullify a link in `HashCollectio...
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: add `provide_default_value` in Map to allow subcla...
2014-03-05 Alexis Laferrièrelib: fix extern type of NativeFile
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-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/292/head'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Float::rand
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Int::rand
2014-02-26 Jean Privatlib: suppr useless (and unafe) constructor in FlatBuffe...
2014-02-25 Alexis LaferrièreMerge branch 'privat' into 'cleanup-c-make-and-copy'
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-18 Alexis Laferrièrelib: intro the method String::file_copy_to
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Lucas Bajoletstdlib/strings: Temporary removal of Ropes from stdlib.
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-14 Lucas Bajoletstdlib/strings: Removed from_substring constructor...
2014-02-14 Lucas Bajoletstdlib/strings: Added view on the chars of String and...
2014-02-12 Jean PrivatMerge branch 'serialization'
2014-02-10 Djomanixlib/stream: added more explicit comment for eof method.
2014-02-08 Alexis LaferrièreMerge branch 'privat' into topub
2014-02-07 Alexis Laferrièrelib: intro the StringOStream class
2014-02-07 ChristopheGIGAXrange: make IteratorRange private
2014-02-07 ChristopheGIGAXarray: improve comment of `last_index_of_from`
2014-02-07 Jean PrivatMerge branch 'collection doc' of https://github.com...
2014-02-03 Alexis Laferrièrelib: add Set::union and Set::intersection from pep8analysis
2014-02-02 Alexis Laferrièrelib: do not ignore key/values when value is null in...
2014-01-30 Jean PrivatMerge branch 'prepare_projects'
2014-01-29 Jean Privatlib: add file::realpath
2014-01-29 Jean Privatlib: fix simplify_path for .
2014-01-29 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-29 Alexis Laferrièrelib: changes the behavior of Coll::rand to behave like...
2014-01-29 Alexis Laferrièrelib: adds missing import of math.h in standard library
2014-01-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2014-01-23 Alexis Laferrièrelib: fix conversion of hex char to int and add test
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2013-11-27 Jean Privatlib: make `is_same_instance` intern
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
next