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
path: root/tests
AgeCommit message (Expand)Author
2017-12-11Extend alltypes test case to cover issue #295.Petteri Aimonen
2017-10-05Modify the test to encode using protoc and verify, they should match.Sébastien Morin
2017-10-01Small fix to decode_map examplePetteri Aimonen
2017-10-01Add test/example of using 'map' type. (issue #289)Petteri Aimonen
2017-09-16Mac OS X build fixPetteri Aimonen
2017-09-16Fix windows build failPetteri Aimonen
2017-09-16Add option to build without 64-bit support (issue #86)Petteri Aimonen
2017-09-16Test also the optionals case in field_size_*Petteri Aimonen
2017-09-15Properly detect truncated tags in corrupted messages (issue #277)Petteri Aimonen
2017-09-15Make pb_decode_varint32 overflow checks exact (issue #258)Petteri Aimonen
2017-06-15Add regression test for issue #259Petteri Aimonen
2017-04-14Add testcase for issue #256Petteri Aimonen
2017-03-28Add regression test for issue #253Petteri Aimonen
2017-03-12Improve varint unittest coverage for error casesPetteri Aimonen
2017-03-02Fix alltypes_callback testcasePetteri Aimonen
2017-03-02Add regression test for issue #249Petteri Aimonen
2017-03-02Add callback test for proto3 modePetteri Aimonen
2017-03-02Fix bug in alltypes_callback test casePetteri Aimonen
2017-02-25Add testcase for issue #247Petteri Aimonen
2017-02-25Windows build fixPetteri Aimonen
2017-02-25Fix infinite loop in pb_check_proto3_default_valueJustin DeMartino
2017-02-24Fix build failurePetteri Aimonen
2017-02-24Add test coverage for calling pb_release() on a message with callback fields.Petteri Aimonen
2017-02-22Add fixed length bytes to alltypes test case (issue #244)Petteri Aimonen
2017-02-20Add new option max_length for strings (issue #107)Petteri Aimonen
2017-02-12Add regression test for issue 242Petteri Aimonen
2016-12-31Add testcase for issue #229Petteri Aimonen
2016-12-22Allow overriding proto3 mode (#228)Petteri Aimonen
2016-12-09Enable clang integer sanitizer and clean up a few warnings.Petteri Aimonen
2016-12-09Add regression test for issue #227Petteri Aimonen
2016-11-22Test case for enum_to_stringPetteri Aimonen
2016-10-23Only run alltypes_proto3 test case if protoc version is new enoughPetteri Aimonen
2016-10-23Add test cases for proto3 has_ field support.Petteri Aimonen
2016-08-05Add inline allocation of bytes fieldsTom Roeder
2016-07-23Include package name in include guard (issue #207).Petteri Aimonen
2016-06-06Add testcase for issue #205Petteri Aimonen
2016-06-06Add static repeated submessage field to mem_release test case.Petteri Aimonen
2016-05-25Add testcase for issue #203Petteri Aimonen
2016-03-04Provide comments about uncalculable message sizes (issue #195)Petteri Aimonen
2015-11-21Fix generator crash with Enum inside Oneof (issue #188).Petteri Aimonen
2015-11-15Second fix for -pedantic build issue in testsPetteri Aimonen
2015-11-14Fix -Wno-pedantic on old GCCPetteri Aimonen
2015-11-14Add testcase for anonymous unions + few fixes.Petteri Aimonen
2015-10-05Fix regression in generating message size defines (issue #172).Petteri Aimonen
2015-10-05Add random message generator to help with fuzz testingPetteri Aimonen
2015-10-01Fix bug in fuzzstub.Petteri Aimonen
2015-09-20Add syntax specification to .proto files (issue #167)Petteri Aimonen
2015-09-13Fix maximum encoded size for negative enums (issue #166).Petteri Aimonen
2015-09-12Make the generator understand included files (issue #165).Petteri Aimonen
2015-09-12Expand the multiple_files test case to include oneofs and enumsPetteri Aimonen