Allow early termination of iteration
[platform/upstream/libgee.git] / gee / concurrentlist.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 Collection interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Maciej PiechotkaFixes to ConcurrentList
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
2012-01-20 Maciej PiechotkaFix compilation with vala master
2012-01-20 Maciej PiechotkaFix warnings
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-09-25 Maciej PiechotkaImplement ConcurrentList