| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/vector.h: Add vector_capacity() | EuAndreh | 2024-06-02 | 1 | -0/+5 |
| * | Use freeit() everywhere | EuAndreh | 2024-05-31 | 1 | -7/+5 |
| * | src/vector.h: Revert back to doing vector_free(&v) | EuAndreh | 2024-05-31 | 1 | -4/+5 |
| * | src/vector.c: Make the "void **values" `const` | EuAndreh | 2024-05-31 | 1 | -16/+19 |
| * | tests/vector.c: Add most missing tests | EuAndreh | 2024-05-24 | 1 | -1/+1 |
| * | Remove all remaining calls to logerr() that included a trailing newline | EuAndreh | 2024-05-24 | 1 | -7/+3 |
| * | src/vector.h: Add implementation and tests for vector_contains() | EuAndreh | 2024-05-24 | 1 | -0/+12 |
| * | src/vector.{c,h}: Improve code and tests | EuAndreh | 2024-05-24 | 1 | -87/+43 |
| * | Add some version of vector.c | EuAndreh | 2024-05-23 | 1 | -0/+268 |
