Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-20 | Add syntax specification to .proto files (issue #167) | 2 | -0/+4 | ||
Eliminates a warning on protoc 3.0. | |||||
2014-12-27 | Fix build failure due to missing dependency in SConscript | 1 | -2/+2 | ||
2014-12-26 | Move malloc support to tests/common directory | 1 | -0/+27 | ||
2014-12-26 | Move malloc_wrappers.c to tests/common | 4 | -0/+80 | ||
2014-09-07 | Add a few missing unit tests | 1 | -0/+5 | ||
2014-08-10 | Separate field iterator logic from pb_decode to pb_common. | 1 | -1/+1 | ||
2013-12-29 | Add a SCons tool for nanopb protos. | 1 | -2/+2 | ||
This tool script is useful both for building the tests and also for use in other applications. | |||||
2013-10-24 | Detect invalid sizes when encoding bytes fields. | 1 | -0/+4 | ||
2013-09-10 | Compiler options for GCC, clang and tcc | 1 | -2/+5 | ||
2013-09-10 | Build fixes for Windows/Visual C++ | 1 | -0/+17 | ||
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | 4 | -0/+80 | ||
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 |