aboutsummaryrefslogtreecommitdiff
path: root/test/gen_h.zig
AgeCommit message (Expand)Author
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2020-10-31run zig fmt on src/ and test/Vexu
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2019-12-09remove var args from the languageAndrew Kelley
2019-11-24export: check variable typeSahnvour
2019-11-24refactored gen_h_file to improve maintainability and outputSahnvour
2019-05-25gen-h: do not output visibility macros when the build is staticSahnvour
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-06add C ABI testsAndrew Kelley
2018-07-18Allow pointers to anything in extern/exported declarations (#1258)Jimmi Holst Christensen
2018-06-01fix regressionsAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-03-23Fix OpqaueType usage in exported c functionsMarc Tiehuis
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23Add array type handling for gen_hMarc Tiehuis
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley