Commit Graph

7 Commits

Author SHA1 Message Date
Kyle Isom 4d2abcf434 Add command line flag processing. 2023-10-15 17:09:31 -07:00
Kyle Isom 05790a95fa Renaming to scsl. 2023-10-14 18:38:01 -07:00
Kyle Isom b28199553f Update build files.
Don't include install targets when this is built with FetchContent.
2023-10-10 22:19:40 -07:00
Kyle Isom 7cb39680c1 add doc dependency on klib
This is somewhat of a pain, because it requires that the docs are
built every time. It is, however, the only way I could figure out
to get the docs as a requirement for installation.
2023-10-10 19:39:18 -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