apps/agl-service-can-low-level.git
2012-11-16 Steffen SieringUse TESTS variable to define dependencies for run_unittests
2012-11-16 Petteri AimonenSelect compilation options based on $(CC) in tests...
2012-11-16 Petteri AimonenRename test_compiles.c to test_multiple_files.c
2012-11-16 Steffen SieringFix STATIC_ASSERT macro when using multiple .proto...
2012-11-13 Petteri AimonenFix naming of nested Enums with short names
2012-11-13 Petteri AimonenFix naming of enums when long_names=false.
2012-11-11 Petteri AimonenFix changelog
2012-11-11 Petteri AimonenSetting version to 0.1.8-dev
2012-11-11 Petteri AimonenPublishing nanopb-0.1.7
2012-10-29 Petteri AimonenDocument new generator options
2012-10-29 Petteri AimonenAdd nanopb version number to generated files.
2012-10-29 Petteri AimonenAdd extern "C" to header files.
2012-10-29 Petteri AimonenAdd option to use short names for enum values.
2012-10-29 Petteri AimonenAllow defining field type in .proto.
2012-10-29 Petteri AimonenImprove .proto options parsing.
2012-10-29 Petteri AimonenUse optparse in nanopb_generator.py
2012-10-29 Petteri AimonenGive names to generated structures to allow forward...
2012-10-21 Petteri AimonenImprove the person_with_extra_field test.
2012-10-18 Petteri AimonenRemove the "buf = NULL" => skip requirement from pb_ist...
2012-10-14 Petteri AimonenAdd tests for negative values in the alltypes testcase.
2012-09-18 Petteri AimonenAdd buffer size check in test_decode1.c example.
2012-09-03 Petteri AimonenEnable -Wconversion for core and fix the warnings.
2012-09-03 dchFix build warnings on MS compilers
2012-09-02 Petteri AimonenCreated a CHANGELOG file for easy reference.
2012-09-02 Petteri AimonenClean up one (uint64_t) cast.
2012-09-02 Petteri AimonenFix -Wextra warning in generated .pb.c files.
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 AimonenAdded alltypes-testcases for optional fields and defaul...
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 AimonenAdd note that stream callbacks must read the whole...
2012-08-24 Petteri AimonenImplement error messages in the decoder side.
2012-08-24 Petteri AimonenDocument pb_close_string_substream.
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-24 Petteri AimonenFix a confusing statement in a comment.
2012-08-16 Stan HuFix casting issues
2012-08-09 Petteri AimonenDeclare warn_unused_result only on GCC >= 3.4.0.
2012-08-04 Petteri AimonenFix signedness warning in example_unions.
2012-07-31 Petteri AimonenFix bug in decoder with packed arrays.
2012-07-31 Petteri AimonenExtend 'alltypes' testcase to cover repeated fields.
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-07-05 Petteri AimonenFix bug with .proto without messages (again), and add...
2012-07-05 Petteri AimonenApparently some compilers don't want to automatically...
2012-07-05 Petteri AimonenFix some typos in __BIG_ENDIAN__ code
2012-07-05 Petteri AimonenReplace #warning with the standard #error.
2012-07-05 Stan HuCast enum vaules to integers and cast them back where...
2012-07-01 Petteri AimonenReplace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD...
2012-06-30 Petteri AimonenAdd PB_MANY_FIELDS option for supporting fields > 255.
2012-06-30 Petteri AimonenWarn if PB_MAX_REQUIRED_FIELDS is not large enough.
2012-06-30 Petteri AimonenImprove the detection of missing required fields.
2012-06-25 Petteri AimonenFixed formatting in docs
2012-06-25 Petteri AimonenDocumented NANOPB_INTERNALS compilation option
2012-06-25 Petteri AimonenNote about __BIG_ENDIAN__ compilation option
2012-06-20 Petteri AimonenFix error when .proto contains no Messages (e.g. just...
2012-06-16 Petteri AimonenAdded example on how to handle unions.
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-06-12 Petteri AimonenAdd descriptor.proto into the #include exclusion list
2012-05-19 Petteri AimonenMerge branch 'master' of https://code.google.com/p...
2012-05-19 Petteri AimonenAdd better error messages in the generator when librari...
2012-05-19 Petteri AimonenFix 64-bitness warnings in the example.
2012-04-18 Petteri AimonenFixing compiler warnings, mostly related to unused...
2012-03-01 Petteri AimonenRefactoring the field encoder interface.
2012-02-15 Petteri AimonenModified nanopb_generator.py to generate includes for...
2012-01-30 Petteri AimonenFixed nanopb_generator.py to read the input file in...
2012-01-23 Petteri AimonenImproved documentation on field decoders.
2012-01-12 Petteri AimonenFixed issue 1 reported by Erik Rosen:
2012-01-12 Petteri AimonenAdded an encode/decode test for 'required' fields of...
2012-01-12 Petteri AimonenFixed a bug in the generator that caused a compiler...
2012-01-06 Petteri AimonenLinewrapping in license
2012-01-05 Petteri AimonenAdded logo for project :)
2011-12-30 Petteri AimonenMake the fuzztest runnable again
2011-12-30 Petteri AimonenExpanding the tests to better cover decoding from memor...
2011-12-30 Petteri AimonenFixed a bug related to submessage encoding into memory...
2011-11-30 Petteri AimonenMerged 0005-Handle-endianness-correctly.patch by Matt...
2011-11-30 Petteri AimonenMerged 0004-Added-missing-trailing-newlines.patch by...
2011-11-30 Petteri AimonenMerged 0003-Fixed-format-specifiers.patch by Matt Kern.
2011-11-30 Petteri AimonenAdded Makefile for generating nanopb_pb2.py.
2011-11-10 Petteri AimonenFix some compiler warnings in strict C89 mode
2011-11-04 Petteri AimonenSome additions to documentation
2011-09-18 Petteri AimonenDocumentation outdated phrase
2011-09-18 Petteri AimonenAdded comments to the simplest decode/encode examples.
2011-09-14 Petteri AimonenAdded README
2011-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-09-12 Petteri AimonenTests for callback fields
2011-09-01 Petteri AimonenPython 2.6 compatibility for the generator
2011-08-24 Petteri AimonenCyclic messages not supported - thanks to Josh for...
2011-08-24 Petteri AimonenMake fuzz test runnable again :)
2011-08-24 Petteri AimonenGenerator bugfixes
2011-08-24 Petteri Aimonendocumentation
2011-08-24 Petteri Aimonenmakefile fix
2011-08-24 Petteri Aimonenwrong file name
2011-08-23 Petteri AimonenMore unittests
2011-08-23 Petteri AimonenChanged autogenerated file naming from foo.c to foo...
2011-08-23 Petteri Aimonenmore unittests
next