Vector reword + map

This commit is contained in:
2026-09-12 12:54:20 -05:00
parent e99d393df2
commit 71264d0f14
9 changed files with 1882 additions and 216 deletions
+5 -2
View File
@@ -5,6 +5,8 @@ semv: 1.0.0
requires:
- remote: git@git.erasit.com:malunal/allocators
branch: v1.0.0
- remote: git@git.erasit.com:malunal/assert
branch: v1.0.0
- remote: git@git.erasit.com:malunal/microtest
branch: v1.0.0
- remote: git@git.erasit.com:malunal/types
@@ -15,11 +17,12 @@ targets:
type: archive
deps:
- malunal.allocators
- malunal.assert
- malunal.types
srcs:
- ./sources/container.c
- ./sources/vector.c
- ./sources/table.c
- ./sources/map.c
tests:
- name: malunal.containers.allinone
@@ -29,7 +32,7 @@ tests:
- malunal.microtest
srcs:
- ./tests/vector_container.c
- ./tests/table_container.c
- ./tests/map_container.c
- ./tests/containers.c
exports: