Fix Gee.ArrayQueue.Iterator.foreach
[platform/upstream/libgee.git] / gee / arrayqueue.vala
2013-07-15 Maciej PiechotkaFix Gee.ArrayQueue.Iterator.foreach
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-27 Philip WithnallDon’t notify on changes to hash/equal functions
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-19 Maciej PiechotkaMove virtual methods to Queue interface
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-01-23 Florian BroschFix valadoc documentation
2012-01-20 Maciej PiechotkaAdd ArrayQueue