Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-22 | nanopb.proto: add msgid message-level option | 1 | -0/+3 | ||
2015-01-11 | New generator options for oneofs: allow skipping or generating as normal ↵ | 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 | 1 | -4/+4 | ||
2015-01-04 | Add int_size option for generator. | 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. | 3 | -26/+124 | ||
Also updated descriptor.proto from protobuf-3.0.0. | |||||
2014-07-20 | Add skip_message option to generator. | 1 | -0/+3 | ||
Update issue 121 Status: FixedInGit | |||||
2014-02-12 | Move descriptor.proto to google/protobuf directory where it belongs. | 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 | 1 | -6/+3 | ||
2013-12-29 | Add descriptor.proto to repository to avoid messing with protoc include path. | 4 | -4/+624 | ||
2013-12-29 | Move the generator .proto files to a subdir, and get rid of precompiled ↵ | 4 | -0/+221 | ||
versions. |