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
/
tests
/
vector.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Revamp lib, simplify it a bit and address some FIXMEs
EuAndreh
2025-01-12
1
-12
/
+225
|
*
src/vector.c: Tolerate NULL values to be given to vector_free()
EuAndreh
2024-06-30
1
-30
/
+19
|
*
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