summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.12.10.12.10.12Maciej Piechotka2014-03-042-2/+6
|
* Fix case of releasing lock-free resources during the local cleanupMaciej Piechotka2014-03-041-15/+13
|
* Fix case of releasing lock-free resources during the global cleanupMaciej Piechotka2014-03-041-6/+24
|
* Fix the problem of removing headers from utils, fixes bug #720500Maciej Piechotka2013-12-151-1/+1
|
* Fix broken parallel build and dist vala-generated Gee-0.8.gir, fixes bug #720391Rico Tzschichholz2013-12-141-2/+3
|
* Fix build system by stealing more gnome-boxes codeMaciej Piechotka2013-12-132-19/+65
| | | | | Parallel builds should work now and stamp files should be included in distribution.
* Fix the make checkMaciej Piechotka2013-10-271-1/+1
|
* Don't delete the hand-written header, fixes bug #709389Maciej Piechotka2013-10-031-1/+5
| | | | Thanks to Jürg for pointing the root cause
* Release 0.12.00.12.0Maciej Piechotka2013-09-232-1/+5
|
* Release 0.11.920.11.92Maciej Piechotka2013-09-162-1/+5
|
* Override read_only_view property in ReadOnlySortedMap and its subclassesMaciej Piechotka2013-09-142-0/+18
|
* Release 0.11.910.11.91Maciej Piechotka2013-09-022-1/+5
|
* Bump GLib requirement to 2.36 due to usage of g_get_num_processorsMaciej Piechotka2013-08-261-1/+1
|
* Release 0.11.900.11.90Maciej Piechotka2013-08-192-1/+8
|
* Add missing Future from READMEMaciej Piechotka2013-08-181-0/+1
|
* TeeIterator: add new keyword to get to remove warningMaciej Piechotka2013-08-171-1/+1
|
* Remove deprecation warning - changing the exchange_and_add to addMaciej Piechotka2013-08-171-1/+1
|
* Do not ignore *.c and *.h in utils subdirectoryMaciej Piechotka2013-08-171-0/+2
|
* Require Vala 0.22 for libgee 0.12Maciej Piechotka2013-08-171-1/+1
|
* Fix Collection.remove_all_array for primitivesMaciej Piechotka2013-08-141-4/+117
|
* Fix Collection.contains_all_array for primitivesMaciej Piechotka2013-08-141-4/+128
|
* Fix Collection.add_all_array for primitivesMaciej Piechotka2013-08-021-16/+129
|
* Fix to_array for boxed valuesMaciej Piechotka2013-08-021-13/+13
|
* Add Collection.*_iteratorMaciej Piechotka2013-08-021-0/+25
|
* Make Collection.*_array virtual and add CCode.orderingMaciej Piechotka2013-08-021-7/+20
|
* Fix problem with wrapping of ArrayListMaciej Piechotka2013-08-021-1/+118
|
* Avoid unnecessary allocation for destroy notifyMaciej Piechotka2013-07-304-12/+37
|
* Port to newer GLib thread APIMaciej Piechotka2013-07-301-3/+2
|
* Release 0.11.50.11.5Maciej Piechotka2013-07-302-1/+11
|
* Fix missing headerMaciej Piechotka2013-07-301-0/+1
|
* Add Lazy.futureMaciej Piechotka2013-07-271-0/+108
|
* Rework the Futures to a new APIMaciej Piechotka2013-07-2710-604/+235
| | | | | | | | A new API includes the error handling as well as removed redundant functions (such as when_done) which can be replaced by async calls. Future.map, Future.zip and Future.flat_map have also been implemented in terms of Promise.
* 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
|