apps/agl-service-can-low-level.git
2013-02-07 Petteri AimonenUpdate changelog
2013-02-07 Petteri AimonenFix error message bugs with packed arrays.
2013-02-07 Petteri AimonenAdd check for sizeof(double) == 8.
2013-02-07 Petteri AimonenSanitize filenames before putting them in #ifndef.
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-02-05 Petteri AimonenAdd Java package name to nanopb.proto.
2013-01-29 Petteri AimonenAdd an example of handling doubles on AVR platform.
2013-01-21 Petteri AimonenFix misleading comment (current generator sets LTYPE...
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.
2013-01-14 Petteri AimonenAdd field type FT_IGNORE to generator.
2013-01-13 Petteri AimonenAdd a test for the backwards compatibility of generated...
2013-01-10 Petteri AimonenAdd generator option for packed structs.
2013-01-10 Petteri AimonenCleanup: get rid of unnecessary spaces
2012-12-13 Petteri AimonenSetting version to 0.1.9-dev
2012-12-13 Petteri AimonenPublishing nanopb-0.1.8
2012-12-06 Petteri AimonenFix small error in field callback documentation.
2012-11-27 Jens SteinhauserComplete initialization of pb_istream_t.
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
next