summaryrefslogtreecommitdiffstats
path: root/generator/proto
AgeCommit message (Collapse)AuthorFilesLines
2015-09-12Add packed_enum option to generator.Petteri Aimonen1-0/+3
This can be generally useful for saving RAM, but also makes it easier to test for issue #164.
2015-03-22nanopb.proto: add msgid message-level optionMichael Haberler1-0/+3
2015-01-11New generator options for oneofs: allow skipping or generating as normal ↵Petteri Aimonen1-0/+3
'optional' fields. The behaviour with no_unions:true is the same as of nanopb 0.3.1 and earlier.
2015-01-05Allow using 8/16/32/64 as values in int_size settingPetteri Aimonen1-4/+4
2015-01-04Add int_size option for generator.Petteri Aimonen1-0/+12
This allows overriding the integer field types to e.g. uint8_t for saving RAM. Update issue 139 Status: FixedInGit
2014-12-22Verify build with protobuf-3.0.0, fix problems.Petteri Aimonen3-26/+124
Also updated descriptor.proto from protobuf-3.0.0.
2014-07-20Add skip_message option to generator.Petteri Aimonen1-0/+3
Update issue 121 Status: FixedInGit
2014-02-12Move descriptor.proto to google/protobuf directory where it belongs.Petteri Aimonen4-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-29Add build script for windows packagePetteri Aimonen1-6/+3
2013-12-29Add descriptor.proto to repository to avoid messing with protoc include path.Petteri Aimonen4-4/+624
2013-12-29Move the generator .proto files to a subdir, and get rid of precompiled ↵Petteri Aimonen4-0/+221
versions.