summaryrefslogtreecommitdiffstats
path: root/tests/options.expected
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10Add generator option for packed structs.Petteri Aimonen1-0/+1
Usage is: message Foo { option (nanopb_msgopt).packed_struct = true; ... } Valid also in file scope. Update issue 49 Status: FixedInGit
2012-11-14Fix naming of nested Enums with short namesPetteri Aimonen1-0/+1
2012-11-14Fix naming of enums when long_names=false.Petteri Aimonen1-1/+1
Modify test case to check that options.pb.o compiles. Update issue 42 Status: FixedInGit Update issue 43 Status: FixedInGit
2012-10-29Add option to use short names for enum values.Petteri Aimonen1-4/+4
Update issue 38 Status: FixedInGit
2012-10-29Allow defining field type in .proto.Petteri Aimonen1-0/+2
Update issue 30 Status: FixedInGit
2012-10-29Improve .proto options parsing.Petteri Aimonen1-0/+3
Options can now be defined on command line, file, message or in field scope. Update issue 12 Status: Started