Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-09 | Add proto3 option to handle singular fields | Bernhard Krämer | 1 | -0/+3 | |
2016-08-04 | Add inline allocation of bytes fields | Tom Roeder | 1 | -0/+1 | |
This commit adds a new FT_INLINE allocation type that forces bytes fields to be inlined into the struct. E.g., pb_byte_t my_bytes[32]. This requires max_size for the bytes field. The FT_INLINE type is represented as a new LTYPE: FT_LTYPE_FIXED_LENGTH_BYTES. This commit also updates the documentation with FT_INLINE and FT_LTYPE_FIXED_LENGTH_BYTES. Added an AUTHORS file in apparent order of appearance in the git log history from $(git log --all). | |||||
2015-11-10 | Add option to allow for anonymous unions | Benjamin Kamath | 1 | -0/+3 | |
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 | 1 | -0/+1 | |
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 | 1 | -1/+1 | |
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 descriptor.proto to repository to avoid messing with protoc include path. | Petteri Aimonen | 1 | -1/+1 | |
2013-12-29 | Move the generator .proto files to a subdir, and get rid of precompiled ↵ | Petteri Aimonen | 1 | -0/+69 | |
versions. |