Docs update, remove malloc from limitations list
[apps/agl-service-can-low-level.git] / tests /
2014-04-15 Petteri AimonenFix typos in scons command line options
2014-04-15 Petteri AimonenRemove -O0 from tests CFLAGS so that optimized builds...
2014-04-09 Petteri AimonenFix bug in missing_fields test case
2014-04-09 Petteri AimonenUse -fsanitize=undefined when running tests with clang
2014-04-05 Petteri AimonenAdd rule for building coverage summary using lcov.
2014-04-05 Petteri AimonenAdd a convenience function pb_get_encoded_size()
2014-04-05 Petteri AimonenAdd a 'found' field to pb_extension_t.
2014-04-02 Petteri AimonenFix splint warnings, add splint test case
2014-04-01 Petteri AimonenFix compile error when default value given for extensio...
2014-03-18 Petteri AimonenAdd stdlib.h to pb_syshdr.h for dynamic allocation
2014-03-16 Petteri AimonenDocumentation updates
2014-03-15 Petteri AimonenFinish the alltypes_pointer testcase, use valgrind...
2014-03-15 Petteri AimonenGet rid of pb_bytes_ptr_t, just allocate pb_bytes_array...
2014-03-12 Petteri AimonenAdd pb_release() function
2014-03-10 Petteri AimonenMore fixes for dynamic allocation
2014-02-24 Petteri AimonenBeginnings of malloc support in pb_decode
2014-02-12 Petteri AimonenAdd test case for package names defined in .proto file.
2014-02-10 Petteri AimonenAdd AllTypes decoding test with callbacks.
2014-02-09 Petteri AimonenAdd AllTypes encoding test for callbacks (issue #99)
2014-02-05 Petteri AimonenExtreme negative integer constants are a bit nasty...
2014-02-04 Petteri AimonenAdd proper suffixes for integer default values.
2014-02-04 Petteri AimonenAdd strict-aliasing GCC warnings for core
2013-12-29 Petteri AimonenFix bundled protoc detection in scons script
2013-12-29 Petteri AimonenFix spaces in paths on Windows also
2013-12-29 Petteri AimonenFix handling spaces in directory name
2013-12-29 Petteri AimonenFix build on Windows
2013-12-29 Petteri AimonenFix path change: compat/ -> extra/
2013-12-29 Petteri AimonenSmall fix for previous
2013-12-29 Petteri AimonenCheck for supported GCC CCFLAGS when building tests.
2013-12-29 Petteri AimonenAdd a SCons tool for nanopb protos.
2013-12-29 Petteri AimonenBring alltypes_pointer testcase up to date
2013-12-29 Petteri AimonenImprove alltypes_pointer test case
2013-12-29 Petteri AimonenOrganize allocation logic in generator, add pb_bytes_ptr_t.
2013-12-29 Martin DonathGenerating and encoding messages with dynamic allocaiton
2013-12-21 Petteri AimonenFix problem with decode_legacy test case on Windows.
2013-12-21 Petteri AimonenAdd test for extreme integer values (INT32_MAX etc...
2013-12-21 Petteri AimonenModify the alltypes test to check re-encoding through...
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.
next