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