| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: Add safety checks and clean up code style | Syndamia | 2026-05-12 | 1 | -6/+9 |
| | | |||||
| * | feat!: Refactor using MemoryManager | Syndamia | 2026-05-12 | 1 | -56/+77 |
| | | | | | | | | | The idea is to provide a universal memory management "API", through which you allocate and deallocate. This allows our implementations (for String and Vector) to be more generic. It does also allow usage of different allocators depending on situation. | ||||
| * | fix(B_destroy): free arena pointer itself | Syndamia | 2026-04-21 | 1 | -3/+4 |
| | | |||||
| * | fix(B_resize): Fix size calculations and setting | Syndamia | 2026-04-21 | 1 | -3/+2 |
| | | |||||
| * | feat!: Function rename and standardize | Syndamia | 2026-04-21 | 1 | -7/+7 |
| | | |||||
| * | feat!: Initial implementation | Syndamia | 2026-04-21 | 1 | -0/+116 |
