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-03-22Fix test case build error on clang.Petteri Aimonen
2021-03-22fuzztest: Better coverage of static data in oneof (#647)Petteri Aimonen
2020-11-25Include a static submessage in alltypes pointer test case.Petteri Aimonen
2020-08-10alltypes test case: cover the logic needed for multiple fixed length arraysPetteri Aimonen
2020-06-02Set proto2 enum fields to first value when no default is given, even if nonze...John Ullman
2020-01-20Reduce string sizes in tests for AVRPetteri Aimonen
2020-01-13AllTypes testcase: add test for integer_size option.Petteri Aimonen
2020-01-02Make descriptorsize:DS_8 work, add to AllTypes test case.Petteri Aimonen
2020-01-02Make fixed_count option work when combined with FT_POINTER.Petteri Aimonen
2019-12-15Add platform support for running tests on STM32Petteri Aimonen
2017-02-22Add fixed length bytes to alltypes test case (issue #244)Petteri Aimonen
2015-01-11Add oneofs to AllTypes test casePetteri Aimonen
2014-12-26Move malloc support to tests/common directoryPetteri Aimonen
2014-08-10Separate field iterator logic from pb_decode to pb_common.Petteri Aimonen
2014-05-17Fix bug in alltypes test case that made fuzzing difficult.Petteri Aimonen
2014-03-16Documentation updatesPetteri Aimonen
2014-03-15Finish the alltypes_pointer testcase, use valgrind if available.Petteri Aimonen
2014-03-15Get rid of pb_bytes_ptr_t, just allocate pb_bytes_array_t dynamically.Petteri Aimonen
2014-03-12Add pb_release() functionPetteri Aimonen
2014-03-10More fixes for dynamic allocationPetteri Aimonen
2014-02-24Beginnings of malloc support in pb_decodePetteri Aimonen
2013-12-29Fix build on WindowsPetteri Aimonen
2013-12-29Bring alltypes_pointer testcase up to datePetteri Aimonen
2013-12-29Improve alltypes_pointer test casePetteri Aimonen
2013-12-29Organize allocation logic in generator, add pb_bytes_ptr_t.Petteri Aimonen
2013-12-29Generating and encoding messages with dynamic allocaitonMartin Donath