Age | Commit message (Expand) | Author |
---|---|---|
2019-01-30 | sort standard C identifiers before POSIX | Jakob Kaivo |
2019-01-30 | more verbosity while things are working | Jakob Kaivo |
2019-01-30 | change STRUCT and UNION to RECORD | Jakob Kaivo |
2019-01-30 | add version guards around anything that isn't in __STDC__ and above | Jakob Kaivo |
2019-01-30 | prep for splitting headers into section by feature versions | Jakob Kaivo |
2019-01-29 | move include guards to top of file, before license | Jakob Kaivo |
2019-01-29 | don't prepend __ to type names in functions that take function pointers | Jakob Kaivo |
2019-01-29 | prepend parameter names with __ in headers to avoid macro conflicts | Jakob Kaivo |
2019-01-28 | special case assert.h since it is not idempotent | Jakob Kaivo |
2019-01-28 | move externs from macro definitions to end of respective headers | Jakob Kaivo |
2019-01-27 | add forward-compatibility macros | Jakob Kaivo |
2019-01-27 | update makefile and header generation | Jakob Kaivo |