| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add NOMALLOC=1 flag to build library without malloc/free functionsHEADmaster | Thomas Vanbesien | 2026-02-22 | 1 | -2/+4 |
| | | | | | | | Split SRCS into SRCS_BASE (allocation-free) and SRCS_ALLOC (malloc/free-dependent). When NOMALLOC=1 is set, only SRCS_BASE is compiled, producing a library with no heap allocation dependencies. | ||||
| * | Add README.md with project description, instructions, and function reference | Thomas Vanbesien | 2026-02-21 | 1 | -0/+190 |
