Allow early termination of iteration
[platform/upstream/libgee.git] / gee / abstractcollection.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-20 Maciej PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-20 Maciej PiechotkaAdd reserved methods to allow future-proof ABI
2012-08-19 Maciej PiechotkaMove virtual methods to Collection interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-01-20 Maciej PiechotkaFix compilation with vala master
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-01 Maciej PiechotkaAdd Traversable<G>.filter method
2011-07-22 Maciej PiechotkaAdd Gee.Traversable<G> requirement to Gee.Iterable<G>
2011-01-04 Maciej PiechotkaAdd read_only method to Collection, Map and MultiMap
2010-08-02 Didier 'PtitjesImplement typed variants for Collection.to_array
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-25 Didier 'PtitjesFix some missing pointer casts
2009-09-11 Julien PeetersImprove the read-only view property by using weak pointers
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-07-31 Tomaž VajngerlAdded Collection.is_empty|add_all|contains_all|remove_a...
2009-07-31 Maciej PiechotkaMake Iterable.get_element_type a property
2009-07-27 Didier 'PtitjesFix AbstractCollection.to_array method
2009-07-23 Didier 'PtitjesIntroduce Collection.to_array() method
2009-07-23 Didier 'PtitjesIntroduce AbstractCollection base class