Allow early termination of iteration
[platform/upstream/libgee.git] / gee / hashmap.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-27 Philip WithnallDon’t notify on changes to hash/equal functions
2012-08-20 Maciej PiechotkaAdd read_only to Map.Entry
2012-08-20 Maciej PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-19 Maciej PiechotkaMove virtual methods to Collection interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
2012-08-06 Evan NemersonAdd missing CompareDataFunc type arguments, fixes bug...
2012-03-06 Maciej PiechotkaDon't resize after deletion from hashtable in iterator...
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-09-20 Maciej PiechotkaMove to new syntax of out parameters
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-01 Maciej PiechotkaAdd Traversable<G>.filter method
2011-07-22 Maciej PiechotkaExport the function part of interface into Traversable
2011-01-04 Maciej PiechotkaAdd read_only method to Collection, Map and MultiMap
2011-01-04 Maciej PiechotkaAdd read_only property to Iterator and MapIterator
2010-10-17 Maciej PiechotkaRename Iterator.at_element to Iterator.valid
2010-10-17 Maciej PiechotkaAdd Iterator.at_element property to check when other...
2010-10-17 Maciej PiechotkaMove first from Iterator to BidirIterator and remove...
2010-08-17 Maciej PiechotkaMove to non-static delegates
2010-08-02 Didier 'PtitjesMake [Deprecated] all Map methods previously marked...
2009-09-28 Didier 'PtitjesFix the documentation of all implementations' constructor
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-25 Didier 'PtitjesFix some missing pointer casts
2009-09-23 Didier 'PtitjesIntroduce MapIterator<K,V> and implement it in HashMap...
2009-09-20 Didier 'PtitjesReuse the keys, values and entries view instances where...
2009-09-20 Didier 'PtitjesIntroduce the Map.Entry<K,V> class and the Map.entries...
2009-09-20 Didier 'PtitjesIntroduce the Map.has (K key, V value) method
2009-09-20 Didier 'PtitjesModify the Map interface API
2009-09-19 Didier 'PtitjesRemove unusefull private setter only and construct...
2009-09-15 Didier 'PtitjesIntroduce remove method to the Iterator interface
2009-09-15 Didier 'PtitjesAdd has_next and first methods to the Iterator interface
2009-09-11 Julien PeetersChange the Iterator.get method signature and fix implem...
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-05 Julien PeetersAdding a short descriptive introduction for each implem...
2009-09-03 Didier 'PtitjesFixing generics typo in HashMap's Value collection
2009-09-03 Didier 'PtitjesChange inner classes' properties from construct to...
2009-09-02 Didier 'PtitjesProvide sane defaults for equal, hash and compare functions
2009-09-02 Didier 'PtitjesChange *_func properties from construct to private set
2009-08-05 Didier 'PtitjesEnhanced Map removal to optionally retrieve removed...
2009-07-31 Tomaž VajngerlAdd Map.is_empty|set_all|remove_all|contains_all and...
2009-07-31 Tomaž VajngerlAdded Collection.is_empty|add_all|contains_all|remove_a...
2009-07-31 Didier 'PtitjesRemove unused inherited interface declarations
2009-07-23 Didier 'PtitjesIntroduce AbstractCollection base class
2009-07-22 Maciej PiechotkaMake func and wrappee properties non-updatable
2009-07-19 Didier 'PtitjesHide inherited get and set methods from GLib.Object
2009-07-16 Didier 'PtitjesInitialize 'next' variables
2009-06-01 Jürg Billetergee: Fix memory leak in HashMap.remove and HashSet...
2009-04-30 Jürg BilleterUpdate code using deprecated # modifier or operator
2008-05-30 Juerg BilleterUse [Compact] for the HashMap.Node and HashSet.Node...
2008-04-14 Juerg Billetermark types as nullable where appropriate
2008-04-13 Juerg Billeterremove deprecated syntax for construct parameters
2008-04-13 Juerg Billeterremove obsolete non-null type syntax
2008-02-05 Juerg Billeterremove unreachable return statements
2008-01-22 Juerg Billeterfix invalid variable initializers
2008-01-22 Juerg Billeteradd get_element_type method to Gee.Iterable
2008-01-22 Juerg Billeterremove unneeded type casts
2008-01-22 Juerg Billeterupdate for vala trunk
2008-01-22 Juerg Billeterupdate license headers to the GNU Lesser General Public...
2008-01-22 Juerg Billeterreplace reference-type structs by classes
2008-01-22 Juerg Billeterexplicitly subtype GLib.Object to support future versio...
2008-01-22 Jürg BilleterInitial import.