apps/agl-service-can-low-level.git
2013-12-29 Petteri AimonenAdd script for making linux binary package
2013-12-29 Petteri AimonenMove the generator .proto files to a subdir, and get...
2013-12-29 Petteri AimonenBring alltypes_pointer testcase up to date
2013-12-29 Petteri AimonenImprove alltypes_pointer test case
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-22 Petteri AimonenNegative int32 values take 10 bytes now.
2013-12-21 Petteri AimonenFix problem with decode_legacy test case on Windows.
2013-12-21 Petteri AimonenAdd test for extreme integer values (INT32_MAX etc...
2013-12-21 Petteri AimonenAdd PB_LTYPE_UVARINT to fix encoding of negative int32...
2013-12-21 Petteri AimonenModify the alltypes test to check re-encoding through...
2013-11-14 Petteri AimonenOptimize the common case of 1-byte reads for varints.
2013-11-13 Petteri AimonenMake tests build in a separate folder, add to gitignore
2013-11-11 Petteri AimonenFix path in FindNanopb.cmake.
2013-11-07 Petteri AimonenSetting version to 0.2.5-dev
2013-11-07 Petteri AimonenPublishing nanopb-0.2.4
2013-11-02 Petteri AimonenAdd dates to changelog
2013-11-02 Petteri AimonenUpdate changelog
2013-11-02 Petteri AimonenGenerate #define tags for extension fields also.
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 AimonenAdd a definition of the security model to the documenta...
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-24 Petteri AimonenSame fix for EncodedSize.__mul__
2013-10-24 Petteri AimonenHandle also longs in EncodedSize
2013-10-23 Petteri AimonenFix the size of length prefix for messages in other...
2013-10-23 Petteri AimonenGenerate message size #defines also for messages define...
2013-10-20 Petteri AimonenDefine pb_size_t and pb_ssize_t data types.
2013-10-20 Petteri AimonenCheck array max size when encoding.
2013-09-26 Petteri AimonenAdd #defines for the maximum encoded message size.
2013-09-18 Petteri AimonenSetting version to 0.2.4-dev
2013-09-18 Petteri AimonenPublishing nanopb-0.2.3
2013-09-13 Petteri AimonenUpdate changelog
2013-09-13 Petteri AimonenAdd a new very simple example
2013-09-13 Petteri AimonenMove examples into subfolders, add READMEs
2013-09-13 Petteri AimonenMerge branch 'dev_get_rid_of_ternary_operator'
2013-09-13 Petteri AimonenFine-tune the naming of new macros before merging into
2013-09-11 Petteri AimonenExpand extra_fields test to cover field skipping in...
2013-09-11 Petteri AimonenDisable warning about uint64_t (long long)
2013-09-11 Petteri AimonenFix build error when path contains spaces
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-11 Petteri AimonenGet rid of the ternary operator in the pb_field_t initi...
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.
next