apps/agl-service-can-low-level.git
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
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-25 Petteri AimonenBugfixes for dynamic allocation
2014-02-24 Petteri AimonenBeginnings of malloc support in pb_decode
2014-02-15 Petteri AimonenSetting version to 0.2.7-dev
2014-02-15 Petteri AimonenPublishing nanopb-0.2.6
2014-02-12 Petteri AimonenUpdate changelog
2014-02-12 Petteri AimonenMove descriptor.proto to google/protobuf directory...
2014-02-12 Petteri AimonenAdd test case for package names defined in .proto file.
2014-02-12 Petteri AimonenImprove status/error reporting in generator.
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 coments to places where STATIC_ASSERT is used.
2014-02-04 Petteri AimonenAdd proper suffixes for integer default values.
2014-02-04 Petteri AimonenAdd strict-aliasing GCC warnings for core
2014-01-03 Petteri AimonenFix problem with callback-type fields (issue #99).
2014-01-01 Petteri AimonenSetting version to 0.2.6-dev
2014-01-01 Petteri AimonenPublishing nanopb-0.2.5
2014-01-01 Petteri AimonenFix Makefiles for the examples
2013-12-29 Petteri AimonenFix bundled protoc detection in scons script
2013-12-29 Petteri AimonenAnd same fixes on Mac also..
2013-12-29 Petteri AimonenMake the Mac OS X package a .zip instead
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 protoc-gen-nanopb when the path contains spaces
2013-12-29 Petteri AimonenFix path change: compat/ -> extra/
2013-12-29 Petteri AimonenREADME updates
2013-12-29 Petteri AimonenInclude platform name in also the directory name in...
2013-12-29 Petteri AimonenAdd packaging script for Mac, add platform name to...
2013-12-29 Petteri AimonenFixes for pyinstaller
2013-12-29 Petteri AimonenSmall fix for previous
2013-12-29 Petteri AimonenCheck for supported GCC CCFLAGS when building tests.
2013-12-29 Petteri AimonenMake generator print errors to stderr.
2013-12-29 Petteri AimonenAdd a SCons tool for nanopb protos.
2013-12-29 Petteri AimonenFix protoc-gen-nanopb in linux package
2013-12-29 Petteri AimonenInclude libprotoc
2013-12-29 Petteri AimonenLinux archive
2013-12-29 Petteri AimonenAlso include the manifest for MSVCR90.DLL
2013-12-29 Petteri AimonenInclude MSVCR90.DLL also.
2013-12-29 Petteri AimonenInclude Visual C++ runtime in the Windows package.
2013-12-29 Petteri AimonenREADME updates
2013-12-29 Petteri AimonenWindows build fixes
2013-12-29 Petteri AimonenFix protoc plugin path
2013-12-29 Petteri AimonenActually no, it was a portability hassle
2013-12-29 Petteri AimonenMakefile tuning
2013-12-29 Petteri AimonenRework the Makefiles to be compatible with binary packages.
2013-12-29 Petteri AimonenMoving files around
2013-12-29 Petteri AimonenPackage as .zip, convert linebreaks
2013-12-29 Petteri AimonenAdd build script for windows package
2013-12-29 Petteri AimonenAdd descriptor.proto to repository to avoid messing...
2013-12-29 Petteri AimonenAdd script for making linux binary package
2013-12-29 Petteri AimonenMove the generator .proto files to a subdir, and get...
2013-12-29 Petteri AimonenBring alltypes_pointer testcase up to date
next