pep8analysis: intro a feature to clear the list of errors/notes
[nit.git] / lib / standard / collection /
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-05-08 Alexandre Terrasasorter: add some sorters
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatlibs/collection: implements `reverse_iterator` in Array...
2014-04-04 Jean Privatlib/collection: generalize `reverse?_iterator_from...
2014-04-03 Alexis Laferrièrelib: intro the Numeric class
2014-03-31 Alexis Laferrièrelib: make Iterators iterable
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
2014-03-25 Jean Privatlib/coll: remove private types from public signatures
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-14 Jean Privatlib/sorter: provide a stateless singleton `default_comp...
2014-03-14 Jean Privatlib/sorter: rename Sorter to Comparator
2014-03-06 Jean Privatlib/hashcol: forgot to nullify a link in `HashCollectio...
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-03-04 Jean Privatlib: add `MapRead::get_or_null` to provide a more stand...
2014-02-07 ChristopheGIGAXrange: make IteratorRange private
2014-02-07 ChristopheGIGAXarray: improve comment of `last_index_of_from`
2014-02-03 Alexis Laferrièrelib: add Set::union and Set::intersection from pep8analysis
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-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-19 Jean Privatremove closures from code
2013-11-17 Alexis Laferrièrelib: improves usage example of Int::times
2013-11-16 Alexis Laferrièrelib: move the `times` method to Int
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-10-16 Jean Privatlib: doc of Collection
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean Privatlib: promote implementations in NaiveCollection to...
2013-10-16 Jean Privatlib: redef Set#==
2013-10-16 Jean Privatlib: add Collection::has_all
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-06 Alexis Laferrièrelib: adds Map::get_or_default
2013-07-29 Jean PrivatMerge remote-tracking branch 'alexis/raspberry-pi'
2013-06-22 Alexandre Terrasalib: added 'slice' method to List
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2013-05-26 Alexis Laferrièrelib: adds the subarray method to the Sequence class
2013-05-16 Jean Privatlib: AbstractSorter accepts null
2013-01-31 Jean Privatlib: make AbstractSorter#compare public
2012-12-07 Jean Privatlib: fix ArrayMapValues::first
2012-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-05-02 Jean Privatlib: fix another formal type error in the Maps
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-14 Jean Privatlib: update the documentation
2012-02-13 Alexis Laferrièrelib: adds swap_at to arrays
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: MapIterator is no more an Iterator
2012-02-13 Jean Privatlib: Map is no more a Collection
2012-02-13 Jean Privatlib: HashCollection is no more a Collection
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2011-02-15 Jean PrivatMerge branch 'update_syntax' into next
2011-02-14 Jean Privatlib: fix NaiveCollection::length
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2010-08-06 Jean Privatlib: fix ArrayMap::first
2010-07-16 Jean Privatlib: hash_collection learns the standard hashmap implem...
2010-07-16 Jean Privatlib: reduce acces to _array in hash_collection
2010-07-13 Jean Privatlib: direct key access in HashMap and HashSet
2010-01-14 Jean Privatsyntax: prepare stmts following loops to be unreachable
2009-09-04 Jean Privatlib: add Array::sort !cmp
2009-08-28 Jean Privatsrc: use 'loop' for infinite loop and do-until-like
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: split hash into hash_collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory