Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Revise the build system | dimitri staessens | 2017-08-21 | 1 | -0/+2 |
| | | | | | | | | | | This revises the build system to have configuration per system component. System settings can now be set using cmake. The standard compliance defines were removed from configuration header and are set in the sources where needed. Also some small code refactors, such as moving the data for shims out of the ipcp structure to the respective shims were performed. | ||||
* | include, lib: Rename ap_init/ap_fini | dimitri staessens | 2017-04-13 | 1 | -2/+2 |
| | | | | Fixes #35 | ||||
* | build: Install manpages | Sander Vrijders | 2017-04-12 | 1 | -0/+40 |
This will install the manpages found in doc/man/ during installation. Fixes #38 |