summaryrefslogtreecommitdiff
path: root/tests/virbitmaptest.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix virbitmaptest on 32-bitJán Tomko2014-06-061-1/+1
* Introduce virBitmapDataToStringJán Tomko2014-06-061-1/+13
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-9/+9
* Remove test case average timingDaniel P. Berrange2013-10-081-9/+9
* virbitmaptest: Shut coverity up in case of broken testPeter Krempa2013-08-191-1/+2
* virbitmaptest: Add test for out of bounds conditionPeter Krempa2013-08-161-0/+34
* virbitmaptest: Fix function header formattingPeter Krempa2013-08-161-8/+18
* Convert 'int i' to 'size_t i' in tests/ filesDaniel P. Berrange2013-07-101-4/+5
* Resolve valgrind errorJohn Ferlan2013-04-161-7/+8
* util: Add a helper to check if all bits of a bitmap are clearOsier Yang2013-04-061-1/+38
* bitmap: add way to find next clear bitEric Blake2013-02-051-10/+36
* virbitmaptest: Resolve Coverity errorsJohn Ferlan2013-01-231-8/+16
* Rename bitmap.{c,h} to virbitmap.{c,h}Daniel P. Berrange2012-12-211-1/+1
* bitmap: fix typo to use UL type of integer constant in virBitmapIsAllSetGuannan Ren2012-11-281-0/+37
* bitmap: add virBitmapCountBitsEric Blake2012-10-251-0/+7
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* bitmap: fix problems in previous commitEric Blake2012-09-181-5/+7
* New functions for virBitmapHu Tao2012-09-171-0/+363