Add gitignore.
[apps/agl-service-can-low-level.git] / tests /
2013-02-07 Petteri AimonenSanitize filenames before putting them in #ifndef.
2013-02-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2013-01-14 Petteri AimonenAdd field type FT_IGNORE to generator.
2013-01-13 Petteri AimonenAdd a test for the backwards compatibility of generated...
2013-01-10 Petteri AimonenAdd generator option for packed structs.
2012-11-16 Steffen SieringUse TESTS variable to define dependencies for run_unittests
2012-11-16 Petteri AimonenSelect compilation options based on $(CC) in tests...
2012-11-16 Petteri AimonenRename test_compiles.c to test_multiple_files.c
2012-11-16 Steffen SieringFix STATIC_ASSERT macro when using multiple .proto...
2012-11-13 Petteri AimonenFix naming of nested Enums with short names
2012-11-13 Petteri AimonenFix naming of enums when long_names=false.
2012-10-29 Petteri AimonenAdd option to use short names for enum values.
2012-10-29 Petteri AimonenAllow defining field type in .proto.
2012-10-29 Petteri AimonenImprove .proto options parsing.
2012-10-21 Petteri AimonenImprove the person_with_extra_field test.
2012-10-18 Petteri AimonenRemove the "buf = NULL" => skip requirement from pb_ist...
2012-10-14 Petteri AimonenAdd tests for negative values in the alltypes testcase.
2012-09-18 Petteri AimonenAdd buffer size check in test_decode1.c example.
2012-09-03 Petteri AimonenEnable -Wconversion for core and fix the warnings.
2012-09-02 Petteri AimonenFix -Wextra warning in generated .pb.c files.
2012-08-26 Petteri AimonenFix warnings with -Wcast-qual. Add test for C++ compile.
2012-08-26 Petteri AimonenAdded alltypes-testcases for optional fields and defaul...
2012-08-24 Petteri AimonenImplement error messages in the decoder side.
2012-08-24 Petteri AimonenReorganize the field decoder interface.
2012-07-31 Petteri AimonenExtend 'alltypes' testcase to cover repeated fields.
2012-07-18 Petteri AimonenFixed a few compiler warnings, added check.
2012-07-05 Petteri AimonenFix bug with .proto without messages (again), and add...
2012-06-30 Petteri AimonenImprove the detection of missing required fields.
2012-03-01 Petteri AimonenRefactoring the field encoder interface.
2012-01-12 Petteri AimonenFixed issue 1 reported by Erik Rosen:
2012-01-12 Petteri AimonenAdded an encode/decode test for 'required' fields of...
2011-12-30 Petteri AimonenMake the fuzztest runnable again
2011-12-30 Petteri AimonenExpanding the tests to better cover decoding from memor...
2011-12-30 Petteri AimonenFixed a bug related to submessage encoding into memory...
2011-11-30 Petteri AimonenMerged 0004-Added-missing-trailing-newlines.patch by...
2011-11-30 Petteri AimonenMerged 0003-Fixed-format-specifiers.patch by Matt Kern.
2011-09-18 Petteri AimonenAdded comments to the simplest decode/encode examples.
2011-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-09-12 Petteri AimonenTests for callback fields
2011-08-24 Petteri AimonenMake fuzz test runnable again :)
2011-08-24 Petteri Aimonenmakefile fix
2011-08-24 Petteri Aimonenwrong file name
2011-08-23 Petteri AimonenMore unittests
2011-08-23 Petteri AimonenChanged autogenerated file naming from foo.c to foo...
2011-08-23 Petteri Aimonenmore unittests
2011-08-23 Petteri AimonenMore unittests
2011-08-22 Petteri Aimonenunittests, change to PB_LTYPE_BYTES data size
2011-08-17 Petteri AimonenExample
2011-08-16 Petteri AimonenDocs
2011-08-14 Petteri AimonenMore documentation, small improvements
2011-08-11 Petteri AimonenDocumenting and improving stream behaviour
2011-08-10 Petteri AimonenUnittests for encode
2011-08-04 Petteri AimonenEncoder
2011-07-31 Petteri AimonenFirst version of header generator
2011-07-30 Petteri Aimonenunittests (some)
2011-07-28 Petteri Aimoneniter
2011-07-28 Petteri Aimonengit-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e...
2011-07-27 Petteri Aimonenbugfix
2011-07-27 Petteri Aimonengit-svn-id: https://svn.kapsi.fi/jpa/nanopb@945 e3a754e...
2011-07-27 Petteri AimonenMaking code ansi-compatible
2011-07-27 Petteri AimonenImprovements, array support
2011-07-25 Petteri AimonenFirst version of decoding