summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove INSTALL from version control0.6Michael Catanzaro2015-08-291-234/+0
|
* Fix compilation errorMichael Catanzaro2015-08-291-1/+1
|
* Release 0.6.80.6.8Maciej Piechotka2013-03-042-1/+6
|
* Fix memory leak in TreeSet and TreeMapMaciej Piechotka2013-03-042-0/+8
|
* Release 0.6.70.6.7Maciej Piechotka2012-12-032-1/+7
|
* Small improvements to PriorityQueueMaciej Piechotka2012-12-021-2/+1
|
* Fix Gee.List.Iterator.nextMaciej Piechotka2012-11-251-12/+24
|
* PriorityQueue: fix segfault discovered during stress-testingMaciej Piechotka2012-11-251-4/+9
| | | | | If node P is removed then set P to R, as described in paper, instead of NULL.
* Release 0.6.6.10.6.6.1Maciej Piechotka2012-11-102-1/+6
|
* Release 0.6.60.6.6Maciej Piechotka2012-10-142-1/+6
|
* Ommited change to fix buildMaciej Piechotka2012-10-061-5/+3
|
* Fix Iterator.remove in PriorityQueueMaciej Piechotka2012-10-061-111/+271
|
* Release 0.6.50.6.5Maciej Piechotka2012-08-052-1/+6
|
* Disable introspection during distcheckMaciej Piechotka2012-08-051-0/+1
|
* Fixed compiler errorSebastian Pölsterl2012-03-071-1/+1
| | | | 'NULL' was used instead of 'null'
* Don't resize after deletion from hashtable in iterator, fixes #671327Maciej Piechotka2012-03-062-35/+51
| | | | | | Depending on sizes of array and hash function resize might alter the iteration order. It meant that some elements might not be visited and some might be visited twice.
* Fix valadoc documentationFlorian Brosch2012-01-241-2/+2
|
* Release 0.6.40.6.4Maciej Piechotka2012-01-222-1/+7
|
* Remove --shared-library from .typelib, see bug #667529 for detailsMaciej Piechotka2012-01-221-1/+1
|
* Remove unneeded duplication of NULL definitionMaciej Piechotka2012-01-221-1/+0
|
* Fix gir_namespace and gir_version attributes, fixes bug #666208Maciej Piechotka2012-01-201-1/+1
|
* Fix compilation with vala masterMaciej Piechotka2012-01-203-0/+22
|
* Add gir_namespace and gir_version attributes, fixes bug #666208Maciej Piechotka2011-12-192-0/+26
| | | | | Currently they are specified in assemblyinfo.vala which needs to be first file passed to vala. See bug # 666478 for details.
* Release 0.6.30.6.3Maciej Piechotka2011-11-091-0/+5
|
* PriorityQueue: build fix for wrong variable nameDiego Escalante Urrelo2011-10-081-1/+1
| | | | Bug #661153
* PriorityQueue: Fix underflow while updating degree, fixes bug #647162Hisao Suzuki2011-09-291-1/+1
|
* Post-release version bumpMaciej Piechotka2011-09-141-1/+1
|
* Release 0.6.2.10.6.2.1Maciej Piechotka2011-09-141-0/+5
|
* Add check-news to AM_INIT_AUTOMAKEMaciej Piechotka2011-09-141-2/+2
|
* Post-release version bumpMaciej Piechotka2011-09-141-1/+1
|
* Release 0.6.20.6.2Maciej Piechotka2011-09-141-0/+6
|
* Change Gee.TreeSet.Range to classMaciej Piechotka2011-04-291-11/+11
| | | | It fixes problem that may occured when key used as boundary is freed
* Fix adding second element to priority queue, fixes bug #647162Maciej Piechotka2011-04-082-0/+12
|
* Read fix bold text valadoc markupMaciej Piechotka2011-02-161-2/+2
|
* Fix monospace text valadoc markup (replace ` by ``)Maciej Piechotka2011-02-1210-46/+46
|
* Fix bold text valadoc markup (replace ++ by ")Maciej Piechotka2011-02-121-2/+2
|
* Post-release version bumpJürg Billeter2011-01-281-1/+1
|
* Release 0.6.10.6.1Jürg Billeter2011-01-281-0/+5
|
* Fix memory leak in LinkedList.clearJürg Billeter2011-01-281-2/+5
| | | | Based on patch by Travis Reitter, fixes bug 639254.
* Remove depending on order of iteration in read-only collections' testMaciej Piechotka2011-01-201-7/+19
|
* Fix memory leak on freeing LinkedListMaciej Piechotka2010-11-201-0/+5
| | | | If fixes issue described in bug #635224
* Post-release version bumpJürg Billeter2010-09-261-1/+1
|
* Release 0.6.00.6.0Jürg Billeter2010-09-262-1/+6
|
* Change return_if_fail into assert in remove_at of LinkedList.Maciej Piechotka2010-09-181-1/+1
| | | | | It fixes build issue described in bug #629933 and make the behavior compatible with ArrayList.
* Post-release version bumpJürg Billeter2010-09-161-1/+1
|
* Release 0.5.30.5.3Jürg Billeter2010-09-161-0/+6
|
* Fix memory leak in TimSortMaciej Piechotka2010-08-261-150/+148
| | | | | This patch converts using of pointers into proper use of weak and normal references and adds the destructor to Gee.TimSort.Slice.
* Fix memory leak in Gee.LinkedListMaciej Piechotka2010-08-031-32/+43
|
* Fix typos in TreeMap and TreeSet fix and other embarrasing mistakesMaciej Piechotka2010-08-032-9/+15
|
* Fix the unfreeing on clear in TreeMap/TreeSetMaciej Piechotka2010-08-032-2/+24
|