Commit Graph

19 Commits

Author SHA1 Message Date
Adam Liddell 9d4a927c2b Remove dangling file that is unused 2022-11-22 22:15:47 +00:00
Ryan Lopopolo c5df14cd06 Add M1 Mac support for `protoc-gen-doc`
For the issue described in #198.

From the upstream 1.5.1 release:

https://github.com/pseudomuto/protoc-gen-doc/releases/tag/v1.5.1

```console
$ sha256sum *.tar.gz
f429e5a5ddd886bfb68265f2f92c1c6a509780b7adcaf7a8b3be943f28e144ba  protoc-gen-doc_1.5.1_darwin_amd64.tar.gz
6e8c737d9a67a6a873a3f1d37ed8bb2a0a9996f6dcf6701aa1048c7bd798aaf9  protoc-gen-doc_1.5.1_darwin_arm64.tar.gz
47cd72b07e6dab3408d686a65d37d3a6ab616da7d8b564b2bd2a2963a72b72fd  protoc-gen-doc_1.5.1_linux_amd64.tar.gz
172e6a191daced8eb31ebcd90d4523a1affa6d07900a89b548421823dda796fe  protoc-gen-doc_1.5.1_linux_arm64.tar.gz
8acf0bf64eda29183b4c6745c3c6a12562fd9a8ab08d61788cf56e6659c66b3b  protoc-gen-doc_1.5.1_windows_amd64.tar.gz
bf8bc651c17e64bfec663192e660655c2bcc415f6dff9e88201d8b07fb23d493  protoc-gen-doc_1.5.1_windows_arm64.tar.gz
```
2022-05-20 09:53:14 -07:00
Adam Liddell 98a39741ed Buildifier fixes 2021-09-21 23:52:09 +01:00
Adam Liddell eb9cd331f7 Add output_mode attr to select where files are written to 2021-09-21 00:39:44 +01:00
Adam Liddell d143d46d42 Add doc_template_compile, closes #121 2021-09-21 00:20:19 +01:00
Adam Liddell ab81714fc7 Update remaining uses of doc plugin binary 2021-09-18 20:39:49 +00:00
Adam Liddell 3fdf5f79e2 Rename bin repos 2021-09-18 20:15:09 +00:00
Adam Liddell 8d09a4d73e Drop transitive aspect-based compilation. Closes #137 2021-09-17 18:25:48 +00:00
Adam Liddell 92d4f039e7 Restructure docs 2021-04-05 19:54:37 +00:00
Adam Liddell 49598ca028 Fixup more MD -> RST 2021-04-05 14:50:35 +00:00
Adam Liddell 71ad087add Use RST for language readmes 2021-04-05 13:41:57 +00:00
Adam Liddell 4cbbbe3d32 Add Buf lint and breaking rules 2021-03-02 23:11:51 +00:00
Adam Liddell d0fb222f43 Move plugin deps to central file 2021-02-28 16:48:53 +00:00
Adam Liddell 5cad44efcc Tidy readme 2021-02-28 00:58:11 +00:00
Adam Liddell 0cc0e785c7 Specify .exe extension for protoc-gen-doc 2021-02-24 23:02:19 +00:00
Adam Liddell d161e62f92 Update rule descriptions to be more readable 2021-02-24 22:43:29 +00:00
Adam Liddell 4c9bd56f60 Attempt to fix doc rules on windows 2021-02-24 00:27:55 +00:00
Adam Liddell 68f0f01c4d Apply buildifier 2021-02-24 00:05:20 +00:00
Adam Liddell c34e8b961a Add rules for protoc-gen-doc, closes #2 2021-02-23 23:59:22 +00:00