apps/agl-service-can-low-level.git
2015-02-13 Petteri AimonenLower required CMake version in example
2015-02-13 Petteri AimonenUpdate cmake_simple example readme
2015-02-13 Oliver LeeAdd simple example built with CMake
2015-02-13 Oliver LeeFix search for Python 2 with CMake
2015-02-13 Oliver LeeUpdates for the CMake rule file.
2015-01-27 Petteri AimonenFix generator bug when oneof is first field in a message.
2015-01-24 Petteri AimonenSetting version to nanopb-0.3.3-dev
2015-01-24 Petteri AimonenPublishing nanopb-0.3.2
2015-01-23 Petteri AimonenFix encoded_size #defines for oneof messages.
2015-01-15 Petteri AimonenUpdate changelog
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-11 Petteri AimonenBugfixes for oneof support.
2015-01-11 Petteri AimonenNew generator options for oneofs: allow skipping or...
2015-01-07 Petteri AimonenFix generator error with OneOfs
2015-01-05 Petteri AimonenAllow using 8/16/32/64 as values in int_size setting
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 AimonenFix build failure
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 memory leaks with PB_ENABLE_MALLOC and certain...
2014-12-26 Petteri AimonenInitialize also extension fields to defaults in pb_deco...
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 AimonenAdd support for POINTER type in extensions
2014-12-26 Petteri AimonenInclude the field type in a comment for extension fields
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-12-22 Petteri AimonenAdd compilation option to disable struct packing.
2014-09-16 Petteri AimonenSet version to nanopb-0.3.2-dev
2014-09-11 Petteri AimonenPublishing nanopb-0.3.1
2014-09-11 Petteri AimonenUpdate changelog
2014-09-11 Petteri AimonenAdd a fuzz testing stub for ability to use external...
2014-09-11 Petteri AimonenProtect against size_t overflows in pb_dec_bytes/pb_dec...
2014-09-11 Petteri AimonenAdd just-to-be-sure check to allocate_field().
2014-09-11 Petteri AimonenFix memory leak with duplicated fields and PB_ENABLE_MA...
2014-09-11 Petteri AimonenFix crash in pb_release() if called twice on same message.
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 AimonenFix compilation error with generated initializers for...
2014-09-07 Petteri AimonenCode coverage results were ignoring the data from encod...
2014-09-07 Petteri AimonenUpdate security model with regards to pointer fields
2014-08-28 Petteri AimonenFix cyclic messages support in generator. Beginnings...
2014-08-26 Petteri AimonenAdd missing * in migration docs
2014-08-26 Petteri AimonenSetting version to 0.3.1-dev
2014-08-26 Petteri AimonenPublishing nanopb-0.3.0
2014-08-26 Petteri AimonenUpdate changelog
2014-08-26 Petteri AimonenAdd pb_common.c to examples
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 AimonenAdd document detailing migration from old versions
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-09 Petteri AimonenSetting version to 0.3.0-dev
2014-08-09 Petteri AimonenPublishing nanopb-0.2.9
2014-08-04 Petteri AimonenUpdate changelog
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 AimonenCleanup and comment the code of network_server example.
2014-07-20 Petteri AimonenDo not automatically add a dot with generator -e option.
2014-07-20 Petteri AimonenGive better messages about the .options file path.
2014-07-20 Petteri AimonenFix problem with .options file and extension fields.
2014-06-02 Petteri AimonenAdd unit tests for allocate_field().
2014-06-02 Petteri AimonenMake clearer that size = 0 in allocate_field() is not...
2014-06-02 Petteri AimonenDon't use SIZE_MAX macro, as it is not in C89.
2014-05-30 Petteri AimonenAdd PB_PACKED_STRUCT support for Keil MDK-ARM toolchain
2014-05-20 Petteri AimonenSetting version to 0.2.9-dev
2014-05-20 Petteri AimonenUpdate changelog for 0.2.8
2014-05-20 Petteri AimonenPublishing nanopb-0.2.8
2014-05-17 Petteri AimonenFix bug in alltypes test case that made fuzzing difficult.
2014-05-17 Petteri AimonenFix security issue with PB_ENABLE_MALLOC.
2014-04-26 Petteri AimonenDocs update, remove malloc from limitations list
2014-04-18 Petteri AimonenAdd option to not add timestamps to .pb.h and .pb.c...
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-07 Petteri AimonenSetting version to 0.2.8-dev
2014-04-07 Petteri AimonenPublishing nanopb-0.2.7
2014-04-07 Petteri AimonenUpdate changelog
2014-04-05 Petteri AimonenAdd rule for building coverage summary using lcov.
2014-04-05 Petteri AimonenFix unused parameter warning when building without...
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 AimonenAdd some missing 'static' specifiers
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-17 Petteri AimonenMore configuration options for dynamic alloc
next