Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Fix missing newlines at end of file | Dimitri Staessens | 2024-02-19 | 1 | -1/+1 |
| | | | | | | | Some files had a newline at the end, others didn't. Now they all do. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks> | ||||
* | build: Compile with strict conversion | dimitri staessens | 2016-10-22 | 1 | -1/+3 |
| | | | | | This has the code checked with -Wcast-qual and -Wconversion flags. These flags were removed because SWIG generated code fails. | ||||
* | Initial build infrastructure | Sander Vrijders | 2016-02-11 | 1 | -0/+1 |
Contains the initial build infrastructure. Cmake was chosen for portability reasons. |