Add pb_decode_noinit and use it from pb_dec_submessage.
[apps/agl-service-can-low-level.git] / pb_encode.c
2012-08-09 Petteri AimonenDeclare warn_unused_result only on GCC >= 3.4.0.
2012-07-18 Petteri AimonenFixed a few compiler warnings, added check.
2012-07-05 Petteri AimonenApparently some compilers don't want to automatically...
2012-07-05 Petteri AimonenFix some typos in __BIG_ENDIAN__ code
2012-06-13 Petteri AimonenFix non-constant initializer errors with some compilers.
2012-04-18 Petteri AimonenFixing compiler warnings, mostly related to unused...
2012-03-01 Petteri AimonenRefactoring the field encoder interface.
2011-12-30 Petteri AimonenFixed a bug related to submessage encoding into memory...
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 AimonenChanged autogenerated file naming from foo.c to foo...
2011-08-23 Petteri Aimonencheck return values
2011-08-17 Petteri AimonenExample
2011-08-14 Petteri AimonenMore documentation, small improvements
2011-08-11 Petteri AimonenDocumenting and improving stream behaviour
2011-08-10 Petteri AimonenUnittests for encode
2011-08-04 Petteri AimonenEncoder