summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Sleep 100 ms in GC thread when there is nothing to doMaciej Piechotka2014-10-111-0/+3
| | | | | Temporal fix for bug 737507 until something more sane would come up while still being lock free.
* Fix a documentation typoMichael Catanzaro2014-10-041-1/+1
|
* Fix destructor-name of HashMapRico Tzschichholz2014-09-261-1/+1
|
* Release 0.16.00.16.0Maciej Piechotka2014-09-232-2/+6
|
* Release 0.15.920.15.92Maciej Piechotka2014-09-162-1/+5
|
* Explicitly make the hashes, equality and comparation immutableMaciej Piechotka2014-09-133-3/+63
|
* Fix valadoc syntax and extend Traversable.tee documentationMaciej Piechotka2014-09-134-43/+47
|
* Require Vala 0.25.1 (for --hide-internal)Adam Dingle2014-09-091-1/+1
|
* Release 0.15.900.15.90Maciej Piechotka2014-08-202-1/+6
|
* Add INSTALL to .gitignoreMaciej Piechotka2014-08-201-0/+1
|
* Add benchmark suite for setsMaciej Piechotka2014-08-171-0/+87
|
* Add commandline options to the benchmarkMaciej Piechotka2014-08-171-23/+91
|
* Add explicit implementation of tee to all iteratorsMaciej Piechotka2014-08-1613-75/+502
|
* doap: add <programming-language>Andre Klapper2014-08-011-0/+1
|
* doap category coreOlav Vitters2014-07-301-1/+1
|
* Remove INSTALL from version controlMichael Catanzaro2014-06-291-370/+0
| | | | This is autogenerated
* Release 0.15.30.15.3Maciej Piechotka2014-06-232-1/+8
|
* Add --disable-internal-asserts and --enable-consistency-check options to ↵Maciej Piechotka2014-06-231-0/+8
| | | | configure
* Add unrolled listMaciej Piechotka2014-06-227-0/+1405
|
* Add myself to copyright list of LinkedListMaciej Piechotka2014-06-221-0/+1
|
* Make the documentation of ListIterator.add and BidirList.insert more specific.Maciej Piechotka2014-06-226-125/+203
| | | | Also fix the implementation of them in other methods to make it consistent.
* Conditionally assume in Gee.ArrayList and Gee.LinkedListMaciej Piechotka2014-06-225-4/+58
|
* Update INSTALLMaciej Piechotka2014-04-271-39/+175
|
* Hide internal symbolsMaciej Piechotka2014-04-271-1/+2
|
* 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
| | | | | The old workaround causes reading/writing from invalid pointers, when compiled with 0.23.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
| | | | | Parallel builds should work now and stamp files should be included in distribution.
* Fix the make checkMaciej Piechotka2013-10-271-1/+1
|