descriptionA generic vector (dynamic array) implementation in C
ownerjrische@laposte.net
last changeFri, 8 Jun 2018 22:33:03 +0000 (9 00:33 +0200)
content tags
add:
README.md

cvector

A generic vector (dynamic array) implementation in C

shortlog
2018-06-08 Julien Rischealways pass vectors by referencemaster
2018-06-08 Julien Rischerevert from calloc() to malloc() (initialization not...
2018-06-08 Julien Rischeuse calloc() instead of malloc()
2018-06-08 Julien Rischeuse NULL on zero memory allocation
2018-06-08 Julien Rischereplace _get() by _getv() (for value) and _getp() ...
2018-06-08 Julien Rischefix bug and improve Makefie help message
2018-06-08 Julien Rischeupdate Makefile
2018-06-08 Julien Rischeremove binary files
2018-06-08 Julien Rischeadd valgrind memory tests
2018-06-08 Julien Rischeupdate README
2018-06-08 Julien Rischeupdate Makefile
2018-06-08 Julien Rischeremove old test files
2018-06-08 Julien Rischeadd new test directory
2018-06-08 Julien Rischesimplify naming
2018-06-08 Julien Rischereplace uint32_t by size_t and rename *_areTheSame...
2018-06-08 Julien Rischeadd a test file + some minor improvements
...
heads
5 years ago master