apps/agl-service-can-low-level.git
2013-09-11 Petteri AimonenMerge branch 'dev_tests_using_scons'
2013-09-11 Petteri AimonenAdd tests for different compilation options
2013-09-11 Petteri AimonenWindows build fixes
2013-09-11 Petteri AimonenMake all the tests ANSI C compatible.
2013-09-10 Petteri AimonenMove the rest of the tests to scons
2013-09-10 Petteri AimonenCompiler options for GCC, clang and tcc
2013-09-10 Petteri AimonenMove the declarations of _pb_ostream_t and _pb_istream_...
2013-09-10 Petteri AimonenBuild fixes for Windows/Visual C++
2013-09-10 Petteri AimonenAdd an example pb_syshdr.h file for platforms without...
2013-09-10 Petteri AimonenConvert more test cases to scons
2013-09-09 Petteri AimonenMove the declarations of _pb_ostream_t and _pb_istream_...
2013-09-08 Petteri AimonenAdd support for running the nanopb generator as protoc...
2013-09-08 Petteri AimonenStart moving the tests into subfolders. Transition...
2013-09-08 Petteri AimonenHandle unsupported extension field types more gracefully.
2013-08-18 Petteri AimonenSetting version to 0.2.3-dev
2013-08-18 Petteri AimonenPublishing nanopb-0.2.2
2013-08-08 Petteri AimonenUpdate changelog
2013-08-08 Petteri AimonenDocument field extensions support
2013-08-08 Petteri AimonenDocument PB_SYSTEM_HEADER
2013-07-22 Petteri AimonenFinish the testcase for extensions
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 AimonenAdd test case for extensions decoding
2013-07-17 Petteri AimonenImplement extension support for the encoder
2013-07-16 Petteri AimonenImplement generator support for extension fields (no...
2013-07-16 Petteri AimonenFix formatting in documentation
2013-07-16 Kent RyhorchukCheck for empty message type before incrementing requir...
2013-07-16 Petteri AimonenAdd test case for extra fields in AllTypes
2013-07-06 Petteri AimonenAdd pb_decode_delimited and pb_encode_delimited wrapper...
2013-07-06 Petteri AimonenClean up the comments in pb_encode.h and pb_decode.h
2013-07-06 Petteri AimonenAdd section in pb.h for changing compilation settings.
2013-07-06 Petteri AimonenAdd error message macros to API reference.
2013-07-06 Petteri AimonenDocument the .options file usage.
2013-07-06 Petteri AimonenSwitch the example project to use the new .options...
2013-06-03 Petteri AimonenInclude the field tags in the generated .pb.h file.
2013-04-14 Petteri AimonenSetting version to 0.2.2-dev
2013-04-14 Petteri AimonenPublishing nanopb-0.2.1
2013-04-14 Petteri AimonenUpdate changelog
2013-04-14 Petteri AimonenHandle unterminated strings when encoding.
2013-04-14 Petteri AimonenFix bug with empty strings in repeated string callbacks.
2013-04-08 Petteri AimonenAvoid maybe-uninitialized warning
2013-04-08 dchNo need to include stdbool.h separately
2013-04-08 dch__pragma keyword is only supported by recent Microsoft...
2013-04-02 Petteri AimonenDo not generate has_ fields for callback fields.
2013-04-02 Petteri AimonenChange the callback function to use void**.
2013-03-13 Petteri AimonenFix warning on clang.
2013-03-13 Petteri AimonenAdd support for packed structures on IAR and MSVC.
2013-03-09 Petteri AimonenMake the generator options accept a file name in additi...
2013-03-09 Petteri AimonenAdd PB_SYSTEM_HEADER compile time option.
2013-03-09 Petteri AimonenRename pb_field_iterator_t field 'current' to 'pos'.
2013-03-09 Petteri AimonenImplement error message support for the encoder side.
2013-03-09 Petteri Aimonenalltypes.proto no longer needs to include nanopb.proto
2013-03-09 Petteri AimonenSwitch alltypes.proto to use the new .options file...
2013-03-09 Petteri AimonenAdd simple support for separate options file.
2013-03-09 Petteri AimonenFix additional bug with empty message types.
2013-03-09 Petteri AimonenAdd option to run the tests with mudflap to detect...
2013-03-09 Petteri AimonenImprove the fuzztest.
2013-03-09 Petteri AimonenFix error in backwards compatibility testcase
2013-03-09 Petteri AimonenFix bug with decoding empty message types. Add test...
2013-03-06 Petteri AimonenAdd a dummy field if struct would otherwise be empty.
2013-03-04 Petteri AimonenAdd generator option to configure #include directives.
2013-03-02 Petteri AimonenSetting version to 0.2.1-dev
2013-03-02 Petteri AimonenPublishing nanopb-0.2.0
2013-03-02 Petteri AimonenUpdate changelog
2013-03-02 Petteri AimonenUpdate documentation
2013-02-28 Petteri AimonenAdd --extension option to generator.
2013-02-22 Pavel IlinAdded CMake file for use in projects linking against...
2013-02-21 Petteri AimonenMerge branch 'dev-0.2'
2013-02-21 Petteri AimonenMove STATIC_ASSERTs to .pb.c file.
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-16 Petteri AimonenReformat generated .pb.c files using macros.
2013-02-13 Petteri AimonenSetting version to 0.1.9.1-dev
2013-02-13 Petteri AimonenPublishing nanopb-0.1.9
2013-02-11 Petteri AimonenAdd gitignore.
2013-02-11 Petteri AimonenReplace pb_type_t enum with #defines.
2013-02-11 Petteri AimonenSet version to 0.2.0-dev
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
next