issues
search
eteran
/
c-vector
A dynamic array implementation in C similar to the one found in standard C++
MIT License
737
stars
109
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unittest framework
#22
marekmosna
closed
2 years ago
20
Added cvector_reserve macro
#21
marekmosna
closed
2 years ago
7
Add custom memory management
#20
marekmosna
closed
2 years ago
1
How to pass this vector as a parameter
#19
roaming2man
closed
2 years ago
2
Rearrange code, optimized something
#18
K4zoku
closed
2 years ago
8
Putting cvector_push_back in a function causes undefined behaviour
#17
TVKain
closed
2 years ago
4
example.c:add example for cvector_erase()
#16
andy5995
closed
2 years ago
0
add -Wall and -Wextra to cc flags
#15
andy5995
closed
2 years ago
0
add GitHub Actions workflow file
#14
andy5995
closed
2 years ago
2
remove unneeded build targets from the cmake file
#13
andy5995
closed
2 years ago
4
Shouldn't an error code or NULL be returned if malloc or realloc fails?
#12
andy5995
closed
2 years ago
2
added a test to the cmake file
#11
andy5995
closed
2 years ago
2
[Question] example of vector of chars
#10
Hillard28
closed
3 years ago
2
cvector.h: added cvector_copy() function
#9
hieutran29
closed
4 years ago
0
False result from copy a vector
#8
hieutran29
closed
4 years ago
1
Remove stddef.h include
#7
E5ten
closed
4 years ago
1
reserved namespace issues
#6
E5ten
closed
4 years ago
3
Fix doxygen param name for cvector_grow
#5
ghost
closed
4 years ago
1
Is c-vector thread-safe?
#4
salocinx
closed
4 years ago
2
Random access
#3
lukepalmer
closed
4 years ago
4
Modernization and ambiguity reduction
#2
CSharperMantle
closed
4 years ago
6
Add swap and erase methods
#1
hu55a1n1
closed
6 years ago
2
Previous