Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-07 | Add a few missing unit tests | Petteri Aimonen | 1 | -0/+17 |
2014-08-18 | Change the _count fields to use pb_size_t datatype. | Petteri Aimonen | 1 | -1/+1 |
2014-08-10 | Separate field iterator logic from pb_decode to pb_common. | Petteri Aimonen | 1 | -0/+1 |
2014-04-05 | Add a convenience function pb_get_encoded_size() | Petteri Aimonen | 1 | -0/+9 |
2013-11-13 | Make tests build in a separate folder, add to gitignore | Petteri Aimonen | 1 | -1/+1 |
2013-10-29 | Remove the NANOPB_INTERNALS functions from public API. | Petteri Aimonen | 2 | -3/+3 |
2013-10-24 | Detect invalid sizes when encoding bytes fields. | Petteri Aimonen | 1 | -2/+16 |
2013-10-20 | Check array max size when encoding. | Petteri Aimonen | 1 | -0/+14 |
2013-09-26 | Add #defines for the maximum encoded message size. | Petteri Aimonen | 1 | -0/+13 |
2013-09-10 | Build fixes for Windows/Visual C++ | Petteri Aimonen | 1 | -2/+2 |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ... | Petteri Aimonen | 2 | -0/+292 |