Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix protobuf backend build dependencies | the6p4c | 2021-09-17 | 1 | -0/+2 |
| | | | | | | | backends/protobuf/protobuf.cc depends on the source and header files generated by protoc, but this dependency wasn't explicitly declared. Add a rule to the Makefile to fix intermittent build failures when the protobuf header/source file isn't built before protobuf.cc. | ||||
* | Fix protobuf build | Sergiusz Bazanski | 2018-06-20 | 1 | -1/+1 |
| | |||||
* | Add Protobuf backend | Serge Bazanski | 2018-06-19 | 1 | -0/+8 |
Signed-off-by: Serge Bazanski <q3k@symbioticeda.com> |