summaryrefslogtreecommitdiff
path: root/mkh.sh
AgeCommit message (Expand)Author
2019-03-06move header deps down one directory so libgen.h.deps doesn't keep getting del...Jakob Kaivo
2019-02-28read LICENSE for the licenseJakob Kaivo
2019-02-23remove set -xJakob Kaivo
2019-02-23use better caching; fix #include referencesJakob Kaivo
2019-02-09fix feature test macrosJakob Kaivo
2019-02-09the power of loops compels youJakob Kaivo
2019-02-09handle references betterJakob Kaivo
2019-02-09don't parse macro files twiceJakob Kaivo
2019-02-09fix include guards and versioning against multiple standardsJakob Kaivo
2019-02-08use get_declaration for macrosJakob Kaivo
2019-02-02sort function pointer typedefs after record typesJakob Kaivo
2019-02-01remember newline after extern definitionsJakob Kaivo
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