Fix memory leak in TreeSet and TreeMap
[platform/upstream/libgee.git] / gee / treeset.vala
2013-03-04 Maciej PiechotkaFix memory leak in TreeSet and TreeMap
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-19 Maciej PiechotkaMove virtual methods to Collection interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Evan NemersonAdd missing CompareDataFunc type arguments, fixes bug...
2012-03-28 Maciej PiechotkaSplit SortedMap/SortedSet into bi-directional and uni...
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-05-02 Maciej PiechotkaAdd read_only_view to SortedSet
2011-04-29 Maciej PiechotkaChange Gee.TreeSet.Range to class
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-08-17 Maciej PiechotkaMove to non-static delegates
2010-08-02 Maciej PiechotkaFix typos in TreeMap and TreeSet fix and other embarras...
2010-08-02 Maciej PiechotkaFix the unfreeing on clear in TreeMap/TreeSet
2010-07-27 Maciej PiechotkaFix lack of unsetting _first and _last in TreeSet on...
2010-04-02 Maciej PiechotkaFix remove in MapIterator
2010-04-02 Maciej PiechotkaFixes checking for emptiness of subsets when master...
2010-04-02 Florian BroschFix documentation comments
2010-03-21 Jürg BilleterFix build with vala master
2009-09-28 Didier 'PtitjesFix the documentation of all implementations' constructor
2009-09-28 Didier 'PtitjesMake some style consistence enhancements
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-28 Maciej PiechotkaIntroduce the SortedSet interface and implement it...
2009-09-28 Maciej PiechotkaAdd missing DEBUG section
2009-09-26 Maciej PiechotkaFix move_red_right and move_red_left in the Tree implem...
2009-09-23 Maciej PiechotkaFix the iterators of the TreeMap and TreeSet implementa...
2009-09-20 Maciej PiechotkaFix fix_up method in the TreeSet and TreeMap implementa...
2009-09-19 Didier 'PtitjesRemove unusefull private setter only and construct...
2009-09-15 Didier 'PtitjesFix some bugs in TreeSet implementation
2009-09-15 Maciej PiechotkaIntroduce the BidirIterator interface
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-15 Maciej PiechotkaFix and improve the TreeMap and TreeSet implementations
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 PiechotkaAdd left-leaning red-black tree based set and map