summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.14.00.14.00.14Maciej Piechotka2014-03-242-2/+6
* Release 0.13.910.13.91Maciej Piechotka2014-03-032-1/+6
* Enable vala for make distcheckMaciej Piechotka2014-03-031-1/+1
* Fix case of releasing lock-free resources during the local cleanupMaciej Piechotka2014-03-011-15/+13
* Fix case of releasing lock-free resources during the global cleanupMaciej Piechotka2014-03-011-7/+24
* Fix HazardPointer implementationMaciej Piechotka2014-03-012-5/+8
* Skip first and last element during counting down indices in remove testMaciej Piechotka2014-02-211-1/+5
* Release 0.13.900.13.90Maciej Piechotka2014-02-182-1/+5
* Skip also the first elementMaciej Piechotka2014-02-151-2/+2
* Skip the test of removing already removed elementMaciej Piechotka2014-02-151-0/+4
* Release 0.13.5.10.13.5.1Maciej Piechotka2014-02-112-1/+5
* Remove workaround for vala <0.23.2, fixes bug 723822Maciej Piechotka2014-02-082-2/+2
* Release 0.13.50.13.5Maciej Piechotka2014-02-032-1/+5
* Move to WeakRef to avoid data racesMaciej Piechotka2014-01-2511-55/+80
* Extend the list testsMaciej Piechotka2013-12-251-53/+89
* Fix the documentation to use constantMaciej Piechotka2013-12-251-2/+2
* Release 0.13.40.13.4Maciej Piechotka2013-12-162-1/+7
* Fix unintentional break of ABI/C APIMaciej Piechotka2013-12-161-1/+1
* Fix unused variable warnings for HazardPointerMaciej Piechotka2013-12-165-0/+94
* Fix memory leak in Gee.FutureMaciej Piechotka2013-12-161-1/+16
* Fix various warningsMaciej Piechotka2013-12-1610-41/+12
* Fix various memory leaks in gee by re-implementing GClosureMaciej Piechotka2013-12-1619-54/+267
* 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
* Fix the make checkMaciej Piechotka2013-10-271-1/+1
* Don't delete the hand-written header, fixes bug #709389Maciej Piechotka2013-10-031-1/+5
* 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