summaryrefslogtreecommitdiff
path: root/mk.sh
AgeCommit message (Expand)Author
2020-08-13add src/ to -I and exorcise ../ from #includeJakob Kaivo
2020-08-12update deps for better detection of assemblyJakob Kaivo
2020-08-12correctly identify global struct declarationsJakob Kaivo
2020-03-04fix incorrect EREJakob Kaivo
2019-03-06add architecture specific stuff into base libraryJakob Kaivo
2019-02-28add guards to prevent multiple definitions of the same typesJakob Kaivo
2019-02-25better support multi-line typedefsJakob Kaivo
2019-02-25make internal stuff "C version 0" so it gets pulled in properlyJakob Kaivo
2019-02-25finally got a decent thing to select C, POSIX, and X/Open versionsJakob Kaivo
2019-02-23better caching in building deps; finally get reference #includes rightJakob Kaivo
2019-02-23properly handle possibly undefined macrosJakob Kaivo
2019-02-09make better .deps.mkJakob Kaivo
2019-02-09fix version guards for multiple standardsJakob Kaivo
2019-02-09make .headers.mk include dependency on mkh.shJakob Kaivo
2019-02-09merge mkmf/mkdeps functionality into mk.shJakob Kaivo
2019-02-08fix TGFN declarationsJakob Kaivo
2019-02-07fix multi-line macros by looking for ^{tab}Jakob Kaivo
2019-02-02sort function pointer typedefs after record typesJakob Kaivo
2019-02-01properly handle forward declarations of structsJakob Kaivo
2019-01-31propery classify pointers and arrays (and arrays of pointers)Jakob Kaivo
2019-01-30move version_guard function hereJakob Kaivo
2019-01-30change STRUCT and UNION to RECORDJakob Kaivo
2019-01-30account for possible not defined macrosJakob Kaivo
2019-01-28correctly identify the difference between structs, unions, and functionsJakob Kaivo
2019-01-28correctly classify structs and unionsJakob Kaivo
2019-01-27update makefile and header generationJakob Kaivo