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
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
2015-09-12Add testcase for issue #164Petteri Aimonen
2015-04-03Fix for test case build rulesPetteri Aimonen
2015-04-03Improve comment support in .options files.Petteri Aimonen
2015-04-03Always define enum long names so that cross-file references work.Petteri Aimonen
2015-04-03Generate #defines for plain message idsPetteri Aimonen
2015-03-22Add simple test case for message idsPetteri Aimonen
2015-03-07Fix oneof submessage initialization bug.Petteri Aimonen
2015-02-26Fix generator error when long_names:false is combined with Oneofs.Petteri Aimonen
2015-01-27Fix generator bug when oneof is first field in a message.Petteri Aimonen
2015-01-23Fix encoded_size #defines for oneof messages.Petteri Aimonen
2015-01-15Fix clang compiler warning in intsizes unit test.Petteri Aimonen
2015-01-15Release memory when overwriting oneof fields.Petteri Aimonen
2015-01-11Add oneofs to AllTypes test casePetteri Aimonen
2015-01-04Actually make the protoc version check workPetteri Aimonen
2015-01-04Only run oneof test when protoc >= 2.6 is availablePetteri Aimonen
2015-01-04Implement support for oneofs (C unions).Petteri Aimonen
2015-01-04Detect too large varint values when decoding.Petteri Aimonen
2015-01-04Add int_size option for generator.Petteri Aimonen
2015-01-03Change PB_RETURN_ERROR() macro to avoid compiler warnings.Petteri Aimonen
2014-12-27Fix build failure due to missing dependency in SConscriptPetteri Aimonen
2014-12-27Fix bug in backwards_compatibility test case.Petteri Aimonen
2014-12-27Add testcase for releasing memory in submessages/extensionsPetteri Aimonen
2014-12-26Move malloc support to tests/common directoryPetteri Aimonen
2014-12-26Move malloc_wrappers.c to tests/commonPetteri Aimonen
2014-12-22Verify build with protobuf-3.0.0, fix problems.Petteri Aimonen
2014-09-11Add a fuzz testing stub for ability to use external generators alsoPetteri Aimonen
2014-09-11Add a better fuzz test.Petteri Aimonen
2014-09-07Add test case for simulated io errors.Petteri Aimonen
2014-09-07Add a few missing unit testsPetteri Aimonen
2014-09-07Code coverage results were ignoring the data from encode/decode unittests.Petteri Aimonen
2014-08-28Fix cyclic messages support in generator. Beginnings of test.Petteri Aimonen
2014-08-19Add #if guard for .pb.h version.Petteri Aimonen
2014-08-18Rename poorly named identifier to avoid name conflicts.Petteri Aimonen
2014-08-18Rename UNUSED() and STATIC_ASSERT() macros with PB_ prefix.Petteri Aimonen
2014-08-18Change the _count fields to use pb_size_t datatype.Petteri Aimonen
2014-08-10Fix windows build error in testsPetteri Aimonen
2014-08-10Switch pb_encode to use the common iterator logic in pb_common.cPetteri Aimonen
2014-08-10Separate field iterator logic from pb_decode to pb_common.Petteri Aimonen
2014-08-04Generate #defines for initializing message structures.Petteri Aimonen
2014-07-20Add skip_message option to generator.Petteri Aimonen
2014-07-20Add support for inverted patterns in test framework.Petteri Aimonen
2014-07-20Fix problem with .options file and extension fields.Petteri Aimonen
2014-06-02Add unit tests for allocate_field().Petteri Aimonen
2014-05-17Fix bug in alltypes test case that made fuzzing difficult.Petteri Aimonen
2014-04-15Fix typos in scons command line optionsPetteri Aimonen
2014-04-15Remove -O0 from tests CFLAGS so that optimized builds can be tested alsoPetteri Aimonen