Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gofumptHEADmaster | Runxi Yu | 2024-10-21 | 6 | -38/+40 |
| | |||||
* | Remove git.sr.ht/~runxiyu/ from import path | Runxi Yu | 2024-10-21 | 7 | -14/+7 |
| | |||||
* | Remove getopt dependency | Runxi Yu | 2024-10-21 | 4 | -50/+10 |
| | |||||
* | Remove testify dependency... by removing the tests | Runxi Yu | 2024-10-21 | 4 | -561/+1 |
| | |||||
* | Reduce external dependencies | Runxi Yu | 2024-10-21 | 25 | -19/+3433 |
| | |||||
* | Makefile: Use go-bareish/cmd/gen rather than assuming go-bare-gen in PATH | Runxi Yu | 2024-10-21 | 3 | -1/+4 |
| | |||||
* | More ergonomic marshaling code | Runxi Yu | 2024-10-21 | 2 | -12/+32 |
| | | | | | | I probably need to rewrite this in pure Go rather than using the schema, or maybe devise a better code generator. It feels a bit inefficient to be passing the message types as values. | ||||
* | Union marshaling | Runxi Yu | 2024-10-21 | 3 | -7/+40 |
| | |||||
* | Make schema.go before linking | Runxi Yu | 2024-10-21 | 1 | -1/+4 |
| | |||||
* | Add a basic schema | Runxi Yu | 2024-10-21 | 2 | -0/+14 |
| | |||||
* | Add non-vendored version of go-bareish | Runxi Yu | 2024-10-21 | 2 | -0/+21 |
| | |||||
* | Revert "Use a Makefile-only gccgo-based build system intead" | Runxi Yu | 2024-10-21 | 3 | -12/+5 |
| | | | | This reverts commit 8464dd2e4cb82924afd75a2c42b1810504c5f3cc. | ||||
* | Don't override GCCGO if already set | Runxi Yu | 2024-10-21 | 1 | -0/+2 |
| | |||||
* | Use a Makefile-only gccgo-based build system intead | Runxi Yu | 2024-10-21 | 3 | -5/+10 |
| | |||||
* | go.mod: Switch to go 1.18 | Runxi Yu | 2024-10-21 | 1 | -1/+1 |
| | | | | That's what GCCGO is at | ||||
* | Initial commit | Runxi Yu | 2024-10-21 | 5 | -0/+132 |