Start moving the tests into subfolders. Transition to SCons for build system for...
[apps/agl-service-can-low-level.git] / tests / Makefile
2013-09-08 Petteri AimonenStart moving the tests into subfolders. Transition...
2013-07-17 Petteri AimonenAdd test case for extensions decoding
2013-07-16 Petteri AimonenImplement generator support for extension fields (no...
2013-07-16 Petteri AimonenAdd test case for extra fields in AllTypes
2013-03-09 Petteri AimonenAdd option to run the tests with mudflap to detect...
2013-03-09 Petteri AimonenImprove the fuzztest.
2013-02-07 Petteri AimonenSanitize filenames before putting them in #ifndef.
2013-02-06 Petteri AimonenAdd compile-time option PB_BUFFER_ONLY.
2013-01-13 Petteri AimonenAdd a test for the backwards compatibility of generated...
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 enums when long_names=false.
2012-10-29 Petteri AimonenAdd option to use short names for enum values.
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-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-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-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-09-13 Petteri AimonenFixed a bunch of bugs related to callback fields.
2011-09-12 Petteri AimonenTests for callback fields
2011-08-24 Petteri Aimonenmakefile fix
2011-08-23 Petteri AimonenChanged autogenerated file naming from foo.c to foo...
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-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-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