summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | include: Add bitmap implementationSander Vrijders2016-02-231-0/+194
|/ | | | | | | This adds a bitmap implementation loosely based on the one found in the Linux kernel. The functions in the header file actually act as a wrapper around the actual bitmap implementation for portability reasons.
* Initial build infrastructureSander Vrijders2016-02-112-0/+14
Contains the initial build infrastructure. Cmake was chosen for portability reasons.