aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-09Merge branch 'main' into table-colonstable-colonsBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-09Save runner C file to disk as `.build/foo.tm.runner.c`Bruce Hill
2025-09-09No longer hardcode /usr/local into stuffBruce Hill
2025-09-09Typechecking/promotion for table lookup keysBruce Hill
2025-09-09Add `source_mapping` flag to the compiler config to force recompilationBruce Hill
2025-09-07Be more correct about library names and also strip off `tomo-`Bruce Hill
2025-09-06Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-06Fixes for prior changesBruce Hill
2025-09-06Code cleanupBruce Hill
2025-09-06Refactor a bit in order to catch issue with ConvertDefs creatingBruce Hill
2025-09-01Bugfix for Int.parse()Bruce Hill
2025-09-01Add xxd to depsBruce Hill
2025-09-01Tweak gitignoreBruce Hill
2025-09-01Explicit type casting for sizeBruce Hill
2025-09-01Add progress counter.Bruce Hill
2025-09-01Update wordingBruce Hill
2025-09-01FixesformatterBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Update changelogBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
2025-09-01Fix for import testBruce Hill
2025-09-01Make symbolic link for local includesBruce Hill
2025-09-01Add modules files to installBruce Hill
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-09-01Fix for versions getting double appended for libsBruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-09-01Make Texts() macro a bit more flexible.Bruce Hill
2025-08-31Bugfix for argument aliases (merge issue)Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Move compiler flag to GCC onlyBruce Hill
2025-08-31Fix for compiler flagsBruce Hill
2025-08-31Update manpageBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Remove unused importBruce Hill
2025-08-31Add missing importBruce Hill
2025-08-31Merge fixesBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Added support for `-O3` style numeric flags and `-f=...` flagsBruce Hill
2025-08-31Fix for clang unused flag warningBruce Hill
2025-08-31Move CLI parsing to its own file.Bruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
2025-08-30Tweak empty gapsBruce Hill
2025-08-30Arg formatting tweaksBruce Hill
2025-08-30Arg indentation tweakBruce Hill
2025-08-30Formatting tweaks to argument listsBruce Hill
2025-08-30Tweaks for blank linesBruce Hill
2025-08-30Add 'do' wrapper on blocksBruce Hill