Add read_only to Map.Entry
[platform/upstream/libgee.git] / tests /
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-19 Maciej PiechotkaMove virtual methods to Map interface
2012-08-19 Maciej PiechotkaMove virtual methods to Collection interface
2012-08-06 Maciej PiechotkaFixes to ConcurrentList
2012-07-29 Maciej PiechotkaTemporary disable broken test.
2012-03-28 Maciej PiechotkaSplit SortedMap/SortedSet into bi-directional and uni...
2012-01-20 Maciej PiechotkaFix compilation with vala master
2012-01-20 Maciej PiechotkaExtend Gee.Deque tests
2012-01-20 Maciej PiechotkaAdd ArrayQueue
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-09-25 Maciej PiechotkaImplement ConcurrentList
2011-09-25 Maciej PiechotkaSplit List interface into List and BidirList
2011-09-25 Maciej PiechotkaRemove compilation warnings from tests
2011-09-23 Maciej PiechotkaUse VALAFLAGS during building tests
2011-08-17 Maciej PiechotkaFix standard functions for nullable types
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-17 Maciej PiechotkaAdd filter tests
2011-08-15 Maciej PiechotkaAllow to install libgee 0.6 and 0.8 in parallel
2011-06-25 Maciej PiechotkaAdd Iterator.scan method
2011-06-25 Maciej PiechotkaAdd Iterator.map method
2011-06-25 Maciej PiechotkaAdd Iterator.concat function
2011-06-25 Maciej PiechotkaAdd Iterator.unfold function
2011-05-02 Maciej PiechotkaAdd SortedMap interface
2011-05-02 Maciej PiechotkaFix wrong copyright information
2011-04-08 Maciej PiechotkaFix adding second element to priority queue, fixes...
2011-01-04 Maciej PiechotkaAdd highier-order functions to MapIterator
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-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-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-17 Maciej PiechotkaMove to non-static delegates
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-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-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-03-21 Jürg BilleterFix build with vala master
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 'PtitjesFix filenames in file headers
2009-09-28 Maciej PiechotkaIntroduce the SortedSet interface and implement it...
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 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 warnings due to comparison to strcmp
2009-09-23 Didier 'PtitjesIntroduce Map.key_type and Map.value_type
2009-09-23 Didier 'PtitjesImplement TreeMultiSet
2009-09-21 Didier 'PtitjesEnhance the tests for the ReadOnly* implementations
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 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-15 Didier 'PtitjesRefactor the Set implementations' tests
2009-09-15 Didier 'PtitjesIntroduce the ListIterator interface and make lists...
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-14 Didier 'PtitjesFix read-only view unique instance test
2009-09-14 Didier 'PtitjesAdd some tests for List.slice
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-11 Julien PeetersRefactor the Map implementations' tests
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 'PtitjesSetup test code coverage with lcov
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-09 Didier 'PtitjesIntroduce TimSort and the public sorting API
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-08-05 Didier 'PtitjesEnhanced Map removal to optionally retrieve removed...
2009-08-04 Didier 'PtitjesRemove invalid to_array implementation and re-enable...
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-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 Julien PeetersAdd test fixture helper
next