Merge branch 'dev-0.2'
[apps/agl-service-can-low-level.git] / pb_decode.c
2013-02-21 Petteri AimonenMerge branch 'dev-0.2'
2013-02-20 Petteri AimonenSeparate PB_HTYPE to PB_ATYPE and PB_HTYPE.
2013-02-20 Petteri AimonenRename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED.
2013-02-07 Petteri AimonenFix error message bugs with packed arrays.
2013-02-07 Petteri AimonenFix compiler warning on MSVC (issue #57)
2013-02-06 Petteri AimonenUse unsigned datatypes where appropriate.
2013-02-06 Petteri AimonenImprove the pb_decode_varint implementations.
2013-02-06 Petteri AimonenAvoid unnecessary looping in required fields check.
2013-02-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2013-02-05 Petteri AimonenMake pb_decode_varint32 a separate implementation.
2013-02-05 Petteri AimonenPerformance improvement: replace memcpy with loop.
2013-01-16 Petteri AimonenOops, typoed #ifdef; again fixing previous commit.
2013-01-16 Petteri AimonenPut previous commit (issue 52) inside #ifndef
2013-01-16 Petteri AimonenFix bug with error messages.
2012-11-27 Jens SteinhauserComplete initialization of pb_istream_t.
2012-10-18 Petteri AimonenRemove the "buf = NULL" => skip requirement from pb_ist...
2012-09-03 Petteri AimonenEnable -Wconversion for core and fix the warnings.
2012-09-03 dchFix build warnings on MS compilers
2012-08-26 Petteri AimonenFix warnings with -Wcast-qual. Add test for C++ compile.
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-16 Stan HuFix casting issues
2012-08-09 Petteri AimonenDeclare warn_unused_result only on GCC >= 3.4.0.
2012-07-31 Petteri AimonenFix bug in decoder with packed arrays.
2012-07-19 Petteri AimonenAdditional unsigned vs. signed fix for tag
2012-07-18 Petteri AimonenFix an unsigned vs. signed warning on some compiler.
2012-07-18 Petteri AimonenFixed a few compiler warnings, added check.
2012-06-30 Petteri AimonenImprove the detection of missing required fields.
2012-06-16 Petteri AimonenAdded new functions to public interface in pb_decode.h.
2012-06-13 Petteri AimonenFix non-constant initializer errors with some compilers.
2012-04-18 Petteri AimonenFixing compiler warnings, mostly related to unused...
2012-01-12 Petteri AimonenFixed issue 1 reported by Erik Rosen:
2011-11-30 Petteri AimonenMerged 0005-Handle-endianness-correctly.patch by Matt...
2011-11-10 Petteri AimonenFix some compiler warnings in strict C89 mode
2011-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-08-23 Petteri Aimonenmore unittests
2011-08-23 Petteri Aimonencheck return values
2011-08-23 Petteri AimonenMore unittests
2011-08-22 Petteri Aimonenunittests, change to PB_LTYPE_BYTES data size
2011-08-17 Petteri AimonenExample
2011-08-14 Petteri AimonenMore documentation, small improvements
2011-08-11 Petteri AimonenDocumenting and improving stream behaviour
2011-08-04 Petteri AimonenEncoder
2011-07-30 Petteri Aimonenunittests (some)
2011-07-28 Petteri Aimoneniter
2011-07-28 Petteri Aimonengit-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e...
2011-07-27 Petteri Aimonenbugfix
2011-07-27 Petteri AimonenMaking code ansi-compatible
2011-07-27 Petteri AimonenImprovements, array support
2011-07-25 Petteri AimonenFirst version of decoding