platform/upstream/libgee.git
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...
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-31 Maciej PiechotkaVersion bump to avoid confusion
2010-08-26 Maciej PiechotkaFix memory leak in TimSort
2010-08-24 Maciej PiechotkaCorrect naming of variables
2010-08-24 Maciej PiechotkaAdd Gee.Hashable interface
2010-08-21 Maciej PiechotkaSmall typo in tests (it might cuased some false passes...
2010-08-21 Maciej PiechotkaRemove ComparableTests as they have been integrated...
2010-08-21 Maciej PiechotkaReintroduce tests
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 'PtitjesPost-release version bump
2010-08-02 Didier 'PtitjesRelease 0.5.2 0.5.2
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... Add ArrayList.sort_with_data
2010-07-27 Maciej PiechotkaFix lack of unsetting _first and _last in TreeSet on...
2010-07-14 Maciej PiechotkaClean configure.ac
2010-07-14 Maciej PiechotkaVarious small fixes for build system. Fixes bug 624389
2010-07-13 Colin Walters[autogen.sh] Support parameters to configure
2010-07-12 Maciej Piechotka[autogen.sh] Don't run configure twice
2010-07-12 Rob TaylorBuild typelib for gobject-introspection
2010-07-11 Maciej PiechotkaChange build system
2010-07-11 Maciej PiechotkaAdd myself to libgee.doap
next