summaryrefslogtreecommitdiff
path: root/src/test/test-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* test-bitmap: add tests for bitmap_copy()Yu Watanabe2017-11-281-0/+11
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* 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