Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-24 | Implement error messages in the decoder side. | Petteri Aimonen | 1 | -1/+1 | |
Update issue 7 Status: Started | |||||
2012-08-24 | Revert "Change the substream implementation in pb_decode." | Petteri Aimonen | 1 | -1/+4 | |
This reverts commit dc2da0edc568b29361479fb7405c96b1a13442cf. Add pb_close_string_substream() for copying back the state. This makes adding error messages easier in the future, as also them need to be propagated back from the substream. | |||||
2012-08-24 | Reorganize the field decoder interface. | Petteri Aimonen | 1 | -3/+4 | |
This makes the field decoding functions more intuitive to use. The old interface is still present if you specify NANOPB_INTERNALS. Update issue 2 Status: FixedInGit | |||||
2012-08-04 | Fix signedness warning in example_unions. | Petteri Aimonen | 1 | -1/+1 | |
2012-06-16 | Added example on how to handle unions. | Petteri Aimonen | 4 | -0/+224 | |