Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -0/+4 | |
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-09-10 | Compiler options for GCC, clang and tcc | Petteri Aimonen | 1 | -2/+5 | |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | Petteri Aimonen | 1 | -0/+14 | |
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 |