Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-10 | Add generator option for packed structs. | Petteri Aimonen | 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 | Petteri Aimonen | 1 | -0/+1 | |
2012-11-14 | Fix naming of enums when long_names=false. | Petteri Aimonen | 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. | Petteri Aimonen | 1 | -4/+4 | |
Update issue 38 Status: FixedInGit | |||||
2012-10-29 | Allow defining field type in .proto. | Petteri Aimonen | 1 | -0/+2 | |
Update issue 30 Status: FixedInGit | |||||
2012-10-29 | Improve .proto options parsing. | Petteri Aimonen | 1 | -0/+3 | |
Options can now be defined on command line, file, message or in field scope. Update issue 12 Status: Started |