Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-12 | Add packed_enum option to generator. | Petteri Aimonen | 1 | -0/+3 | |
This can be generally useful for saving RAM, but also makes it easier to test for issue #164. | |||||
2015-03-22 | nanopb.proto: add msgid message-level option | Michael Haberler | 1 | -0/+3 | |
2015-01-11 | New generator options for oneofs: allow skipping or generating as normal ↵ | Petteri Aimonen | 1 | -0/+3 | |
'optional' fields. The behaviour with no_unions:true is the same as of nanopb 0.3.1 and earlier. | |||||
2015-01-05 | Allow using 8/16/32/64 as values in int_size setting | Petteri Aimonen | 1 | -4/+4 | |
2015-01-04 | Add int_size option for generator. | Petteri Aimonen | 1 | -0/+12 | |
This allows overriding the integer field types to e.g. uint8_t for saving RAM. Update issue 139 Status: FixedInGit | |||||
2014-12-22 | Verify build with protobuf-3.0.0, fix problems. | Petteri Aimonen | 3 | -26/+124 | |
Also updated descriptor.proto from protobuf-3.0.0. | |||||
2014-07-20 | Add skip_message option to generator. | Petteri Aimonen | 1 | -0/+3 | |
Update issue 121 Status: FixedInGit | |||||
2014-02-12 | Move descriptor.proto to google/protobuf directory where it belongs. | Petteri Aimonen | 4 | -3/+3 | |
This fixes some interoperability problems when trying to compile nanopb.proto for e.g. the Google's C++ library. Update issue 104 Status: FixedInGit | |||||
2013-12-29 | Add build script for windows package | Petteri Aimonen | 1 | -6/+3 | |
2013-12-29 | Add descriptor.proto to repository to avoid messing with protoc include path. | Petteri Aimonen | 4 | -4/+624 | |
2013-12-29 | Move the generator .proto files to a subdir, and get rid of precompiled ↵ | Petteri Aimonen | 4 | -0/+221 | |
versions. |