summaryrefslogtreecommitdiff
path: root/src/vector.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/vector.h: Remove const markers that do not influence the interfaceEuAndreh2024-06-301-14/+14
* src/{tree,vector}.h: Consistent spacing between sectionsEuAndreh2024-06-061-0/+2
* src/vector.h: Implement vector_assign()EuAndreh2024-06-041-0/+3
* src/vector.h: Add vector_capacity()EuAndreh2024-06-021-0/+3
* src/vector.h: Revert back to doing vector_free(&v)EuAndreh2024-05-311-1/+1
* src/vector.h: Add implementation and tests for vector_contains()EuAndreh2024-05-241-0/+3
* src/vector.{c,h}: Improve code and testsEuAndreh2024-05-241-8/+7
* Add some version of vector.cEuAndreh2024-05-231-0/+29