summaryrefslogtreecommitdiffstats
path: root/generator/nanopb.proto
AgeCommit message (Collapse)AuthorFilesLines
2013-07-06Document the .options file usage.Petteri Aimonen1-0/+2
Also add note about the 'packed' message option being incompatible with CPUs that do not support unaligned access. Update issue 12 Status: FixedInGit Update issue 77 Status: FixedInGit
2013-03-09Add simple support for separate options file.Petteri Aimonen1-0/+6
Update issue 12 Still needs documentation.
2013-02-05Add Java package name to nanopb.proto.Petteri Aimonen1-0/+2
This fixes problems when interoperating with Java. Fix suggested by trepidacious: https://groups.google.com/forum/#!topic/nanopb/hZgrj6h9OnY
2013-01-14Add field type FT_IGNORE to generator.Petteri Aimonen1-0/+1
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-0/+3
Usage is: message Foo { option (nanopb_msgopt).packed_struct = true; ... } Valid also in file scope. Update issue 49 Status: FixedInGit
2013-01-10Cleanup: get rid of unnecessary spacesPetteri Aimonen1-6/+6
2012-10-29Add option to use short names for enum values.Petteri Aimonen1-0/+13
Update issue 38 Status: FixedInGit
2012-10-29Allow defining field type in .proto.Petteri Aimonen1-0/+7
Update issue 30 Status: FixedInGit
2012-10-29Improve .proto options parsing.Petteri Aimonen1-0/+8
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-1/+9
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@962 e3a754e5-d11d-0410-8d38-ebb782a927b9
2011-07-31First version of header generatorPetteri Aimonen1-0/+18
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@950 e3a754e5-d11d-0410-8d38-ebb782a927b9