| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Update example codebigint | Syndamia | 3 days | 1 | -12/+8 |
| | | |||||
| * | feat: Implement B_newstr | Syndamia | 3 days | 1 | -0/+4 |
| | | |||||
| * | feat(BigInt): Implement bit shifts and add math in example | Syndamia | 2026-05-23 | 1 | -0/+26 |
| | | |||||
| * | feat(MemoryManager): Implement M_std_tracked | Syndamia | 2026-05-12 | 1 | -1/+1 |
| | | | | | | Functions like M_std, but also tracks allocated and freed memory, allowing all allocated memory to be destroyed. | ||||
| * | feat(String): Implement S_substr function | Syndamia | 2026-05-12 | 1 | -1/+1 |
| | | |||||
| * | feat: Implement hash table | Syndamia | 2026-05-12 | 1 | -1/+18 |
| | | |||||
| * | chore: Add safety checks and clean up code style | Syndamia | 2026-05-12 | 1 | -1/+1 |
| | | |||||
| * | feat!: Refactor using MemoryManager | Syndamia | 2026-05-12 | 1 | -22/+16 |
| | | | | | | | | | 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. | ||||
| * | feat(example.c)!: Rework example entirely | Syndamia | 2026-04-21 | 1 | -11/+20 |
| | | |||||
| * | feat!: Function rename and standardize | Syndamia | 2026-04-21 | 1 | -0/+29 |
