Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.
[apps/agl-service-can-low-level.git] / pb.h
2012-09-03 Petteri AimonenEnable -Wconversion for core and fix the warnings.
2012-09-02 Petteri AimonenFix -Wextra warning in generated .pb.c files.
2012-08-24 Petteri AimonenImplement error messages in the decoder side.
2012-07-05 Petteri AimonenReplace #warning with the standard #error.
2012-07-05 Stan HuCast enum vaules to integers and cast them back where...
2012-07-01 Petteri AimonenReplace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD...
2012-06-30 Petteri AimonenAdd PB_MANY_FIELDS option for supporting fields > 255.
2012-06-30 Petteri AimonenImprove the detection of missing required fields.
2012-04-18 Petteri AimonenFixing compiler warnings, mostly related to unused...
2011-11-30 Petteri AimonenMerged 0004-Added-missing-trailing-newlines.patch by...
2011-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-08-17 Petteri AimonenExample
2011-08-14 Petteri AimonenMore documentation, small improvements
2011-08-10 Petteri AimonenStarted writing documentation
2011-08-04 Petteri AimonenEncoder
2011-07-31 Petteri AimonenFirst version of header generator
2011-07-30 Petteri Aimonenunittests (some)
2011-07-28 Petteri Aimonengit-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e...
2011-07-27 Petteri AimonenMaking code ansi-compatible
2011-07-27 Petteri AimonenImprovements, array support
2011-07-25 Petteri AimonenFirst version of decoding