| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Remove BITMAP_USE_TREE." | Jason Evans | 2017-04-19 | 1 | -0/+16 |
|
|
* | Remove BITMAP_USE_TREE. | Jason Evans | 2017-03-27 | 1 | -16/+0 |
|
|
* | Fix bitmap_ffu() to work with 3+ levels. | Jason Evans | 2017-03-27 | 1 | -0/+27 |
|
|
* | Fix BITMAP_USE_TREE version of bitmap_ffu(). | Jason Evans | 2017-03-26 | 1 | -5/+35 |
|
|
* | Implement bitmap_ffu(), which finds the first unset bit. | Jason Evans | 2017-03-25 | 1 | -12/+47 |
|
|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -7/+7 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -3/+3 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -30/+21 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -2/+0 |
|
|
* | Implement BITMAP_INFO_INITIALIZER(nbits). | Jason Evans | 2016-05-13 | 1 | -109/+296 |
|
|
* | Refactor out signed/unsigned comparisons. | Jason Evans | 2016-03-15 | 1 | -2/+2 |
|
|
* | Miscellaneous bitmap refactoring. | Jason Evans | 2016-02-26 | 1 | -9/+13 |
|
|
* | Avoid function prototype incompatibilities. | Jason Evans | 2015-07-10 | 1 | -4/+4 |
|
|
* | Implement compile-time bitmap size computation. | Jason Evans | 2014-09-28 | 1 | -11/+5 |
|
|
* | Refactor tests. | Jason Evans | 2013-12-09 | 1 | -33/+47 |
|
|
* | Refactor to support more varied testing. | Jason Evans | 2013-12-04 | 1 | -0/+151 |
|
|