Allow early termination of iteration
[platform/upstream/libgee.git] / gee / linkedlist.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 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 List interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-09-25 Maciej PiechotkaSplit List interface into List and BidirList
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-28 Jürg BilleterFix memory leak in LinkedList.clear
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-11-20 Maciej PiechotkaFix memory leak on freeing LinkedList
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-09-18 Maciej PiechotkaChange return_if_fail into assert in remove_at of Linke...
2010-08-17 Maciej PiechotkaMove to non-static delegates
2010-08-03 Maciej PiechotkaFix memory leak in Gee.LinkedList
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 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-15 Didier 'PtitjesIntroduce the ListIterator interface and make lists...
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 'PtitjesFix List.get API contract and fix implementations accor...
2009-09-14 Didier 'PtitjesUse non-nullable capacities and a constant to specify...
2009-09-11 Julien PeetersChange the Iterator.get method signature and fix implem...
2009-09-11 Julien PeetersImprove the access to first and last elements in LinkedList
2009-09-11 Didier 'PtitjesIntroduce Queue and Deque interfaces, and implement...
2009-09-11 Didier 'PtitjesMake List.remove_at return the removed element
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 Tomaž VajngerlAdd List.first|last|insert_all methods and AbstractList...
2009-07-31 Didier 'PtitjesRemove unused inherited interface declarations
2009-07-23 Didier 'PtitjesIntroduce AbstractCollection base class
2009-07-23 Mark LeeAdd doubly linked list implementation