aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-21Remove xxd dependency (no more building with changelog)Bruce Hill
2025-12-21Add workflow permissionsv2025-12-21.3Bruce Hill
2025-12-21Mac doesn't need to install xxdBruce Hill
2025-12-21Put workflow backv2025-12-21.2Bruce Hill
2025-12-21Tweak build setupBruce Hill
2025-12-21Merge branch 'dev'Bruce Hill
2025-12-21Don't embed tomo version/path information at compile time, instead inferBruce Hill
2025-12-21Rework makefile to simplify thingsBruce Hill
2025-12-21Fix empty allocationBruce Hill
2025-12-21Minor fix for checking return valuesBruce Hill
2025-12-21Only build on tag pushingBruce Hill
2025-12-21Add github workflowBruce Hill
2025-12-21Bump date on version tagv2025-12-21Bruce Hill
2025-12-10Add docs on enum field access and `!` behaviorBruce Hill
2025-12-08Add checks for unused variablesBruce Hill
2025-12-07Better error handling for setenv()Bruce Hill
2025-12-07More correct handling for sleep()Bruce Hill
2025-12-07Add commentsBruce Hill
2025-12-07Remove dead codeBruce Hill
2025-12-07Switch paths to use Result return values instead of fail()Bruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-12-07Document setsBruce Hill
2025-12-07Rename `Empty()` -> `Present()` for set-like tablesBruce Hill
2025-12-07Consolidate logic for enums with and without tags with fields.Bruce Hill
2025-12-07Remove debug codeBruce Hill
2025-12-06Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, giveBruce Hill
2025-12-06Allow discarding Empty() valuesBruce Hill
2025-12-06Fix for memory pointer visualizationBruce Hill
2025-12-01Fix CLI arg parsingBruce Hill
2025-12-01Clean up CLI --help outputBruce Hill
2025-11-30Update makefile rules to reflect how CHANGES.md is used.Bruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-30Handle some text method edge cases with empty text better.Bruce Hill
2025-11-29Update version docsBruce Hill
2025-11-29Update docsBruce Hill
2025-11-29Fix syntax in learnxiny.tmBruce Hill
2025-11-29Fix for undefined behavior on structs/enums with paddingv2025-11-29.2Bruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
2025-11-29Fix alignmentBruce Hill
2025-11-29No 'default' column for functions with no defaultsBruce Hill
2025-11-29Improved manpages.Bruce Hill
2025-11-29Version bumpsBruce Hill
2025-11-29Bugfix for default CLI argument initializationBruce Hill
2025-11-29Fix accidental naming collision with _tmp varBruce Hill
2025-11-29Update module versionsBruce Hill
2025-11-27Bugfix for Num32$as_text() visibilityBruce Hill
2025-11-27Bugfix for infinite recursion in some type methodsBruce Hill
2025-11-27Support EXECUTABLE metadataBruce Hill
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
2025-11-27Only output files that changed somewhere besides the dateBruce Hill