aboutsummaryrefslogtreecommitdiffstats
path: root/generator/nanopb_pb2.py
AgeCommit message (Collapse)AuthorFilesLines
2013-01-14Add field type FT_IGNORE to generator.Petteri Aimonen1-2/+7
This allows ignoring fields that are unnecessary or too large for an embedded system using nanopb, while allowing them to remain in the .proto for other platforms. Update issue 51 Status: FixedInGit
2013-01-10Add generator option for packed structs.Petteri Aimonen1-5/+12
Usage is: message Foo { option (nanopb_msgopt).packed_struct = true; ... } Valid also in file scope. Update issue 49 Status: FixedInGit
2012-10-29Add option to use short names for enum values.Petteri Aimonen1-5/+22
Update issue 38 Status: FixedInGit
2012-10-29Allow defining field type in .proto.Petteri Aimonen1-2/+39
Update issue 30 Status: FixedInGit
2012-10-29Improve .proto options parsing.Petteri Aimonen1-4/+25
Options can now be defined on command line, file, message or in field scope. Update issue 12 Status: Started
2011-08-23Allocated extension numberPetteri Aimonen1-3/+3
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@962 e3a754e5-d11d-0410-8d38-ebb782a927b9
2011-07-31First version of header generatorPetteri Aimonen1-0/+71
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@950 e3a754e5-d11d-0410-8d38-ebb782a927b9