aboutsummaryrefslogtreecommitdiff
path: root/lib/commands
AgeCommit message (Collapse)Author
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
but instead spin each out into its own repo.
2025-08-25Update file header commentsBruce Hill
2025-08-25Clean up some unistr.h issues and expand some parse macros.Bruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-06Bugfix for commandsBruce Hill
2025-05-06Check pipe() return valueBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-28Removed lib importBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
and bake those into the compiled Tomo code
2025-04-14Rename variables to avoid namespace collision with stdout/stderr, whichBruce Hill
may be macros
2025-04-07Move core libraries into their own folderBruce Hill