Fix Iterator.remove in PriorityQueue
[platform/upstream/libgee.git] / gee / priorityqueue.vala
2012-10-06 Maciej PiechotkaFix Iterator.remove in PriorityQueue
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 Queue interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Evan NemersonAdd missing CompareDataFunc type arguments, fixes bug...
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-12-19 Maciej PiechotkaFix compilation of priorityqueue.vala on vala from git
2011-10-07 Diego Escalante... PriorityQueue: build fix for wrong variable name
2011-09-29 Hisao SuzukiPriorityQueue: Fix underflow while updating degree...
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-04-08 Maciej PiechotkaFix adding second element to priority queue, fixes...
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
2009-09-28 Didier 'PtitjesFix the documentation of all implementations' constructor
2009-09-28 Maciej PiechotkaReplace old-style asserts in tests
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-28 Didier 'PtitjesFix filenames in file headers
2009-09-26 Didier 'PtitjesFix PriorityQueue implementation
2009-09-25 Didier 'PtitjesFix a bug in PriorityQueue's iterator
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-14 Didier 'PtitjesIntroduce PriorityQueue implementation of the Queue...