libgee 0.10.0 ============= * No changes since release candidate libgee 0.9.92 ============= * Fix memory leak in TreeSet and TreeMap libgee 0.9.91 ============= * ConcurrentSet implements SortedSet * Fix HashMultiMap, TreeMultiSet constructor * Add add/contains/remove_all working on array * Allow creation of ArrayList from array * Add read_only_view to Gee.MultiSet and Gee.MultiMap libgee 0.9.0 ============ * ConcurrentSet preliminary implementation * Bugfixes from 0.8.2 and 0.8.3 * Fix various Vala warnings * First part of test refactoring libgee 0.8.1 ============ * Allow slice in ReadOnlyList * Fix Iterator.remove in PriorityQueue * Add foreach specializations * Use foreach function instead of iterators libgee 0.8.0 ============ * Fix Traversable.chop (bug #684348) * Remove unnecessary method * Update README * Move everything to GenericAccessor libgee 0.7.90 ============= * Don't notify when constructor property is set * Use views instead of copies in MultiMap as in rest of libgee * Allow early termination in Traversable.foreach libgee 0.7.4.1 ============== * Fix missing property read_only in testmap Entry libgee 0.7.4 ============ * Remove *_impl methods * Move virtual methods to interfaces * Future-proof the ABI by adding reserved v-table members * Add read_only to Map.Entry libgee 0.7.3 ============ * Update documentation * Fix iteration order in hashtables * Split SortedMap/SortedSet into bi-directional and uni-directional parts * Simplify CompareDataFunc/HashDataFunc/EqualDataFunc * Fix HazardPointers libgee 0.7.2 ============ * Require *_type property for all collections * Add ArrayQueue * Few bug fixes libgee 0.7.1 ============ * Implement hazard pointers and concurrent linked lists * Respect VALAFLAGS when building tests * Fix a few compiling warnings libgee 0.7.0 ============ * Build system using the automake 1.11 vala support * Move to delegates with targets and move them to Gee namespace * Gee.Hashable interface * Improve Iterator allowing to, among others, query about state of iterator * Allow checking if Iterator or Collection is read-only * Introducing highier-level function via Traversable interface * Introduce support for lazy values * Allow to install in parallel with 0.6 libgee 0.5.2 ============ * Build system enhancements to conform Gnome's style. * Bug fixes in TreeSet, TreeMap and Collection.to_array. * Deprecated Map methods marked with [Deprecated]. libgee 0.5.1 ============ * Bug fixes in HashMultiSet, TimSort, TreeMap, TreeMultiSet, and TreeSet. * Fix build with Vala 0.8.0 and later. * Fix build on Windows. * Fix subprocess handling in test infrastructure. libgee 0.5.0 ============ * API changes * Introduce Functions hash, equal and compare function factory * Introduce Comparable interface * Implementations provides sane defaults when constructed without functions * ReadOnly* made internal in favor of a `read_only_view` properties * Iterator is now mutable and resettable * Introduction of BidirIterator bidirectional iterators * List.list_iterator () returns a specialized ListIterator * Various API contracts clarifications and enhancements * Introduce List.sort () with TimSort implementation * Complete Map API rework * Introduce Queue and Deque interfaces * Introduce MultiSet and MultiMap interfaces (Ali Sabil) * Introduce SortedSet interface (Maciej Pietchotka) * New implementations * HashMultiSet and HashMultiMap (Ali Sabil) * TreeMultiSet and TreeMultiMap. * PriorityQueue * LinkedList now implements Deque * TreeSet now implements SortedSet (Maciej Pietchotka) * Infrastructure * New test framework and complete tests refactoring (Julien Peters) * New doc/ documentation directory (--enable-doc) * Test coverage analysis using lcov (--enable-coverage) * Basic benchmark framework and sort benchmark (--enable-benchmark) * Use silent rules by default for users of automake 1.11 * Code Quality * Many bug fixes * Many optimizations * Lots of additional documentation * Better overall encapsulation, dangerous public setters have been removed * Better test coverage (more than 90%) libgee 0.4.0 ============ * Bug fixes. libgee 0.3.0 ============ * Introduce AbstractCollection, AbstractList and AbstractMap base classes. * Add new properties and methods to Collection, List and Map. (Tomaž Vajngerl) * Add LinkedList implementation. (Mark Lee) * Add TreeSet and TreeMap implementations. (Maciej Piechotka) * Iterable.element_type is now a property. * Map.remove now takes an optional parameter to retrieve the removed value. * Bump library version info to reflect API/ABI breakage libgee 0.2.0 ============ * Generate GIR file. libgee 0.1.6 ============ * Fix build for Vala 0.7. * Bug fixes. libgee 0.1.5 ============ * Add slice method to Gee.List. libgee 0.1.4 ============ * Update for Vala 0.3.3. libgee 0.1.3 ============ * More unit tests. * Update for Vala 0.3.1. libgee 0.1.2 ============ * Add unit tests. * Bug fixes. libgee 0.1.1 ============ * Add get_element_type method to Gee.Iterable. * Update for Vala 0.1.6. libgee 0.1.0 ============ * Initial release.