summaryrefslogtreecommitdiff
path: root/src/test/test-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* 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