apps/agl-service-can-low-level.git
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
2013-12-29 Petteri AimonenImprove alltypes_pointer test case
2013-12-29 Petteri AimonenFix missing error messages in pb_encode.c
2013-12-29 Petteri AimonenRename encode_static_field -> encode_basic_field.
2013-12-29 Petteri AimonenOrganize allocation logic in generator, add pb_bytes_ptr_t.
2013-12-29 Petteri AimonenConst-correctness and small cleanup.
2013-12-29 Martin DonathGenerating and encoding messages with dynamic allocaiton
2013-12-22 Petteri AimonenNegative int32 values take 10 bytes now.
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 AimonenAdd PB_LTYPE_UVARINT to fix encoding of negative int32...
2013-12-21 Petteri AimonenModify the alltypes test to check re-encoding through...
2013-11-14 Petteri AimonenOptimize the common case of 1-byte reads for varints.
2013-11-13 Petteri AimonenMake tests build in a separate folder, add to gitignore
2013-11-11 Petteri AimonenFix path in FindNanopb.cmake.
2013-11-07 Petteri AimonenSetting version to 0.2.5-dev
2013-11-07 Petteri AimonenPublishing nanopb-0.2.4
2013-11-02 Petteri AimonenAdd dates to changelog
2013-11-02 Petteri AimonenUpdate changelog
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-29 Petteri AimonenDeclare static functions before use.
next