summaryrefslogtreecommitdiff
path: root/mkh.sh
AgeCommit message (Expand)Author
2019-01-30sort standard C identifiers before POSIXJakob Kaivo
2019-01-30more verbosity while things are workingJakob Kaivo
2019-01-30change STRUCT and UNION to RECORDJakob Kaivo
2019-01-30add version guards around anything that isn't in __STDC__ and aboveJakob Kaivo
2019-01-30prep for splitting headers into section by feature versionsJakob Kaivo
2019-01-29move include guards to top of file, before licenseJakob Kaivo
2019-01-29don't prepend __ to type names in functions that take function pointersJakob Kaivo
2019-01-29prepend parameter names with __ in headers to avoid macro conflictsJakob Kaivo
2019-01-28special case assert.h since it is not idempotentJakob Kaivo
2019-01-28move externs from macro definitions to end of respective headersJakob Kaivo
2019-01-27add forward-compatibility macrosJakob Kaivo
2019-01-27update makefile and header generationJakob Kaivo