Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/vector.h: Remove const markers that do not influence the interface | EuAndreh | 2024-06-30 | 1 | -14/+14 |
* | src/{tree,vector}.h: Consistent spacing between sections | EuAndreh | 2024-06-06 | 1 | -0/+2 |
* | src/vector.h: Implement vector_assign() | EuAndreh | 2024-06-04 | 1 | -0/+3 |
* | src/vector.h: Add vector_capacity() | EuAndreh | 2024-06-02 | 1 | -0/+3 |
* | src/vector.h: Revert back to doing vector_free(&v) | EuAndreh | 2024-05-31 | 1 | -1/+1 |
* | src/vector.h: Add implementation and tests for vector_contains() | EuAndreh | 2024-05-24 | 1 | -0/+3 |
* | src/vector.{c,h}: Improve code and tests | EuAndreh | 2024-05-24 | 1 | -8/+7 |
* | Add some version of vector.c | EuAndreh | 2024-05-23 | 1 | -0/+29 |