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