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