aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-10-29Allow defining field type in .proto.Petteri Aimonen2-0/+7
2012-10-29Improve .proto options parsing.Petteri Aimonen3-1/+40
2012-10-21Improve the person_with_extra_field test.Petteri Aimonen3-4/+1
2012-10-18Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.Petteri Aimonen4-7/+6
2012-10-14Add tests for negative values in the alltypes testcase.Petteri Aimonen2-24/+24
2012-09-18Add buffer size check in test_decode1.c example.Petteri Aimonen1-0/+6
2012-09-03Enable -Wconversion for core and fix the warnings.Petteri Aimonen1-1/+1
2012-09-02Fix -Wextra warning in generated .pb.c files.Petteri Aimonen1-0/+3
2012-08-26Fix warnings with -Wcast-qual. Add test for C++ compile.Petteri Aimonen1-2/+8
2012-08-26Added alltypes-testcases for optional fields and default values.Petteri Aimonen4-12/+180
2012-08-24Implement error messages in the decoder side.Petteri Aimonen4-4/+4
2012-08-24Reorganize the field decoder interface.Petteri Aimonen2-2/+4
2012-07-31Extend 'alltypes' testcase to cover repeated fields.Petteri Aimonen3-24/+104
2012-07-18Fixed a few compiler warnings, added check.Petteri Aimonen1-2/+5
2012-07-05Fix bug with .proto without messages (again), and add a test case for it.Petteri Aimonen2-1/+9
2012-06-30Improve the detection of missing required fields.Petteri Aimonen3-2/+192
2012-03-01Refactoring the field encoder interface.Petteri Aimonen2-5/+4
2012-01-12Fixed issue 1 reported by Erik Rosen:Petteri Aimonen1-2/+10
2012-01-12Added an encode/decode test for 'required' fields of all types.Petteri Aimonen4-3/+168
2011-12-30Make the fuzztest runnable againPetteri Aimonen1-2/+2
2011-12-30Expanding the tests to better cover decoding from memory buffer.Petteri Aimonen4-26/+103
2011-12-30Fixed a bug related to submessage encoding into memory buffer.Petteri Aimonen4-26/+66
2011-11-30Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.Petteri Aimonen1-1/+1
2011-11-30Merged 0003-Fixed-format-specifiers.patch by Matt Kern.Petteri Aimonen2-8/+8
2011-09-18Added comments to the simplest decode/encode examples.Petteri Aimonen2-6/+25
2011-09-13Fixed a bunch of bugs related to callback fields.Petteri Aimonen6-40/+117
2011-09-12Tests for callback fieldsPetteri Aimonen6-2/+108
2011-08-24Make fuzz test runnable again :)Petteri Aimonen1-1/+4
2011-08-24makefile fixPetteri Aimonen1-1/+2
2011-08-24wrong file namePetteri Aimonen3-3/+3
2011-08-23More unittestsPetteri Aimonen2-0/+116
2011-08-23Changed autogenerated file naming from foo.c to foo.pb.cPetteri Aimonen3-27/+36
2011-08-23more unittestsPetteri Aimonen1-0/+12
2011-08-23More unittestsPetteri Aimonen3-7/+178
2011-08-22unittests, change to PB_LTYPE_BYTES data sizePetteri Aimonen2-12/+69
2011-08-17ExamplePetteri Aimonen4-16/+36
2011-08-16DocsPetteri Aimonen1-1/+1
2011-08-14More documentation, small improvementsPetteri Aimonen2-21/+12
2011-08-11Documenting and improving stream behaviourPetteri Aimonen2-7/+24
2011-08-10Unittests for encodePetteri Aimonen4-16/+156
2011-08-04EncoderPetteri Aimonen4-7/+31
2011-07-31First version of header generatorPetteri Aimonen4-75/+36
2011-07-30unittests (some)Petteri Aimonen3-19/+134
2011-07-28iterPetteri Aimonen1-7/+7
2011-07-28git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e5-d11d-0410-8d38-ebb78...Petteri Aimonen1-2/+2
2011-07-27bugfixPetteri Aimonen1-1/+1
2011-07-27git-svn-id: https://svn.kapsi.fi/jpa/nanopb@945 e3a754e5-d11d-0410-8d38-ebb78...Petteri Aimonen2-16/+2
2011-07-27Making code ansi-compatiblePetteri Aimonen2-1/+12
2011-07-27Improvements, array supportPetteri Aimonen1-31/+48
2011-07-25First version of decodingPetteri Aimonen3-0/+123