platform/upstream/libgee.git
2013-07-12 Maciej PiechotkaRelease 0.10.2 0.10.2
2013-07-06 Maciej PiechotkaUse .value instead of value directly in unfold
2013-04-10 Maciej PiechotkaRelease 0.10.1 0.10.1 upstream/0.10.1
2013-03-31 Simon McVittieReturn true from HashSet.Iterator.foreach() if we fall...
2013-03-25 Maciej PiechotkaRelease 0.10.0 0.10.0
2013-03-04 Maciej PiechotkaRelease 0.9.92 0.9.92 upstream/0.9.92
2013-03-04 Maciej PiechotkaFix memory leak in TreeSet and TreeMap
2013-02-17 Maciej PiechotkaRelease 0.9.91 0.9.91 upstream/0.9.91
2013-02-17 Maciej PiechotkaFix the valadoc documentation
2013-02-17 Maciej PiechotkaAdd missing gee/readonlymultimap.vala
2013-02-16 Maciej PiechotkaAdd read_only_view to Gee.MultiMap, fixes bug #687158
2013-02-16 Maciej PiechotkaAdd read_only_view to Gee.MultiSet
2013-02-16 Maciej PiechotkaAllow creation of ArrayList from array
2013-02-16 Maciej PiechotkaAdd add/contains/remove_all working on array, partial...
2013-02-07 Maciej PiechotkaAdd generic type arguments to HashMultiMap, TreeMultiSe...
2012-12-26 Maciej PiechotkaFix compilation error, fixes bug #690723
2012-12-25 Maciej PiechotkaMake ConcurrentSet implement SortedSet
2012-12-03 Maciej PiechotkaRelease 0.9.0 0.9.0 upstream/0.9.0
2012-12-03 Maciej PiechotkaAdd missing fixes for ConcurrentSet from feature local...
2012-12-02 Maciej PiechotkaFix warnings and bump requirements to GLib 2.32
2012-12-02 Maciej PiechotkaRemove unused lookup of function from AbstractMultiMap
2012-12-02 Maciej PiechotkaSmall improvements to PriorityQueue
2012-12-02 Maciej PiechotkaFix starting of HazardPointer policy
2012-12-02 Maciej PiechotkaFix missing http:// in link to paper
2012-12-02 Maciej PiechotkaInitial implementation of ConcurrentSet
2012-12-02 Maciej PiechotkaSmall improvement to ConcurrentList.Iterator
2012-12-02 Maciej PiechotkaVarious small fixes to ConcurrentList
2012-12-02 Maciej PiechotkaFix releasing NULL pointers during atomic exchange
2012-12-02 Maciej PiechotkaMaking PriorityQueue.NodePair a compact class
2012-11-25 Maciej PiechotkaRefactor testing - do more with less
2012-11-25 Maciej PiechotkaFix Gee.List.Iterator.next
2012-11-25 Maciej PiechotkaPriorityQueue: fix segfault discovered during stress...
2012-11-11 Jasper Lievisse... Use a portable sed(1) construct to retrieve $libgee_dln...
2012-11-04 Evan NemersonAdd generic type arguments to HashSet constructor deleg...
2012-11-04 Maciej PiechotkaAdd .mailmap file
2012-10-20 Daniel EspinosaFixed commit 9e2e24f4.
2012-10-19 Daniel EspinosaGObject Introspection support improved.
2012-10-14 Maciej PiechotkaRelease 0.8.1 0.8.1
2012-10-06 Maciej PiechotkaUse the highier-level functions in the default methods...
2012-10-06 Maciej PiechotkaFix Iterator.remove in PriorityQueue
2012-09-30 Maciej PiechotkaRemove use of explicit iterators
2012-09-30 Maciej PiechotkaSpecialize foreach functions for ArrayList and LinkedList
2012-09-27 Maciej PiechotkaPass slice in ReadOnlyList, fixes bug 684915
2012-09-24 Maciej PiechotkaRelease 0.8.0 0.8.0
2012-09-24 Maciej PiechotkaUpdate README
2012-09-24 Maciej PiechotkaMove everything to GenericAccessors
2012-09-24 Maciej PiechotkaAdd tests for Traversable methods implemented by Collec...
2012-09-21 Maciej PiechotkaRemove unnecessary stream override in AbstractCollection
2012-09-21 Maciej PiechotkaFix Traversable.chop method, fixes bug #684348
2012-08-28 Maciej PiechotkaRelease 0.7.90 0.7.90
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-28 Maciej PiechotkaUse views instead of copies inside MultiMap and don...
2012-08-27 Maciej PiechotkaRemove outdated method from AbstractSortedMap
2012-08-27 Philip WithnallDon’t notify on changes to hash/equal functions
2012-08-26 Maciej PiechotkaUpdate copyright and whitespaces
2012-08-23 Maciej PiechotkaRelease 0.7.4.1 0.7.4.1
2012-08-23 Alban Browaeystests: implement read_only in testmap Entry
2012-08-21 Maciej PiechotkaRelease 0.7.4 0.7.4
2012-08-21 Maciej PiechotkaBump vala requirements
2012-08-21 Maciej PiechotkaFix warnings about lack of new keyword
2012-08-20 Maciej PiechotkaAdd read_only to Map.Entry
2012-08-20 Maciej PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-20 Maciej PiechotkaMove key_type/value_type implementation to multimap...
2012-08-20 Maciej PiechotkaAdd map_iterator to MultiMap, partial fix for bug ...
2012-08-20 Maciej PiechotkaAdd reserved methods to allow future-proof ABI
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-19 Maciej PiechotkaMove virtual methods to List interface
2012-08-19 Maciej PiechotkaMove virtual methods to Map interface
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 Maciej PiechotkaRelease 0.7.3 0.7.3
2012-08-06 Maciej PiechotkaDisable introspection during distcheck
2012-08-06 Maciej PiechotkaFixes to ConcurrentList
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
2012-08-06 Evan NemersonAdd missing CompareDataFunc type arguments, fixes bug...
2012-07-29 Maciej PiechotkaTemporary disable broken test.
2012-03-28 Maciej PiechotkaSmall typo in file header
2012-03-28 Maciej PiechotkaSplit SortedMap/SortedSet into bi-directional and uni...
2012-03-06 Maciej PiechotkaDon't resize after deletion from hashtable in iterator...
2012-02-19 Maciej PiechotkaRefactor benchmarks
2012-02-19 Maciej PiechotkaConvert the documentations to valadoc new Note syntax
2012-01-23 Florian BroschFix valadoc documentation
2012-01-22 Maciej PiechotkaRelease 0.7.2 0.7.2
2012-01-22 Maciej PiechotkaRemove --shared-library from .typelib, see bug #667529...
2012-01-22 Maciej PiechotkaRemove unneeded duplication of NULL definition
2012-01-20 Maciej PiechotkaFix problem of partially releasing hp context
2012-01-20 Maciej PiechotkaFix compilation with vala master
2012-01-20 Maciej PiechotkaExtend Gee.Deque tests
2012-01-20 Maciej PiechotkaAdd ArrayQueue
2012-01-20 Maciej PiechotkaAdd default implementation of AbstractQueue.drain
2012-01-20 Maciej PiechotkaFix warnings
2012-01-11 Daniel EspinosaFixed documentation typo in gee/traversable.vala
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-12-19 Maciej PiechotkaFix compilation of priorityqueue.vala on vala from git
2011-12-19 Maciej PiechotkaAdd gir_namespace and gir_version attributes, fixes...
2011-10-07 Diego Escalante... PriorityQueue: build fix for wrong variable name
2011-09-29 Hisao SuzukiPriorityQueue: Fix underflow while updating degree...
2011-09-29 Maciej PiechotkaRequire more realistic version of Vala
2011-09-25 Maciej PiechotkaPost-release version bump
next