Kyle Isom
dd696e2c1f
Start StringUtils, update build, add CLion config for code style.
2023-10-14 17:56:26 -07:00
Kyle Isom
bf1ea5e749
Code cleanups.
2023-10-10 18:57:43 -07:00
Kyle Isom
cc17abea53
Fix memory bugs in shift left.
2023-10-10 04:22:04 -07:00
Kyle Isom
a8b09001f7
finish doxygen docs.
...
This also includes a lot of code cleanups along the way.
2023-10-10 02:35:43 -07:00
Kyle Isom
386869df44
Documentation, usability updates, and removing debug code.
...
+ First pass at documenting the Buffer class.
+ Starting Arena documentation.
+ Various usability updates, such as overloading operators.
+ Remove debug traces.
2023-10-09 22:41:07 -07:00
Kyle Isom
8122ca265d
Debugging another memory bug.
2023-10-09 19:59:21 -07:00
Kyle Isom
b2e0e849ef
Tracking down a memory error.
...
The store memory address is being overrun in the call to `<<`.
2023-10-09 15:23:23 -07:00
Kyle Isom
5c06c81029
valgrind fixes
2023-10-09 13:16:05 -07:00
Kyle Isom
f8041c2bfa
Finish basic buffer implementation.
2023-10-09 12:45:39 -07:00
Kyle Isom
1bc5bc0b10
Move Buffer from kge.
2023-10-09 10:26:05 -07:00