Commit Graph

19 Commits

Author SHA1 Message Date
Kyle Isom 407ee1c85d Cleanup code and docs; add missing header.
- The source and header files should have standard comment headers.
- Windows support has been removed, as I've decomissioned my Windows
  desktop in favour of a Linux desktop.
- Commander.h wasn't being added to the install directory.
2023-10-16 04:01:35 -07:00
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 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 67d4a1ebce Windows is a nightmare. 2023-10-10 16:44:29 -07:00
Kyle Isom 138bf8267b Code cleanups and doc updates. 2023-10-10 15:05:22 -07:00
Kyle Isom e3c95964b3 Finish phonebook command and add to install targets. 2023-10-10 14:07:37 -07:00
Kyle Isom 30c586d37d Fix WIN32 file read. 2023-10-10 12:15:14 -07:00
Kyle Isom a6d7b948d4 Start work on phonebook tool. 2023-10-10 06:02:21 -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 87fe9719c1 Fix memory leak, start work on win file api. 2023-10-09 16:20:26 -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 36af6ac1f8 Clean up the Linux side of the build.
CLion on Windows missed a lot of stuff.
2023-10-06 06:25:58 +00:00
Kyle Isom 0d28baef0e Finish working phonebook. 2023-10-05 23:08:35 -07:00
Kyle Isom 5d2e255bea fix record deletion
- also zero out rest of record when setting
2023-10-05 20:49:17 -07:00
Kyle Isom 8b8be9421a Initial import. 2023-10-06 03:13:46 +00:00