aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2025-12-21Fix performance regression on makefileBruce Hill
2025-12-21Remove xxd dependency (no more building with changelog)Bruce Hill
2025-12-21Tweak build setupBruce 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-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-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
2025-11-09Update makefileBruce Hill
2025-10-20Deduplicate Num code using the same templating technique as integersBruce Hill
2025-10-20Make sure integer object files recompile when shared template fileBruce Hill
2025-10-19Add makefile config option for LTOBruce Hill
2025-10-11Uninstall licenseBruce Hill
2025-10-11Install licenseBruce Hill
2025-09-21Add top-level system modules file for default core modulesBruce Hill
2025-09-01Add progress counter.Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce 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-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Fix for compiler flagsBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Fix for clang unused flag warningBruce Hill
2025-08-30Fix tags ruleBruce Hill
2025-08-26Fixes for unopsBruce Hill
2025-08-25Split out formatter into subfilesBruce Hill
2025-08-25More docs and moving parsing into a subfolder.Bruce Hill
2025-08-24Refactoring bug fixBruce Hill
2025-08-24Split into more files: promotion, sets, tables, pointers, functions.Bruce Hill
2025-08-24Split list compilation logic into its own file.Bruce Hill
2025-08-23Installer fixv0.3Bruce Hill
2025-08-23Deprecate 'as_owner' in favor of simpler setup with only one invocationBruce Hill
2025-08-23Check if user can write to dir instead of checking for ownerBruce Hill
2025-08-19Fix bash pathBruce Hill
2025-08-19Libdl fix for openbsdBruce Hill
2025-08-19Workaround for hashes in makefile bugBruce Hill
2025-08-18Fix some compatibility issues, including #embed and `alignof` and some Makefi...Bruce Hill
2025-08-17Add JSON module.Bruce Hill
2025-08-16Be less aggressive about recompilation when CHANGES.md updatesBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-06Tweak how pipefail worksBruce Hill
2025-05-06Add -ldl flagBruce Hill
2025-05-06Suppress missing initializer warningBruce Hill
2025-05-06Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.Bruce Hill