aboutsummaryrefslogtreecommitdiff
path: root/src/compile/headers.c
AgeCommit message (Expand)Author
2025-12-21Don't embed tomo version/path information at compile time, instead inferBruce Hill
2025-12-08Add checks for unused variablesBruce Hill
2025-12-07Consolidate logic for enums with and without tags with fields.Bruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
2025-10-05Fix a bunch of issues with optional typesBruce Hill
2025-10-04Deprecate `extend`Bruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-21Got inlne enums working in most placesBruce Hill
2025-09-07Be more correct about library names and also strip off `tomo-`Bruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce 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-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Split headers into their own fileBruce Hill