aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/gen.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/csource: refactorDmitry Vyukov2017-12-171-0/+19
| | | | | | | csource.go is too large and messy. Move Build/Format into buid.go. Move generation of common header into common.go. Split generation of common header into smaller managable functions.
* csource: Fix sed(1) invocationzoulasc2017-11-061-4/+4
| | | | | | | | There is no need to specify '-' as the filename for sed(1): - The default behavior is to read stdin - It was not done in all places - It breaks on NetBSD sed(1) (although I am tempted to fix it now :-) and it does not work
* pkg/csource: add freebsd/netbsd supportDmitry Vyukov2017-10-261-0/+6
|
* pkg/csource: support akarosDmitry Vyukov2017-10-161-0/+12