Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-07 | Fix oneof submessage initialization bug. | Petteri Aimonen | 1 | -2/+6 | |
Update issue 149 Status: FixedInGit | |||||
2015-01-27 | Fix generator bug when oneof is first field in a message. | Petteri Aimonen | 1 | -37/+92 | |
Added test case for the same. Update issue 142 Status: FixedInGit | |||||
2015-01-04 | Implement support for oneofs (C unions). | Petteri Aimonen | 1 | -0/+72 | |
Basic test included, should probably add an oneof to the AllTypes test also. Update issue 131 Status: Started |