summaryrefslogtreecommitdiff
path: root/tests/vector.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-12/+225
* src/vector.c: Tolerate NULL values to be given to vector_free()EuAndreh2024-06-301-30/+19
* tests/vector.c: Add simple test for next_size()EuAndreh2024-06-041-1/+12
* src/vector.h: Implement vector_assign()EuAndreh2024-06-041-3/+100
* src/vector.h: Add vector_capacity()EuAndreh2024-06-021-0/+52
* tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functionsEuAndreh2024-06-021-3/+3
* tests/tree.c: Add first test for tree_contains()EuAndreh2024-05-311-0/+1
* src/vector.h: Revert back to doing vector_free(&v)EuAndreh2024-05-311-40/+25
* tests/vector.c: Add most missing testsEuAndreh2024-05-241-24/+146
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-4/+4
* src/vector.h: Add implementation and tests for vector_contains()EuAndreh2024-05-241-0/+69
* src/vector.{c,h}: Improve code and testsEuAndreh2024-05-241-84/+56
* Add some version of vector.cEuAndreh2024-05-231-0/+458