summaryrefslogtreecommitdiffstats
path: root/test/unit/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-7/+7
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-3/+3
* Update brace style.Jason Evans2017-01-211-30/+21
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-2/+0
* Implement BITMAP_INFO_INITIALIZER(nbits).Jason Evans2016-05-131-109/+296
* Refactor out signed/unsigned comparisons.Jason Evans2016-03-151-2/+2
* Miscellaneous bitmap refactoring.Jason Evans2016-02-261-9/+13
* Avoid function prototype incompatibilities.Jason Evans2015-07-101-4/+4
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-11/+5
* Refactor tests.Jason Evans2013-12-091-33/+47
* Refactor to support more varied testing.Jason Evans2013-12-041-0/+151