Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-26Fix compiler warning with PB_BUFFER_ONLY (#717)Petteri Aimonen
2020-11-24docs: fix simple typo, specifing -> specifying (#614)Tim Gates
2019-12-16Add PB_CONVERT_DOUBLE_FLOAT setting to convert doubles on AVR.Petteri Aimonen
2019-11-09Make constants in header files unsigned, to prevent warnings when used in bin...Torfinn Berset
2019-01-25Add pb_decode_ex(), pb_encode_ex() functions.Petteri Aimonen
2019-01-25New field descriptor format.Petteri Aimonen
2017-09-16Add pb_en/decode_nullterminated() (part of #278)Petteri Aimonen
2017-09-16Add option to build without 64-bit support (issue #86)Petteri Aimonen
2016-01-27Replace uint8_t with a pb_byte_t typedef.Petteri Aimonen
2014-08-18Rename poorly named identifier to avoid name conflicts.Petteri Aimonen
2014-04-05Add a convenience function pb_get_encoded_size()Petteri Aimonen
2013-10-29Remove the NANOPB_INTERNALS functions from public API.Petteri Aimonen
2013-09-09Move the declarations of _pb_ostream_t and _pb_istream_t before first use.Petteri Aimonen
2013-07-06Add pb_decode_delimited and pb_encode_delimited wrapper functions.Petteri Aimonen
2013-07-06Clean up the comments in pb_encode.h and pb_decode.hPetteri Aimonen
2013-04-08No need to include stdbool.h separatelydch
2013-03-09Implement error message support for the encoder side.Petteri Aimonen
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen
2012-10-29Add extern "C" to header files.Petteri Aimonen
2012-09-03Enable -Wconversion for core and fix the warnings.Petteri Aimonen
2012-03-01Refactoring the field encoder interface.Petteri Aimonen
2011-11-30Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.Petteri Aimonen
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen
2011-08-11Documenting and improving stream behaviourPetteri Aimonen
2011-08-10Unittests for encodePetteri Aimonen
2011-08-04EncoderPetteri Aimonen