aboutsummaryrefslogtreecommitdiffstats
path: root/pb.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Implement error messages in the decoder side.Petteri Aimonen1-0/+18
2012-07-05Replace #warning with the standard #error.Petteri Aimonen1-2/+1
2012-07-05Cast enum vaules to integers and cast them back where appropraiteStan Hu1-1/+1
2012-07-01Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.Petteri Aimonen1-3/+16
2012-06-30Add PB_MANY_FIELDS option for supporting fields > 255.Petteri Aimonen1-0/+15
2012-06-30Improve the detection of missing required fields.Petteri Aimonen1-0/+6
2012-04-18Fixing compiler warnings, mostly related to unused parameters.Petteri Aimonen1-0/+5
2011-11-30Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.Petteri Aimonen1-1/+1
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen1-6/+7
2011-08-17ExamplePetteri Aimonen1-0/+2
2011-08-14More documentation, small improvementsPetteri Aimonen1-9/+15
2011-08-10Started writing documentationPetteri Aimonen1-1/+1
2011-08-04EncoderPetteri Aimonen1-25/+18
2011-07-31First version of header generatorPetteri Aimonen1-1/+1
2011-07-30unittests (some)Petteri Aimonen1-2/+7
2011-07-28git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e5-d11d-0410-8d38-ebb78...Petteri Aimonen1-21/+14
2011-07-27Making code ansi-compatiblePetteri Aimonen1-72/+55
2011-07-27Improvements, array supportPetteri Aimonen1-45/+117
2011-07-25First version of decodingPetteri Aimonen1-0/+107