Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Require usage of C89 | Sander Vrijders | 2016-02-23 | 1 | -5/+5 |
| | | | | | | This requires the usage of the C89 standard for all source files. It also fixes a wrong check for the compiler flags (was checking this for CXX compiler instead of the C compiler). | ||||
* | Initial build infrastructure | Sander Vrijders | 2016-02-11 | 1 | -0/+15 |
Contains the initial build infrastructure. Cmake was chosen for portability reasons. |