summaryrefslogtreecommitdiff
path: root/src/test/test-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* bitmap: make bitmap_clear free the bitmap arrayMartin Mikkelsen2015-07-311-0/+8
* bitmap: fix bitmap_equal on bitmaps with unset bitsMartin Mikkelsen2015-07-311-1/+11
* basic: bitmap - complete fix for bitshift overflowTom Gundersen2015-07-171-0/+8
* bitmap: use external iteratorTom Gundersen2015-07-161-2/+3
* basic: add a Bitmap implementationTom Gundersen2015-07-141-0/+96