Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: alloc: make the mem_block type opaque | Danny Holman | 2025-03-20 | 1 | -3/+3 |
| | | | | | | | Make the mem_block struct into a fully opaque type. This brings the allocation manager in line with project coding style. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | core: add documentation comments to API functions | Danny Holman | 2024-10-25 | 1 | -0/+33 |
| | | | | | | | Add documentation comments to the functions and structures exposed through the Rune API. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | build: break the engine into its subsystemsv0.60 | Danny Holman | 2024-09-15 | 1 | -0/+41 |
Break the source code into various subsystem directories. This allows certain subsystems to be disabled at compile time, if needed. Move the build system from raw Makefiles to a CMake generator. This drastically simplifies the build and requires only editing a single file, rather than the several make.config files in subsystem directories. Signed-off-by: Danny Holman <dholman@gymli.org> |