Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-09 | Add regression test for issue #227 | 3 | -0/+36 | ||
2016-06-06 | Add testcase for issue #205 | 3 | -0/+37 | ||
2016-05-25 | Add testcase for issue #203 | 3 | -0/+29 | ||
2016-03-04 | Provide comments about uncalculable message sizes (issue #195) | 3 | -0/+19 | ||
2015-11-20 | Fix generator crash with Enum inside Oneof (issue #188). | 2 | -0/+35 | ||
Add testcase for the same. | |||||
2015-10-05 | Fix regression in generating message size defines (issue #172). | 5 | -0/+36 | ||
This bug was triggered when: 1. A .proto file included another .proto from a different directory. 2. The another .proto has an associated .options file. Added regression test for the same. | |||||
2015-09-20 | Add syntax specification to .proto files (issue #167) | 6 | -0/+12 | ||
Eliminates a warning on protoc 3.0. | |||||
2015-09-13 | Fix maximum encoded size for negative enums (issue #166). | 3 | -0/+72 | ||
2015-04-03 | Fix for test case build rules | 1 | -0/+1 | ||
2015-04-03 | Improve comment support in .options files. | 4 | -0/+23 | ||
Update issue 145 Status: FixedInGit | |||||
2015-04-03 | Always define enum long names so that cross-file references work. | 3 | -0/+22 | ||
Update issue 118 Status: FixedInGit | |||||
2015-01-23 | Fix encoded_size #defines for oneof messages. | 3 | -0/+65 | ||
The sizes are represented as EncodedSize() instances, which cause max() operation to sort them by address instead of value. This caused pretty much random item to be selected for the maximum. Update issue 141 Status: FixedInGit | |||||
2014-07-20 | Fix problem with .options file and extension fields. | 4 | -0/+32 | ||
The options for an extension field were being looked up under wrong name (MessageName instead of MessageName.fieldname). Fixed the problem and added regression test. Created a new subfolder for regression test cases. Update issue 125 Status: FixedInGit |