changes: TINF-175 TZPC-4722
[platform/upstream/libgee.git] / gee / hashset.vala
2013-07-15 Maciej PiechotkaFix the HashSet.Iterator.foreach
2013-03-31 Simon McVittieReturn true from HashSet.Iterator.foreach() if we fall...
2012-11-04 Evan NemersonAdd generic type arguments to HashSet constructor deleg...
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 PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
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-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-04-20 Maciej PiechotkaAdd custom foreach function
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 Alban Browaeysgee: move the delegates into the Gee namespace.
2010-08-17 Maciej PiechotkaMove to non-static delegates
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-19 Didier 'PtitjesRemove unusefull private setter only and construct...
2009-09-15 Didier 'PtitjesRemove construct block in HashSet
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-05 Julien PeetersAdding a first very basic documentation to data types...
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-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-26 Juerg Billeterfix iterator, patch by Ali Sabil
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.