| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests/vector.c: Add simple test for next_size() | EuAndreh | 2024-06-04 | 1 | -1/+12 |
| | | |||||
| * | src/vector.h: Implement vector_assign() | EuAndreh | 2024-06-04 | 1 | -3/+100 |
| | | |||||
| * | src/vector.h: Add vector_capacity() | EuAndreh | 2024-06-02 | 1 | -0/+52 |
| | | |||||
| * | tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions | EuAndreh | 2024-06-02 | 1 | -3/+3 |
| | | |||||
| * | tests/tree.c: Add first test for tree_contains() | EuAndreh | 2024-05-31 | 1 | -0/+1 |
| | | |||||
| * | src/vector.h: Revert back to doing vector_free(&v) | EuAndreh | 2024-05-31 | 1 | -40/+25 |
| | | |||||
| * | tests/vector.c: Add most missing tests | EuAndreh | 2024-05-24 | 1 | -24/+146 |
| | | |||||
| * | Remove all remaining calls to logerr() that included a trailing newline | EuAndreh | 2024-05-24 | 1 | -4/+4 |
| | | |||||
| * | src/vector.h: Add implementation and tests for vector_contains() | EuAndreh | 2024-05-24 | 1 | -0/+69 |
| | | |||||
| * | src/vector.{c,h}: Improve code and tests | EuAndreh | 2024-05-24 | 1 | -84/+56 |
| | | |||||
| * | Add some version of vector.c | EuAndreh | 2024-05-23 | 1 | -0/+458 |
