platform/upstream/libgee.git
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
2010-06-29 Colin Walters[autogen.sh] Support NOCONFIGURE, like gnome-common
2010-06-15 Jürg BilleterPost-release version bump
2010-06-15 Jürg BilleterRelease 0.5.1 0.5.1
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 PiechotkaTests are not terminated when they fail in trap
2010-04-02 Maciej PiechotkaFixes checking for emptiness of subsets when master...
2010-04-02 Florian BroschFix documentation comments
2010-03-21 Jürg BilleterFix build with vala master
2009-10-24 Didier 'PtitjesPost-release version bump
2009-10-24 Didier 'PtitjesTimSort: Fix sort of reference counted items
2009-09-28 Didier 'PtitjesRelease 0.5.0 LIBGEE_0_5_0
2009-09-28 Didier 'PtitjesUpdate library's interface to 2:0:0
2009-09-28 Didier 'PtitjesFix the documentation of all implementations' constructor
2009-09-28 Didier 'PtitjesUpdate .gitignore
2009-09-28 Didier 'PtitjesSome more documentation enhancements
2009-09-28 Didier 'PtitjesMake some style consistence enhancements
2009-09-28 Maciej PiechotkaReplace old-style asserts in tests
2009-09-28 Maciej PiechotkaAdd tests for Map.entries
2009-09-28 Didier 'PtitjesImplement TreeMultiMap
2009-09-28 Didier 'PtitjesEnhance multimap's tests
2009-09-28 Didier 'PtitjesExtract AbstractMultiMap from HashMultiMap
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-28 Didier 'PtitjesFix filenames in file headers
2009-09-28 Maciej PiechotkaIntroduce the SortedSet interface and implement it...
2009-09-28 Maciej PiechotkaAdd missing DEBUG section
2009-09-26 Didier 'PtitjesMake the coverage analysis on Vala code insteead of...
2009-09-26 Didier 'PtitjesFix TestCase against Vala master
2009-09-26 Didier 'PtitjesFix PriorityQueue implementation
2009-09-26 Maciej PiechotkaFix move_red_right and move_red_left in the Tree implem...
2009-09-26 Maciej PiechotkaAdd more add and remove tests
2009-09-25 Didier 'PtitjesFix a bug in PriorityQueue's iterator
2009-09-25 Didier 'PtitjesFix warnings due to comparison to strcmp
2009-09-25 Didier 'PtitjesUse silent rules for users of automake 1.11
2009-09-25 Didier 'PtitjesFix some missing pointer casts
2009-09-23 Didier 'PtitjesFix item count decrementation on removal in AbstractMul...
2009-09-23 Didier 'PtitjesIntroduce Map.key_type and Map.value_type
2009-09-23 Didier 'PtitjesIntroduce immutable empty collection, list, set and map
2009-09-23 Didier 'PtitjesMake Map<K,V> be an Iterable<Map.Entry<K,V>>
2009-09-23 Didier 'PtitjesImplement TreeMultiSet
2009-09-23 Didier 'PtitjesExtract AbstractMultiSet from HashMultiSet
2009-09-23 Didier 'PtitjesIntroduce MapIterator<K,V> and implement it in HashMap...
2009-09-23 Maciej PiechotkaFix the iterators of the TreeMap and TreeSet implementa...
2009-09-21 Didier 'PtitjesEnhance the tests for the ReadOnly* implementations
2009-09-20 Didier 'PtitjesReuse the keys, values and entries view instances where...
2009-09-20 Didier 'PtitjesIntroduce the Map.Entry<K,V> class and the Map.entries...
2009-09-20 Didier 'PtitjesIntroduce the Map.has (K key, V value) method
2009-09-20 Didier 'PtitjesModify the Map interface API
2009-09-20 Maciej PiechotkaFix fix_up method in the TreeSet and TreeMap implementa...
2009-09-20 Didier 'PtitjesAdd a dependency to gee's vapi in tests' Makefile
2009-09-20 Didier 'PtitjesIntroduce the Comparable interface and provide a Compar...
2009-09-19 Didier 'PtitjesRemove unusefull private setter only and construct...
2009-09-19 Didier 'PtitjesFix first() and last() signatures in AbstractList
2009-09-15 Didier 'PtitjesRefactor the Set implementations' tests
2009-09-15 Didier 'PtitjesFix some bugs in TreeSet implementation
2009-09-15 Didier 'PtitjesRemove construct block in HashSet
2009-09-15 Didier 'PtitjesMake Functions class a namespace and fix copyright...
2009-09-15 Didier 'PtitjesIntroduce the ListIterator interface and make lists...
2009-09-15 Maciej PiechotkaIntroduce the BidirIterator interface
2009-09-15 Didier 'PtitjesIntroduce remove method to the Iterator interface
2009-09-15 Didier 'PtitjesAdd has_next and first methods to the Iterator interface
next