summaryrefslogtreecommitdiffstats
path: root/generator
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Add Java package name to nanopb.proto.Petteri Aimonen1-0/+2
2013-01-14Add field type FT_IGNORE to generator.Petteri Aimonen3-3/+15
2013-01-10Add generator option for packed structs.Petteri Aimonen3-6/+22
2013-01-10Cleanup: get rid of unnecessary spacesPetteri Aimonen1-6/+6
2012-12-13Setting version to 0.1.9-devPetteri Aimonen1-1/+1
2012-12-13Publishing nanopb-0.1.8Petteri Aimonen1-1/+1
2012-11-16Fix STATIC_ASSERT macro when using multiple .proto files.Steffen Siering1-2/+6
2012-11-14Fix naming of nested Enums with short namesPetteri Aimonen1-3/+4
2012-11-14Fix naming of enums when long_names=false.Petteri Aimonen1-3/+18
2012-11-11Setting version to 0.1.8-devPetteri Aimonen1-1/+1
2012-11-11Publishing nanopb-0.1.7Petteri Aimonen1-1/+1
2012-10-29Add nanopb version number to generated files.Petteri Aimonen1-1/+4
2012-10-29Add extern "C" to header files.Petteri Aimonen1-1/+8
2012-10-29Add option to use short names for enum values.Petteri Aimonen3-7/+45
2012-10-29Allow defining field type in .proto.Petteri Aimonen3-8/+61
2012-10-29Improve .proto options parsing.Petteri Aimonen3-21/+89
2012-10-29Use optparse in nanopb_generator.pyPetteri Aimonen1-31/+85
2012-10-29Give names to generated structures to allow forward declaration.Petteri Aimonen1-2/+2
2012-07-05Fix bug with .proto without messages (again), and add a test case for it.Petteri Aimonen1-9/+10
2012-07-05Replace #warning with the standard #error.Petteri Aimonen1-5/+2
2012-07-05Cast enum vaules to integers and cast them back where appropraiteStan Hu1-3/+3
2012-07-01Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.Petteri Aimonen1-26/+37
2012-06-30Add PB_MANY_FIELDS option for supporting fields > 255.Petteri Aimonen1-0/+38
2012-06-30Warn if PB_MAX_REQUIRED_FIELDS is not large enough.Petteri Aimonen1-0/+10
2012-06-20Fix error when .proto contains no Messages (e.g. just enums).Petteri Aimonen1-1/+1
2012-06-12Add descriptor.proto into the #include exclusion listPetteri Aimonen1-1/+1
2012-05-19Add better error messages in the generator when libraries cannot be imported.Petteri Aimonen1-2/+22
2012-02-15Modified nanopb_generator.py to generate includes for other .proto files.Petteri Aimonen1-2/+12
2012-01-30Fixed nanopb_generator.py to read the input file in binary mode.Petteri Aimonen1-1/+1
2012-01-12Fixed issue 1 reported by Erik Rosen:Petteri Aimonen1-3/+0
2012-01-12Fixed a bug in the generator that caused a compiler error on sfixed32 and sfi...Petteri Aimonen1-2/+2
2011-11-30Added Makefile for generating nanopb_pb2.py.Petteri Aimonen1-0/+2
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen1-4/+4
2011-09-01Python 2.6 compatibility for the generatorPetteri Aimonen1-4/+4
2011-08-24Generator bugfixesPetteri Aimonen1-24/+46
2011-08-23Changed autogenerated file naming from foo.c to foo.pb.cPetteri Aimonen1-3/+3
2011-08-23Allocated extension numberPetteri Aimonen2-4/+12
2011-08-22unittests, change to PB_LTYPE_BYTES data sizePetteri Aimonen1-0/+3
2011-08-17ExamplePetteri Aimonen1-4/+4
2011-08-14More documentation, small improvementsPetteri Aimonen1-4/+4
2011-08-04EncoderPetteri Aimonen1-29/+89
2011-07-31First version of header generatorPetteri Aimonen3-0/+433