Release 0.10.5
[platform/upstream/libgee.git] / gee /
2013-09-14 Maciej PiechotkaOverride read_only_view property in ReadOnlySortedMap...
2013-08-18 Maciej PiechotkaFix Collection.remove_all_array for primitives
2013-08-18 Maciej PiechotkaFix Collection.contains_all_array for primitives
2013-08-18 Maciej PiechotkaFix Collection.add_all_array for primitives
2013-08-18 Maciej PiechotkaFix to_array for boxed values
2013-08-01 Maciej PiechotkaFix problem with wrapping of ArrayList
2013-07-24 Maciej PiechotkaFix the foreach in TreeMap.values
2013-07-15 Maciej PiechotkaFix Gee.TreeSet.Iterator.foreach upstream/0.10.2+4+geb6affb
2013-07-15 Maciej PiechotkaFix Gee.ArrayQueue.Iterator.foreach
2013-07-15 Maciej PiechotkaFix the PriorityQueue.Iterator.foreach
2013-07-15 Maciej PiechotkaFix the HashSet.Iterator.foreach
2013-07-06 Maciej PiechotkaUse .value instead of value directly in unfold
2013-03-31 Simon McVittieReturn true from HashSet.Iterator.foreach() if we fall...
2013-03-04 Maciej PiechotkaFix memory leak in TreeSet and TreeMap
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 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 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-10-20 Daniel EspinosaFixed commit 9e2e24f4.
2012-10-19 Daniel EspinosaGObject Introspection support improved.
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 PiechotkaMove everything to GenericAccessors
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 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-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 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-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 PiechotkaConvert the documentations to valadoc new Note syntax
2012-01-23 Florian BroschFix valadoc documentation
2012-01-22 Maciej PiechotkaRemove --shared-library from .typelib, see bug #667529...
2012-01-20 Maciej PiechotkaFix problem of partially releasing hp context
2012-01-20 Maciej PiechotkaFix compilation with vala master
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-25 Maciej PiechotkaImplement ConcurrentList
2011-09-25 Maciej PiechotkaSplit List interface into List and BidirList
2011-09-25 Maciej PiechotkaAdd Gee.HazardPointer
2011-09-20 Maciej PiechotkaMove to new syntax of out parameters
2011-09-14 Maciej PiechotkaRevert "hazardpointer - work in progress"
2011-09-14 Maciej Piechotkahazardpointer - work in progress
2011-08-17 Maciej PiechotkaFix standard functions for nullable types
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-17 Maciej PiechotkaFix default Traversable.stream implementation for Itera...
2011-08-15 Maciej PiechotkaAllow to install libgee 0.6 and 0.8 in parallel
2011-08-09 Maciej PiechotkaFix ordering of prerequests
2011-08-09 Maciej PiechotkaUpdate documentation
2011-08-01 Maciej PiechotkaAdd Traversable<G>.filter method
2011-08-01 Maciej PiechotkaFix Traversable<G>.stream in ReadOnlyCollection
2011-07-25 Maciej PiechotkaPreserve laziness in Stream
next