| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: Refactor using MemoryManager | Syndamia | 2026-05-12 | 1 | -97/+0 |
| | | | | | | | | | 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: Do not produce side effects on failed resize | Syndamia | 2026-04-21 | 1 | -1/+3 |
| | | |||||
| * | fix(A_new): Handle out of memory condition | Syndamia | 2026-04-21 | 1 | -0/+3 |
| | | |||||
| * | feat(Array): Implement A_ppush | Syndamia | 2026-04-21 | 1 | -0/+6 |
| | | |||||
| * | fix(A_push): Soft return instead of abort | Syndamia | 2026-04-21 | 1 | -2/+2 |
| | | |||||
| * | feat!: Function rename and standardize | Syndamia | 2026-04-21 | 1 | -13/+19 |
| | | |||||
| * | feat!: Initial implementation | Syndamia | 2026-04-21 | 1 | -0/+80 |
