Extend inline / fixed length bytes array support (issue #244)
[apps/agl-service-can-low-level.git] / pb_encode.c
2017-02-22 Petteri AimonenExtend inline / fixed length bytes array support (issue...
2016-12-09 Petteri AimonenEnable clang integer sanitizer and clean up a few warnings.
2016-12-09 Petteri AimonenMerge branch 'kurddt-fix_unalign' (issues #226, #227)
2016-12-09 Petteri AimonenRefactor proto3 logic into pb_check_proto3_default_value()
2016-12-09 Guillaume LagerFix potential unaligned access
2016-10-11 Petteri AimonenMerge pull request #218 from berni155/master
2016-10-10 berni155Fix typo in encoding
2016-10-10 Petteri AimonenMerge pull request #208 from podsvirov/topic-cmake...
2016-10-10 Petteri AimonenMerge pull request #216 from berni155/proto3_singular_f...
2016-10-09 Bernhard KrämerPrevent fields with default value from encoding when...
2016-08-05 Petteri AimonenMerge pull request #211 from tmroeder/feat-inline-bytes
2016-08-04 Tom RoederAdd inline allocation of bytes fields
2016-01-27 Petteri AimonenFix a few remaining bugs related to CHAR_BIT!=8 platforms.
2016-01-27 Petteri AimonenReplace uint8_t with a pb_byte_t typedef.
2016-01-26 Petteri AimonenGet rid of type punning in pb_encode_fixedXX().
2015-01-04 Petteri AimonenImplement support for oneofs (C unions).
2015-01-04 Petteri AimonenAdd int_size option for generator.
2014-12-26 Petteri AimonenAdd support for POINTER type in extensions
2014-08-18 Petteri AimonenRename UNUSED() and STATIC_ASSERT() macros with PB_...
2014-08-18 Petteri AimonenChange the _count fields to use pb_size_t datatype.
2014-08-10 Petteri AimonenSwitch pb_encode to use the common iterator logic in...
2014-04-05 Petteri AimonenAdd a convenience function pb_get_encoded_size()
2014-04-02 Petteri AimonenAdd some missing 'static' specifiers
2014-04-02 Petteri AimonenFix splint warnings, add splint test case
2014-03-15 Petteri AimonenGet rid of pb_bytes_ptr_t, just allocate pb_bytes_array...
2013-12-29 Petteri AimonenFix missing error messages in pb_encode.c
2013-12-29 Petteri AimonenRename encode_static_field -> encode_basic_field.
2013-12-29 Petteri AimonenOrganize allocation logic in generator, add pb_bytes_ptr_t.
2013-12-29 Petteri AimonenConst-correctness and small cleanup.
2013-12-29 Martin DonathGenerating and encoding messages with dynamic allocaiton
2013-12-21 Petteri AimonenAdd PB_LTYPE_UVARINT to fix encoding of negative int32...
2013-10-29 Petteri AimonenRemove the NANOPB_INTERNALS functions from public API.
2013-10-29 Petteri AimonenDeclare static functions before use.
2013-10-29 Petteri AimonenCleanup of comments.
2013-10-29 Petteri AimonenRename some internal functions to have unique names
2013-10-24 Petteri AimonenDetect invalid sizes when encoding bytes fields.
2013-10-20 Petteri AimonenCheck array max size when encoding.
2013-07-22 Petteri AimonenFix bugs in extension support when multiple extension...
2013-07-17 Petteri AimonenExtension support implemented for decoder.
2013-07-17 Petteri AimonenImplement extension support for the encoder
2013-07-06 Petteri AimonenAdd pb_decode_delimited and pb_encode_delimited wrapper...
2013-04-14 Petteri AimonenHandle unterminated strings when encoding.
2013-04-02 Petteri AimonenChange the callback function to use void**.
2013-03-09 Petteri AimonenAdd PB_SYSTEM_HEADER compile time option.
2013-03-09 Petteri AimonenImplement error message support for the encoder side.
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-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2013-02-05 Petteri AimonenPerformance improvement: replace memcpy with loop.
2012-09-03 Petteri AimonenEnable -Wconversion for core and fix the warnings.
2012-09-02 Petteri AimonenClean up one (uint64_t) cast.
2012-08-26 Petteri AimonenFix warnings with -Wcast-qual. Add test for C++ compile.
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