Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial du_buff code | Dimitri Staessens | 2016-02-23 | 1 | -0/+1 |
| | | | | Compiles but untested. Expect bugs. | ||||
* | lib: Remove irm.c from CMakeLists.txt | Sander Vrijders | 2016-02-23 | 1 | -1/+0 |
| | | | | | This removes the source file irm.c from CMakeLists.txt, as it is not yet in the repo. | ||||
* | include: Fix common includes | Sander Vrijders | 2016-02-23 | 1 | -0/+1 |
| | | | | | common.h will now include stdbool and several other useful includes (size_t for instance). | ||||
* | lib: Update CMakeLists.txt | Sander Vrijders | 2016-02-23 | 1 | -0/+1 |
| | | | | | Forgot to include the updated CMakeLists.txt file with the bitmap implementation. | ||||
* | Initial build infrastructure | Sander Vrijders | 2016-02-11 | 1 | -0/+14 |
Contains the initial build infrastructure. Cmake was chosen for portability reasons. |