summaryrefslogtreecommitdiffstats
path: root/tests/intsizes
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Fix clang compiler warning in intsizes unit test.Petteri Aimonen1-13/+13
2015-01-04Detect too large varint values when decoding.Petteri Aimonen1-0/+14
Because Issue #139 now allows limiting integer fields, it is good to check the values received from other protobuf libraries against the lower limits.
2015-01-04Add int_size option for generator.Petteri Aimonen3-0/+159
This allows overriding the integer field types to e.g. uint8_t for saving RAM. Update issue 139 Status: FixedInGit