summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rework the Futures to a new APIMaciej Piechotka2013-07-2710-604/+235
* Add ordering to TraversableMaciej Piechotka2013-07-271-2/+12
* Add Traversable.teeMaciej Piechotka2013-07-273-1/+158
* Fix the foreach in TreeMap.valuesMaciej Piechotka2013-07-241-2/+2
* Update tests for Traversable.mapMaciej Piechotka2013-07-161-57/+156
* Fix Gee.StreamIterator.yield_nextMaciej Piechotka2013-07-161-8/+26
* Add Gee.TreeSet.foreach implementationMaciej Piechotka2013-07-161-0/+12
* Add Gee.ArrayQueue.foreach implementationMaciej Piechotka2013-07-161-0/+12
* Update the foreach testsMaciej Piechotka2013-07-161-3/+38
* Fix Gee.TreeSet.Iterator.foreachMaciej Piechotka2013-07-161-44/+56
* Fix Gee.ArrayQueue.Iterator.foreachMaciej Piechotka2013-07-161-0/+1
* Add the implementation for PriorityQueue.foreachMaciej Piechotka2013-07-151-1/+13
* Add the implementation for HashSet.foreachMaciej Piechotka2013-07-151-0/+14
* Improve the tests for Collection.foreach and Collection.foldMaciej Piechotka2013-07-151-44/+183
* Fix the PriorityQueue.Iterator.foreachMaciej Piechotka2013-07-151-2/+5
* Fix the HashSet.Iterator.foreachMaciej Piechotka2013-07-151-13/+30
* Change the scope="async" callbacks to owned, fixes bug #703802Maciej Piechotka2013-07-146-21/+21
* Fix transfering the ownership in Gee.FlatMapFuture.go_mapMaciej Piechotka2013-07-121-1/+1
* Release 0.11.40.11.4Maciej Piechotka2013-07-102-1/+9
* Rename Future.join to Future.zipMaciej Piechotka2013-07-093-8/+8
* Fix documentationMaciej Piechotka2013-07-091-2/+2
* Add Future.join functionMaciej Piechotka2013-07-093-0/+202
* Always evaluate in when_doneMaciej Piechotka2013-07-093-91/+113
* Add the light mapsMaciej Piechotka2013-07-093-1/+90
* Fix and improve the implementation of Future.mapMaciej Piechotka2013-07-091-1/+29
* Remove incorrect FIXME noticeMaciej Piechotka2013-07-061-1/+1
* Fix missing 'since' doc for Future and PromiseMaciej Piechotka2013-07-063-0/+7
* Specialise the stream iteratorMaciej Piechotka2013-07-063-61/+169
* Use .value instead of value directly in unfoldMaciej Piechotka2013-07-061-4/+4
* Fix casing of Future.flat_map (previously flatMap)Maciej Piechotka2013-07-061-1/+1
* Add flat_map functionMaciej Piechotka2013-07-061-0/+57
* Add Stream.WAIT to Traversable.streamMaciej Piechotka2013-07-061-27/+37
* Release 0.11.00.11.0Maciej Piechotka2013-07-042-2/+8
* Add missing generic argument to HashMultiMap.get_value_equal_funcMaciej Piechotka2013-05-121-1/+1
* Add futures and promises to libgeeMaciej Piechotka2013-04-187-1/+678
* Steal vala.m4 from gnome-boxesMaciej Piechotka2013-04-124-15/+68
* Return true from HashSet.Iterator.foreach() if we fall off the endSimon McVittie2013-03-312-4/+12
* Release 0.10.00.10.0Maciej Piechotka2013-03-252-1/+5
* Release 0.9.920.9.92Maciej Piechotka2013-03-042-1/+5
* Fix memory leak in TreeSet and TreeMapMaciej Piechotka2013-03-042-0/+8
* Release 0.9.910.9.91Maciej Piechotka2013-02-173-5/+13
* Fix the valadoc documentationMaciej Piechotka2013-02-174-17/+11
* Add missing gee/readonlymultimap.valaMaciej Piechotka2013-02-171-0/+131
* Add read_only_view to Gee.MultiMap, fixes bug #687158Maciej Piechotka2013-02-164-2/+22
* Add read_only_view to Gee.MultiSetMaciej Piechotka2013-02-164-1/+90
* Allow creation of ArrayList from arrayMaciej Piechotka2013-02-161-1/+21
* Add add/contains/remove_all working on array, partial fix of bug #685175Maciej Piechotka2013-02-161-0/+56
* Add generic type arguments to HashMultiMap, TreeMultiSet constructorMaciej Piechotka2013-02-072-3/+3
* Fix compilation error, fixes bug #690723Maciej Piechotka2012-12-261-1/+1
* Make ConcurrentSet implement SortedSetMaciej Piechotka2012-12-253-82/+990