Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Fix clang compiler warning in intsizes unit test. | Petteri Aimonen | 1 | -13/+13 | |
2015-01-04 | Detect too large varint values when decoding. | Petteri Aimonen | 1 | -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-04 | Add int_size option for generator. | Petteri Aimonen | 3 | -0/+159 | |
This allows overriding the integer field types to e.g. uint8_t for saving RAM. Update issue 139 Status: FixedInGit |