Start moving the tests into subfolders. Transition to SCons for build system for...
[apps/agl-service-can-low-level.git] / pb_encode.c
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