Lower required CMake version in example
[apps/agl-service-can-low-level.git] / tests /
2015-01-27 Petteri AimonenFix generator bug when oneof is first field in a message.
2015-01-23 Petteri AimonenFix encoded_size #defines for oneof messages.
2015-01-15 Petteri AimonenFix clang compiler warning in intsizes unit test.
2015-01-15 Petteri AimonenRelease memory when overwriting oneof fields.
2015-01-11 Petteri AimonenAdd oneofs to AllTypes test case
2015-01-04 Petteri AimonenActually make the protoc version check work
2015-01-04 Petteri AimonenOnly run oneof test when protoc >= 2.6 is available
2015-01-04 Petteri AimonenImplement support for oneofs (C unions).
2015-01-04 Petteri AimonenDetect too large varint values when decoding.
2015-01-04 Petteri AimonenAdd int_size option for generator.
2015-01-03 Petteri AimonenChange PB_RETURN_ERROR() macro to avoid compiler warnings.
2014-12-26 Petteri AimonenFix build failure due to missing dependency in SConscript
2014-12-26 Petteri AimonenFix bug in backwards_compatibility test case.
2014-12-26 Petteri AimonenAdd testcase for releasing memory in submessages/extensions
2014-12-26 Petteri AimonenMove malloc support to tests/common directory
2014-12-26 Petteri AimonenMove malloc_wrappers.c to tests/common
2014-12-22 Petteri AimonenVerify build with protobuf-3.0.0, fix problems.
2014-09-11 Petteri AimonenAdd a fuzz testing stub for ability to use external...
2014-09-11 Petteri AimonenAdd a better fuzz test.
2014-09-07 Petteri AimonenAdd test case for simulated io errors.
2014-09-07 Petteri AimonenAdd a few missing unit tests
2014-09-07 Petteri AimonenCode coverage results were ignoring the data from encod...
2014-08-28 Petteri AimonenFix cyclic messages support in generator. Beginnings...
2014-08-19 Petteri AimonenAdd #if guard for .pb.h version.
2014-08-18 Petteri AimonenRename poorly named identifier to avoid name conflicts.
2014-08-18 Petteri AimonenRename UNUSED() and STATIC_ASSERT() macros with PB_...
2014-08-18 Petteri AimonenChange the _count fields to use pb_size_t datatype.
2014-08-10 Petteri AimonenFix windows build error in tests
2014-08-10 Petteri AimonenSwitch pb_encode to use the common iterator logic in...
2014-08-10 Petteri AimonenSeparate field iterator logic from pb_decode to pb_common.
2014-08-04 Petteri AimonenGenerate #defines for initializing message structures.
2014-07-20 Petteri AimonenAdd skip_message option to generator.
2014-07-20 Petteri AimonenAdd support for inverted patterns in test framework.
2014-07-20 Petteri AimonenFix problem with .options file and extension fields.
2014-06-02 Petteri AimonenAdd unit tests for allocate_field().
2014-05-17 Petteri AimonenFix bug in alltypes test case that made fuzzing difficult.
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...
next