Make tests build in a separate folder, add to gitignore
[apps/agl-service-can-low-level.git] / tests /
2013-11-13 Petteri AimonenMake tests build in a separate folder, add to gitignore
2013-11-02 Petteri AimonenGenerate #define tags for extension fields also.
2013-10-29 Petteri AimonenRemove the NANOPB_INTERNALS functions from public API.
2013-10-24 Petteri AimonenDetect invalid sizes when encoding bytes fields.
2013-10-23 Petteri AimonenGenerate message size #defines also for messages define...
2013-10-20 Petteri AimonenCheck array max size when encoding.
2013-09-26 Petteri AimonenAdd #defines for the maximum encoded message size.
2013-09-13 Petteri AimonenMerge branch 'dev_get_rid_of_ternary_operator'
2013-09-11 Petteri AimonenExpand extra_fields test to cover field skipping in...
2013-09-11 Petteri AimonenDisable warning about uint64_t (long long)
2013-09-11 Petteri AimonenFix build error when path contains spaces
2013-09-11 Petteri AimonenMerge branch 'dev_tests_using_scons'
2013-09-11 Petteri AimonenAdd tests for different compilation options
2013-09-11 Petteri AimonenWindows build fixes
2013-09-11 Petteri AimonenMake all the tests ANSI C compatible.
2013-09-10 Petteri AimonenMove the rest of the tests to scons
2013-09-10 Petteri AimonenCompiler options for GCC, clang and tcc
2013-09-10 Petteri AimonenBuild fixes for Windows/Visual C++
2013-09-10 Petteri AimonenAdd an example pb_syshdr.h file for platforms without...
2013-09-10 Petteri AimonenConvert more test cases to scons
2013-09-08 Petteri AimonenStart moving the tests into subfolders. Transition...
2013-09-08 Petteri AimonenHandle unsupported extension field types more gracefully.
2013-07-22 Petteri AimonenFinish the testcase for extensions
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-07-06 Petteri AimonenAdd pb_decode_delimited and pb_encode_delimited wrapper...
2013-04-14 Petteri AimonenHandle unterminated strings when encoding.
2013-04-14 Petteri AimonenFix bug with empty strings in repeated string callbacks.
2013-04-02 Petteri AimonenChange the callback function to use void**.
2013-03-09 Petteri AimonenImplement error message support for the encoder side.
2013-03-09 Petteri Aimonenalltypes.proto no longer needs to include nanopb.proto
2013-03-09 Petteri AimonenSwitch alltypes.proto to use the new .options file...
2013-03-09 Petteri AimonenAdd option to run the tests with mudflap to detect...
2013-03-09 Petteri AimonenImprove the fuzztest.
2013-03-09 Petteri AimonenFix error in backwards compatibility testcase
2013-03-09 Petteri AimonenFix bug with decoding empty message types. Add test...
2013-02-21 Petteri AimonenMerge branch 'dev-0.2'
2013-02-20 Petteri AimonenRename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED.
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
next