summaryrefslogtreecommitdiffstats
path: root/tests/options.proto
AgeCommit message (Collapse)AuthorFilesLines
2012-11-14Fix naming of nested Enums with short namesPetteri Aimonen1-0/+11
2012-11-14Fix naming of enums when long_names=false.Petteri Aimonen1-0/+6
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-0/+6
Update issue 38 Status: FixedInGit
2012-10-29Allow defining field type in .proto.Petteri Aimonen1-0/+5
Update issue 30 Status: FixedInGit
2012-10-29Improve .proto options parsing.Petteri Aimonen1-0/+28
Options can now be defined on command line, file, message or in field scope. Update issue 12 Status: Started