index
:
conts
master
ACTIVE - Some kind-of-generic container types for C
kimi.h.kuparinen+conts@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
15 hours
slightly increase test coverage, hah
HEAD
master
Kimplul
15 hours
add printf attribute
Kimplul
16 hours
add simple string buffer
Kimplul
16 hours
allow passing make rules to coverage
Kimplul
4 days
allow specifying growth factor
v0.0.2
Kimplul
4 days
place bench results in reports
Kimplul
4 days
rename MAP_TYPE
Kimplul
2025-10-16
use different iteration values for test/bench
v0.0.1
Kimplul
2025-10-16
fix bucket calculation on 32bit
Kimplul
2025-10-16
check iteration on empty vectors
Kimplul
2025-10-16
add -O2 to default CFLAGS, speeds up testing.
Kimplul
2025-10-16
reimplement maps to use new spvecs
Kimplul
2025-10-16
use common include guards
Kimplul
2025-10-16
add stable vector
Kimplul
2025-10-12
reduce map memory usage significantly
Kimplul
2025-10-12
fix valgrind detection on openbsd
Kimplul
2025-10-12
report errors on failure
Kimplul
2025-09-16
fix vec on non-glibc systems
Kimplul
2025-09-16
fix `make bench`
Kimplul
2025-08-22
cover all functions
Kimplul
2025-08-22
use covsrv for coverage testing
Kimplul
2025-05-04
make iteration a bit more explicit
Kimplul
2025-05-01
fix zero-sized reservations
Kimplul
2025-03-22
undef MAP_HASH
Kimplul
2025-03-22
fix map iteration
Kimplul
2025-03-22
call MAP_CMP consistently
Kimplul
2025-03-22
make map faster
Kimplul
2025-03-22
try to use more generic auto type for iteration
Kimplul
2025-03-18
fix iterating on empty tree
Kimplul
2025-03-18
include assert.h
Kimplul
2025-03-18
remove duplicate vector foreach
Kimplul
2025-03-18
fix off by one in vector end
Kimplul
2025-03-18
fix vector reserve
Kimplul
2025-03-02
separate freeing and removing nodes
Kimplul
2025-01-11
undef some macros at end of file
Kimplul
2025-01-05
remember to free nodes in sptree
Kimplul
2024-10-27
add map
Kimplul
2024-10-27
initial containers
Kimplul