summaryrefslogtreecommitdiff
path: root/src/test/test-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-28test-bitmap: add tests for bitmap_copy()Yu Watanabe1-0/+11
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2015-07-31bitmap: make bitmap_clear free the bitmap arrayMartin Mikkelsen1-0/+8
2015-07-31bitmap: fix bitmap_equal on bitmaps with unset bitsMartin Mikkelsen1-1/+11
2015-07-17basic: bitmap - complete fix for bitshift overflowTom Gundersen1-0/+8
2015-07-16bitmap: use external iteratorTom Gundersen1-2/+3
2015-07-14basic: add a Bitmap implementationTom Gundersen1-0/+96