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
2014-09-11Publishing nanopb-0.1.9.1nanopb-0.1.9.1maintenance_0.1Petteri Aimonen
2014-09-11Update changelogPetteri Aimonen
2014-09-08Protect against size_t overflows in pb_dec_bytes/pb_dec_string.Petteri Aimonen
2013-02-13Setting version to 0.1.9.1-devPetteri Aimonen
2013-02-13Publishing nanopb-0.1.9nanopb-0.1.9Petteri Aimonen
2013-02-07Update changelogPetteri Aimonen
2013-02-07Fix error message bugs with packed arrays.Petteri Aimonen
2013-02-07Add check for sizeof(double) == 8.Petteri Aimonen
2013-02-07Sanitize filenames before putting them in #ifndef.Petteri Aimonen
2013-02-07Fix compiler warning on MSVC (issue #57)Petteri Aimonen
2013-02-07Use unsigned datatypes where appropriate.Petteri Aimonen
2013-02-07Improve the pb_decode_varint implementations.Petteri Aimonen
2013-02-06Avoid unnecessary looping in required fields check.Petteri Aimonen
2013-02-06Add compile-time option PB_BUFFER_ONLY.Petteri Aimonen
2013-02-06Make pb_decode_varint32 a separate implementation.Petteri Aimonen
2013-02-06Performance improvement: replace memcpy with loop.Petteri Aimonen
2013-02-05Add Java package name to nanopb.proto.Petteri Aimonen
2013-01-30Add an example of handling doubles on AVR platform.Petteri Aimonen
2013-01-21Fix misleading comment (current generator sets LTYPE always).Petteri Aimonen
2013-01-16Oops, typoed #ifdef; again fixing previous commit.Petteri Aimonen
2013-01-16Put previous commit (issue 52) inside #ifndefPetteri Aimonen
2013-01-16Fix bug with error messages.Petteri Aimonen
2013-01-14Add field type FT_IGNORE to generator.Petteri Aimonen
2013-01-13Add a test for the backwards compatibility of generated files.Petteri Aimonen
2013-01-10Add generator option for packed structs.Petteri Aimonen
2013-01-10Cleanup: get rid of unnecessary spacesPetteri Aimonen
2012-12-13Setting version to 0.1.9-devPetteri Aimonen
2012-12-13Publishing nanopb-0.1.8nanopb-0.1.8Petteri Aimonen
2012-12-06Fix small error in field callback documentation.Petteri Aimonen
2012-11-27Complete initialization of pb_istream_t.Jens Steinhauser
2012-11-16Use TESTS variable to define dependencies for run_unittestsSteffen Siering
2012-11-16Select compilation options based on $(CC) in tests/Makefile.Petteri Aimonen
2012-11-16Rename test_compiles.c to test_multiple_files.cPetteri Aimonen
2012-11-16Fix STATIC_ASSERT macro when using multiple .proto files.Steffen Siering
2012-11-14Fix naming of nested Enums with short namesPetteri Aimonen
2012-11-14Fix naming of enums when long_names=false.Petteri Aimonen
2012-11-11Fix changelogPetteri Aimonen
2012-11-11Setting version to 0.1.8-devPetteri Aimonen
2012-11-11Publishing nanopb-0.1.7nanopb-0.1.7Petteri Aimonen
2012-10-29Document new generator optionsPetteri Aimonen
2012-10-29Add nanopb version number to generated files.Petteri Aimonen
2012-10-29Add extern "C" to header files.Petteri Aimonen
2012-10-29Add option to use short names for enum values.Petteri Aimonen
2012-10-29Allow defining field type in .proto.Petteri Aimonen
2012-10-29Improve .proto options parsing.Petteri Aimonen
2012-10-29Use optparse in nanopb_generator.pyPetteri Aimonen
2012-10-29Give names to generated structures to allow forward declaration.Petteri Aimonen
2012-10-21Improve the person_with_extra_field test.Petteri Aimonen
2012-10-18Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.Petteri Aimonen
2012-10-14Add tests for negative values in the alltypes testcase.Petteri Aimonen