Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: Initial dev.h file | Sander Vrijders | 2016-02-12 | 2 | -0/+103 |
| | | | | | Adds the initial dev.h file that applications can use to request IPC services from the Ouroboros stack. | ||||
* | include: Add copyright notice | Sander Vrijders | 2016-02-12 | 1 | -0/+3 |
| | | | | Added a copyright notice to the logs.h file | ||||
* | include: Add logging infrastructure | Sander Vrijders | 2016-02-12 | 1 | -0/+45 |
| | | | | | | Adds the logging infrastructure to the prototype. 2 helper scripts are also provided to compile the prototype in either release or debug mode. In debug mode debugging logs are printed. | ||||
* | Initial build infrastructure | Sander Vrijders | 2016-02-11 | 2 | -0/+7 |
Contains the initial build infrastructure. Cmake was chosen for portability reasons. |