Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-05Fix bug with .proto without messages (again), and add a test case for it.nanopb-0.1.4Petteri Aimonen
2012-07-05Replace #warning with the standard #error.Petteri Aimonen
2012-07-05Cast enum vaules to integers and cast them back where appropraiteStan Hu
2012-07-01Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.Petteri Aimonen
2012-06-30Add PB_MANY_FIELDS option for supporting fields > 255.Petteri Aimonen
2012-06-30Warn if PB_MAX_REQUIRED_FIELDS is not large enough.Petteri Aimonen
2012-06-20Fix error when .proto contains no Messages (e.g. just enums).Petteri Aimonen
2012-06-12Add descriptor.proto into the #include exclusion listnanopb-0.1.3Petteri Aimonen
2012-05-19Add better error messages in the generator when libraries cannot be imported.Petteri Aimonen
2012-02-15Modified nanopb_generator.py to generate includes for other .proto files.nanopb-0.1.2Petteri Aimonen
2012-01-30Fixed nanopb_generator.py to read the input file in binary mode.Petteri Aimonen
2012-01-12Fixed issue 1 reported by Erik Rosen:nanopb-0.1.1Petteri Aimonen
2012-01-12Fixed a bug in the generator that caused a compiler error on sfixed32 and sfi...Petteri Aimonen
2011-11-30Added Makefile for generating nanopb_pb2.py.Petteri Aimonen
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen
2011-09-01Python 2.6 compatibility for the generatorPetteri Aimonen
2011-08-24Generator bugfixesPetteri Aimonen
2011-08-23Changed autogenerated file naming from foo.c to foo.pb.cPetteri Aimonen
2011-08-23Allocated extension numberPetteri Aimonen
2011-08-22unittests, change to PB_LTYPE_BYTES data sizePetteri Aimonen
2011-08-17ExamplePetteri Aimonen
2011-08-15More documentation, small improvementsPetteri Aimonen
2011-08-04EncoderPetteri Aimonen
2011-07-31First version of header generatorPetteri Aimonen