Add read_only to Map.Entry
[platform/upstream/libgee.git] / gee /
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
2011-07-22 Maciej PiechotkaAdd Gee.Traversable<G> requirement to Gee.Iterable<G>
2011-07-22 Maciej PiechotkaExport the function part of interface into Traversable
2011-06-25 Maciej PiechotkaAdd Iterator.scan method
2011-06-25 Maciej PiechotkaAdd Iterator.map method
2011-06-25 Maciej PiechotkaAdd Iterator.stream method based on stream fusion
2011-06-25 Maciej PiechotkaAdd Iterator.concat function
2011-06-25 Maciej PiechotkaAdd Iterator.unfold function
2011-06-25 Maciej PiechotkaAdd Gee.Lazy class (call-by-need)
2011-05-02 Maciej PiechotkaAdd read_only_view to SortedMap
2011-05-02 Maciej PiechotkaAdd read_only_view to SortedSet
2011-05-02 Maciej PiechotkaAdd SortedMap interface
2011-05-02 Maciej PiechotkaPreparation for new Map.set method
2011-04-30 Maciej PiechotkaFix memory leak in default implementation of foreach...
2011-04-29 Maciej PiechotkaChange Gee.TreeSet.Range to class
2011-04-26 Maciej PiechotkaChange default implementation of fold
2011-04-20 Maciej PiechotkaAdd custom foreach function
2011-04-08 Maciej PiechotkaFix adding second element to priority queue, fixes...
2011-02-16 Maciej PiechotkaRead fix bold text valadoc markup
2011-02-12 Maciej PiechotkaFix monospace text valadoc markup (replace ` by ``)
2011-02-12 Maciej PiechotkaFix bold text valadoc markup (replace ++ by ")
2011-01-28 Jürg BilleterFix memory leak in LinkedList.clear
2011-01-04 Maciej PiechotkaAdd read_only method to Collection, Map and MultiMap
2011-01-04 Maciej PiechotkaAdd highier-order functions to MapIterator
2011-01-04 Maciej PiechotkaUpdate copyright notices
2011-01-04 Maciej PiechotkaAdd read_only property to Iterator and MapIterator
2010-11-20 Maciej PiechotkaFix memory leak on freeing LinkedList
2010-11-07 Maciej PiechotkaAdd Gee.Iterator<G>.foreach method
2010-11-07 Maciej PiechotkaFix several spelling mistakes and leftover debug code
2010-10-17 Maciej PiechotkaRename Iterator.at_element to Iterator.valid
2010-10-17 Maciej PiechotkaAdd Iterator.fold aggregative function
2010-10-17 Maciej PiechotkaAdd Iterator.at_element property to check when other...
2010-10-17 Maciej PiechotkaMove first from Iterator to BidirIterator and remove...
2010-09-18 Maciej PiechotkaChange return_if_fail into assert in remove_at of Linke...
2010-08-26 Maciej PiechotkaFix memory leak in TimSort
2010-08-24 Maciej PiechotkaAdd Gee.Hashable interface
2010-08-21 Maciej PiechotkaAssure get_equal_func_for behavies correctly for Comparable
2010-08-17 Alban Browaeysgee: move the delegates into the Gee namespace.
2010-08-17 Maciej PiechotkaMove to non-static delegates
2010-08-03 Maciej PiechotkaFix memory leak in Gee.LinkedList
2010-08-02 Maciej PiechotkaFix typos in TreeMap and TreeSet fix and other embarras...
2010-08-02 Maciej PiechotkaFix the unfreeing on clear in TreeMap/TreeSet
2010-08-02 Maciej PiechotkaUse automake 1.11 vala support + cleaning of the Makefi...
2010-08-02 Didier 'PtitjesImplement typed variants for Collection.to_array
2010-08-02 Didier 'PtitjesMake [Deprecated] all Map methods previously marked...
2010-08-02 Didier 'PtitjesFix doc comment and make sort_with_data deprecated...
2010-08-01 Maciej PiechotkaIncrease stamp on Map.set in Gee.TreeMap
2010-07-30 Zeeshan Ali (Khattak)Add ArrayList.sort_with_data
2010-07-27 Maciej PiechotkaFix lack of unsetting _first and _last in TreeSet on...
2010-07-14 Maciej PiechotkaVarious small fixes for build system. Fixes bug 624389
2010-07-12 Rob TaylorBuild typelib for gobject-introspection
2010-04-02 Yaakov SelkowitzFix shared library build on Windows
2010-04-02 Maciej PiechotkaFix count equal in *MultiSet
2010-04-02 Maciej PiechotkaFix remove in MapIterator
2010-04-02 Maciej PiechotkaFixes checking for emptiness of subsets when master...
next