index
:
pindaiba
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vector.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revamp lib, simplify it a bit and address some FIXMEs
EuAndreh
2025-01-12
1
-16
/
+23
*
src/vector.c: Tolerate NULL values to be given to vector_free()
EuAndreh
2024-06-30
1
-1
/
+8
*
src/: Use freeit() for set_free(), string_free() and vector_free()
EuAndreh
2024-06-04
1
-3
/
+3
*
src/vector.h: Implement vector_assign()
EuAndreh
2024-06-04
1
-0
/
+23
*
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