Merge branch 'dev_get_rid_of_ternary_operator'
[apps/agl-service-can-low-level.git] / pb_decode.h
2013-09-10 Petteri AimonenMove the declarations of _pb_ostream_t and _pb_istream_...
2013-09-09 Petteri AimonenMove the declarations of _pb_ostream_t and _pb_istream_...
2013-07-06 Petteri AimonenAdd pb_decode_delimited and pb_encode_delimited wrapper...
2013-07-06 Petteri AimonenClean up the comments in pb_encode.h and pb_decode.h
2013-04-08 dchNo need to include stdbool.h separately
2013-02-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2012-10-29 Petteri AimonenAdd extern "C" to header files.
2012-10-18 Petteri AimonenRemove the "buf = NULL" => skip requirement from pb_ist...
2012-08-26 Petteri AimonenAdd pb_decode_noinit and use it from pb_dec_submessage.
2012-08-26 Petteri AimonenRevert "Add pb_decode_noinit and use it from pb_dec_sub...
2012-08-26 Petteri AimonenAdd pb_decode_noinit and use it from pb_dec_submessage.
2012-08-24 Petteri AimonenImplement error messages in the decoder side.
2012-08-24 Petteri AimonenRevert "Change the substream implementation in pb_decode."
2012-08-24 Petteri AimonenReorganize the field decoder interface.
2012-08-24 Petteri AimonenChange the substream implementation in pb_decode.
2012-08-24 Petteri AimonenFix a confusing statement in a comment.
2012-07-18 Petteri AimonenFix an unsigned vs. signed warning on some compiler.
2012-06-16 Petteri AimonenAdded new functions to public interface in pb_decode.h.
2011-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-08-14 Petteri AimonenMore documentation, small improvements
2011-08-04 Petteri AimonenEncoder
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