Commit Graph

  • 261e672237 FEAT: Added assign and resize functions API: Fixed CMAKELISTS.txt to work without the encapsulation as it will not work or be viable right now main Andrew Haynes 2026-05-31 21:15:58 -04:00
  • aa7d2f37bf API: Updated file structure FEAT: Added pop_back Andrew Haynes 2026-05-22 13:14:23 -04:00
  • 222abb5332 Updated file structure Andrew Haynes 2026-05-22 13:12:16 -04:00
  • 8e118a813f API: Properly moved and configured char to new headers for cleaner api calls for later. Now I can add and cleanup easier Andrew Haynes 2026-05-05 14:38:51 -04:00
  • 48f064d626 FEAT: created reserve(Vec8_t* ptr, const size_t max_size) to set a specific size for a vector over just a default size Andrew Haynes 2026-05-05 14:03:50 -04:00
  • e450e25952 Was testing gum and deleted the files dont mind me Andrew Haynes 2026-05-05 13:40:36 -04:00
  • 26652d8c5e test Andrew Haynes 2026-05-05 13:31:48 -04:00
  • b87efd2398 removing AI and am going to start learning how to write my own unit tests Andrew Haynes 2026-05-05 13:23:19 -04:00
  • cbdcef91b9 erase() should really now set proper values to 0 after move Andrew Haynes 2026-05-05 10:34:35 -04:00
  • 5e9cce36a5 erase() should properly set values to 0 after move Andrew Haynes 2026-05-05 09:23:25 -04:00
  • aa73e213ef erase() should iterate and move properly Andrew Haynes 2026-05-04 18:31:16 -04:00
  • b6e9e879c9 erase() function takes iter range Andrew Haynes 2026-05-01 21:28:16 -04:00
  • 509228bf58 erase() function iter fixess Andrew Haynes 2026-04-30 13:48:17 -04:00
  • 0e530d993e blah Andrew Haynes 2026-04-30 10:14:05 -04:00
  • d69bf627af erase() function should be fairly good Andrew Haynes 2026-04-28 13:56:15 -04:00
  • 0a8819b798 erase() function should be fairly good Andrew Haynes 2026-04-28 13:44:56 -04:00
  • 280e728520 clear() no longer creates a new set of memory, just sets the values to 0 Andrew Haynes 2026-04-28 13:14:06 -04:00
  • b77f260a2c a much more simplified version of push_back with reallocf instead of memcpy as it is faster (no copying just resizing the vector (entire point of vector)) Andrew Haynes 2026-04-17 14:15:24 -04:00
  • c05e92dec0 removed push_front because I realized how much I dont need it I also made safer checks and used more tests Andrew Haynes 2026-04-17 12:58:38 -04:00
  • 81cd5c00e1 Safer push_back and faster push_back (I went from 0(n^2) to 0(1)) Andrew Haynes 2026-04-17 10:48:42 -04:00
  • 03d30f3d0b a few comments for myself Andrew Haynes 2026-04-16 14:23:52 -04:00
  • b0ab87b119 Print vec added Andrew Haynes 2026-04-16 09:38:20 -04:00
  • d2a15e5f2f push front added Andrew Haynes 2026-04-16 09:32:09 -04:00
  • 2acb7a6cee Will start pushing more Andrew Haynes 2026-04-16 08:32:53 -04:00
  • 94c0155643 BATMAN Andrew Haynes 2026-04-07 01:16:35 -04:00