09e1a360fd
feat: add null checks to dynamic array macros for improved safety
Vitor Hideyoshi2026-04-15 20:59:52 -03:00
60f9f88af2
Merge pull request 'fix/fixes-overflow-on-pop' (#3) from fix/fixes-overflow-on-pop into main
Vitor Hideyoshi2026-04-15 23:32:21 +00:00
e5e4d75e2c
test: add looping test for dynamic array to verify growth and value integrity
Vitor Hideyoshi2026-04-15 20:31:22 -03:00
10251039d5
fix: prevent underflow in array_pop when called on an empty array
Vitor Hideyoshi2026-04-15 20:28:11 -03:00
8c6e7e035b
Merge pull request 'chore: update README to enhance clarity and detail on dynamic array features' (#2) from chore/better-readme into main
Vitor Hideyoshi2026-04-15 23:21:59 +00:00
e48aecf36a
chore: update README to enhance clarity and detail on dynamic array features
Vitor Hideyoshi2026-04-15 20:16:32 -03:00
2061eeaf4f
Merge pull request 'refactor/better-interface' (#1) from refactor/better-interface into main
Vitor Hideyoshi2026-04-15 23:12:01 +00:00
ff26be2e75
refactor: simplify CI configuration and enhance CMake installation rules
Vitor Hideyoshi2026-04-15 20:02:59 -03:00