Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: refactor entire project root | Danny Holman | 2024-08-25 | 1 | -1/+1 |
| | | | | | | | | Reorganize the project root such that each subsystem is placed into its own subdirectory. This allows the build system to select which subsystems to enable for a particular build. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | core: add a basic logging framework | Danny Holman | 2024-08-22 | 1 | -0/+16 |
Add a basic framework for logging messages to the console or to a file. Signed-off-by: Danny Holman <dholman@gymli.org> |