aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-08-30Further fix for doctestsBruce Hill
2025-08-30Fix indent for doctestsBruce Hill
2025-08-30Fix line gapsBruce Hill
2025-08-30Use `unless` instead of `if not`Bruce Hill
2025-08-30Use `"$var"` for interps instead of `"$(var)"` when possibleBruce Hill
2025-08-30Formatting tweak for enumsBruce Hill
2025-08-30Tweak arg formattingBruce Hill
2025-08-30Fix tags ruleBruce Hill
2025-08-30Avoid inline ifsBruce Hill
2025-08-30More compact multi-line lists/sets/tablesBruce Hill
2025-08-30Update docsBruce Hill
2025-08-29Formatting tweaks/fixesBruce Hill
2025-08-29Add --format-inplace optionBruce Hill
2025-08-29Remove special case for `while when`Bruce Hill
2025-08-29Fix repeat issueBruce Hill
2025-08-29Add formatting for the last few casesBruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill