Commit Graph

13 Commits

Author SHA1 Message Date
4238d73749 style: update formatting and alignment in dynamic array files
All checks were successful
CI / build (push) Successful in 10m53s
2026-04-16 11:06:06 -03:00
a8cd5fb7a8 test: add null handling tests for dynamic array functions
Some checks failed
CI / build (pull_request) Successful in 16s
CI / build (push) Has been cancelled
2026-04-15 21:06:35 -03:00
e5e4d75e2c test: add looping test for dynamic array to verify growth and value integrity
All checks were successful
CI / build (pull_request) Successful in 19s
2026-04-15 20:31:22 -03:00
10251039d5 fix: prevent underflow in array_pop when called on an empty array 2026-04-15 20:28:11 -03:00
c4e7627d1f refactor: update CMake configuration and add clang-format file
Some checks failed
CI / build (pull_request) Failing after 1m24s
2026-04-15 18:27:39 -03:00
857205fe45 refactor dynamic array: update default size definitions and improve header guard 2026-03-27 15:38:10 -03:00
12ff389d49 refactor dynamic array tests: change number_of_elements to const and update array_set_value call to array_set_value_as 2026-03-27 12:01:02 -03:00
3897968be9 refactor dynamic array: fix index check in array_set_value and add test for adding elements 2026-03-27 11:14:26 -03:00
9d4bbaec96 refactor dynamic array: update index types to size_t for better compatibility and memory safety 2026-03-27 11:01:43 -03:00
eb1bd7837e refactor dynamic array: enhance element size handling, update memory management, and improve API functions 2026-03-27 09:58:33 -03:00
e86a0af333 refactor dynamic array: update C standard, improve memory management, and add size/capacity functions 2026-03-26 17:42:20 -03:00
a45a74ddff refactor dynamic array API: rename builder functions, update memory management, and improve tests 2026-03-26 17:04:48 -03:00
0cd80ad628 initialize dynamic array library with tests and configuration files 2026-03-26 15:00:00 -03:00