Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Comply with -Wextra compiler flag | dimitri staessens | 2016-10-21 | 1 | -0/+3 |
| | | | | | This reduces the risk for some bugs, for instance due to signed/unsigned mismatches and unused variables. | ||||
* | lib: Add bitmap test | Sander Vrijders | 2016-03-09 | 1 | -0/+77 |
This adds a test for the bitmap. During the testing I also removed some bugs that were present in the bitmap implementation. |