Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-20 | Add syntax specification to .proto files (issue #167) | Petteri Aimonen | 1 | -0/+2 | |
Eliminates a warning on protoc 3.0. | |||||
2015-01-27 | Fix generator bug when oneof is first field in a message. | Petteri Aimonen | 1 | -0/+12 | |
Added test case for the same. Update issue 142 Status: FixedInGit | |||||
2015-01-04 | Implement support for oneofs (C unions). | Petteri Aimonen | 1 | -0/+18 | |
Basic test included, should probably add an oneof to the AllTypes test also. Update issue 131 Status: Started |