Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-13 | Make tests build in a separate folder, add to gitignore | 1 | -1/+1 | ||
2013-10-29 | Remove the NANOPB_INTERNALS functions from public API. | 2 | -3/+3 | ||
These have been deprecated since nanopb-0.1.6 (some since 0.1.3). Equivalent functions with better interface are available in the API. Update issue 91 Status: FixedInGit | |||||
2013-10-24 | Detect invalid sizes when encoding bytes fields. | 1 | -2/+16 | ||
2013-10-20 | Check array max size when encoding. | 1 | -0/+14 | ||
Update issue 90 Status: FixedInGit | |||||
2013-09-26 | Add #defines for the maximum encoded message size. | 1 | -0/+13 | ||
Update issue 89 Status: FixedInGit | |||||
2013-09-10 | Build fixes for Windows/Visual C++ | 1 | -2/+2 | ||
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | 2 | -0/+292 | ||
for the tests. Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started |