Moving files around
[apps/agl-service-can-low-level.git] / pb_encode.h
2013-10-29 Petteri AimonenRemove the NANOPB_INTERNALS functions from public API.
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-03-09 Petteri AimonenImplement error message support for the encoder side.
2013-02-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2012-10-29 Petteri AimonenAdd extern "C" to header files.
2012-09-03 Petteri AimonenEnable -Wconversion for core and fix the warnings.
2012-03-01 Petteri AimonenRefactoring the field encoder interface.
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-11 Petteri AimonenDocumenting and improving stream behaviour
2011-08-10 Petteri AimonenUnittests for encode
2011-08-04 Petteri AimonenEncoder