Commit Graph

26 Commits

Author SHA1 Message Date
e0c8b46bfa refactor: tests work, all fine 2026-05-14 08:20:56 -06:00
dc274787e3 refactor: slices take same approach for init 2026-05-14 06:48:56 -06:00
d940b68eef test: tests for arrayslice to aray done 2026-04-23 11:22:57 -06:00
51f1166f31 test: advance tests done 2026-04-23 10:47:23 -06:00
a515f8eaf2 test: reset tests done 2026-04-23 10:29:53 -06:00
e04fc30f4e test: next tests done 2026-04-23 10:03:55 -06:00
9920b518bf test: peek tests done 2026-04-23 09:39:59 -06:00
94dc859a8f test: added tests for slice_destroy 2026-04-22 17:55:14 -06:00
b34fb9902f test: added tests for slice_unsafe 2026-04-22 17:26:49 -06:00
198997e2b6 test: arraylist_slice tested 2026-04-21 19:57:58 -06:00
b313045153 test: Check for borrows before changing array state 2026-04-21 11:16:11 -06:00
dafaa5b87e fix: fixed problems with init and destroy slice 2026-04-21 09:10:53 -06:00
1ca3defacc test: added test for reserve 2026-04-18 20:34:42 -06:00
8fdd5f3981 test: added test for resize 2026-04-18 20:15:18 -06:00
532a84fa8f test: added tests for clear 2026-04-18 19:22:17 -06:00
2d66b35e0e test: added tests for set 2026-04-17 11:07:25 -06:00
b76c52cb72 test: added test for remove at 2026-04-17 08:21:26 -06:00
462669dfa1 test: added test for push front 2026-04-17 07:47:02 -06:00
cc7de39dd6 test: added tests for pop_back 2026-04-17 07:05:13 -06:00
a3db7f376f test: added tests for insert 2026-04-16 21:30:16 -06:00
b55432448e test: added test for push_front 2026-04-16 20:56:48 -06:00
789fbf7d4c test: Added push_back tests
All working
2026-04-16 10:42:01 -06:00
1e7e6f7b8d test: Added tests made for state consistency
Also changed a few things like usin asser_null and assert_non_null
--didn't knew they existed in cmocka, or at least forgot-- for better
clarity and readability.
2026-04-16 08:42:01 -06:00
7662af09f8 test: Added test for init and destroy
Also changed a few things like destroy tanking a double pointer so that
is more secure and making sure before hand that capacity is not that
ridiculous of a size, still, shit can get pass but generally is fine
2026-04-15 17:17:54 -06:00
39022d53ff addition: Added basic header and structure 2026-04-13 17:55:45 -06:00
12197bfbbd Initial commit 2026-04-13 11:16:58 -06:00