platform/upstream/libgee.git
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
2011-09-25 Maciej PiechotkaRelease 0.7.1 0.7.1
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-25 Maciej PiechotkaRemove compilation warnings from tests
2011-09-23 Maciej PiechotkaUse VALAFLAGS during building tests
2011-09-20 Maciej PiechotkaMove to new syntax of out parameters
2011-09-20 Maciej PiechotkaAdd check-news to AM_INIT_AUTOMAKE
2011-09-14 Maciej PiechotkaRevert "hazardpointer - work in progress"
2011-09-14 Maciej Piechotkahazardpointer - work in progress
2011-08-19 Maciej PiechotkaPost-release version bump
2011-08-19 Maciej PiechotkaRelease 0.7.0 0.7.0
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-17 Maciej PiechotkaAdd filter tests
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 PiechotkaFix wrong copyright information
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-12-27 Maciej PiechotkaRemove depending on order of iteration in read-only...
next