platform/upstream/libgee.git
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
2009-09-15 Maciej PiechotkaFix and improve the TreeMap and TreeSet implementations
2009-09-14 Didier 'PtitjesFix read-only view unique instance test
2009-09-14 Didier 'PtitjesFix benchmark's build with vala master
2009-09-14 Jürg BilleterFix build with vala master
2009-09-14 Didier 'PtitjesAdd some tests for List.slice
2009-09-14 Didier 'PtitjesFix List.get API contract and fix implementations accor...
2009-09-14 Didier 'PtitjesAdd tests for GObject properties
2009-09-14 Didier 'PtitjesIntroduce PriorityQueue implementation of the Queue...
2009-09-14 Didier 'PtitjesUse non-nullable capacities and a constant to specify...
2009-09-14 Didier 'PtitjesMake Slice<G> a private inner class of TimSort<G>
2009-09-11 Julien PeetersRefactor the Map implementations' tests
2009-09-11 Julien PeetersFix a bug in TreeMap implementation
2009-09-11 Julien PeetersChange the Iterator.get method signature and fix implem...
2009-09-11 Julien PeetersImprove the access to first and last elements in LinkedList
2009-09-11 Julien PeetersImprove the read-only view property by using weak pointers
2009-09-11 Didier 'PtitjesIntroduce Queue and Deque interfaces, and implement...
2009-09-11 Didier 'PtitjesMake List.remove_at return the removed element
2009-09-11 Didier 'PtitjesDÃefinitiely remove trailing whitespaces
2009-09-10 Didier 'PtitjesMake TimSort a GObject
2009-09-10 Didier 'PtitjesSetup test code coverage with lcov
2009-09-09 Didier 'PtitjesAdd missing --library in addition to --vapi in gee...
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-09 Didier 'PtitjesIntroduce benchmarks
2009-09-09 Didier 'PtitjesIntroduce TimSort and the public sorting API
2009-09-06 Maciej PiechotkaRemove possibility of passing null to constructors...
2009-09-06 Tomaž VajngerlChange ReadOnlySet to inherit from ReadOnlyCollection.
2009-09-06 Tomaž VajngerlChange ReadOnlyList to inherit from ReadOnlyCollection.
2009-09-06 Didier 'PtitjesFix ReadOnlyCollection and ReadOnlyMap encapsulation...
2009-09-06 Tomaž VajngerlAdd tests for ReadOnlyCollection and ReadOnlyList
2009-09-06 Ali SabilIntroduce the MultiMap interface and its hash based...
2009-09-06 Ali SabilIntroduce the MultiSet interface and its hash based...
2009-09-06 Julien PeetersReuse generic Collection and List tests for LinkedList
2009-09-06 Julien PeetersFix misunderstanding about ArrayList.{retain,remove...
2009-09-06 Julien PeetersAdd generic tests for collections and lists and refacto...
2009-09-06 Julien PeetersSome more enhancements to the test infrastructure
2009-09-05 Julien PeetersAdding a short descriptive introduction for each implem...
2009-09-05 Julien PeetersAdding a first very basic documentation to data types...
2009-09-04 Didier 'PtitjesInitial documentation infrastructure import
2009-09-03 Didier 'PtitjesFixing generics typo in HashMap's Value collection
2009-09-03 Didier 'PtitjesChange inner classes' properties from construct to...
2009-09-02 Didier 'PtitjesProvide sane defaults for equal, hash and compare functions
2009-09-02 Didier 'PtitjesChange *_func properties from construct to private set
2009-08-05 Didier 'PtitjesPost-release version bump
2009-08-05 Didier 'PtitjesRelease 0.3.0 LIBGEE_0_3_0
2009-08-05 Didier 'PtitjesEnhanced Map removal to optionally retrieve removed...
2009-08-04 Didier 'PtitjesRemove invalid to_array implementation and re-enable...
2009-08-03 Didier 'PtitjesBump library's version info
2009-07-31 Didier 'PtitjesTemporarily disable to_array test
2009-07-31 Tomaž VajngerlAdd Map.is_empty|set_all|remove_all|contains_all and...
2009-07-31 Tomaž VajngerlAdd List.first|last|insert_all methods and AbstractList...
2009-07-31 Tomaž VajngerlAdded Collection.is_empty|add_all|contains_all|remove_a...
2009-07-31 Maciej PiechotkaMake Iterable.get_element_type a property
2009-07-31 Didier 'PtitjesRemove unused inherited interface declarations
2009-07-31 Didier 'PtitjesFix list of maintainers
2009-07-27 Didier 'PtitjesFix invalid test commit
2009-07-27 Julien PeetersMake TestFixture's setup and teardown methods virtual
2009-07-27 Didier 'PtitjesInitial rework for tests
2009-07-27 Didier 'PtitjesFix AbstractCollection.to_array method
2009-07-27 Julien PeetersAdd test fixture helper
2009-07-23 Didier 'PtitjesIntroduce Collection.to_array() method
2009-07-23 Didier 'PtitjesIntroduce AbstractCollection base class
2009-07-23 Didier 'PtitjesRemove unused variable in tests
next