summaryrefslogtreecommitdiffstats
path: root/tests/regression
AgeCommit message (Collapse)AuthorFilesLines
2015-09-13Fix maximum encoded size for negative enums (issue #166).Petteri Aimonen3-0/+72
2015-04-03Fix for test case build rulesPetteri Aimonen1-0/+1
2015-04-03Improve comment support in .options files.Petteri Aimonen4-0/+23
Update issue 145 Status: FixedInGit
2015-04-03Always define enum long names so that cross-file references work.Petteri Aimonen3-0/+22
Update issue 118 Status: FixedInGit
2015-01-23Fix encoded_size #defines for oneof messages.Petteri Aimonen3-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-20Fix problem with .options file and extension fields.Petteri Aimonen4-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